We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abccbe commit 55ca245Copy full SHA for 55ca245
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## v0.0.6 - 2018-05-29
6
+
7
- Add `header` and `footer` directives ([#22](https://github.com/marp-team/marpit/pull/22))
8
- Support importing other theme CSS with `@import` (or `@import-theme`) ([#24](https://github.com/marp-team/marpit/pull/24))
9
- Support tweaking theme style through `<style>` element or `style` global directive ([#25](https://github.com/marp-team/marpit/pull/25))
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@marp-team/marpit",
- "version": "0.0.5",
+ "version": "0.0.6",
"description": "The skinny framework for creating slide deck from Markdown",
"license": "MIT",
"author": {
0 commit comments