From b37eb29dcf2becd01ff8f6e297f9859318fa3ebb Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 9 Oct 2016 03:30:06 +0900 Subject: [PATCH 1/3] A bit of change to example.md for the visibility --- example.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.md b/example.md index c69eb9a..f6b5c79 100644 --- a/example.md +++ b/example.md @@ -16,8 +16,8 @@ Marp - Live Preview with 3 modes - Slide themes (`default`, `gaia`) and custom background images - Supports emoji :heart: -- Export your slides to PDF - Render maths in your slides +- Export your slides to PDF --- @@ -204,7 +204,7 @@ Options include: Include multiple`![bg](path)` tags to stack background images horizontally. -![bg original](images/background.png) +![bg](images/background.png) --- From 4291dc4b6e5ea349bc75367e4f8cea4378fb89ac Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 9 Oct 2016 03:39:40 +0900 Subject: [PATCH 2/3] Update download link of GitHub pages /w adding new feature --- docs/_config.yml | 12 ++++++------ docs/_posts/2016-01-01-features.md | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index f9df1da..0c32a89 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,16 +6,16 @@ faviconType: image/png repository: https://github.com/yhatt/marp/ build: - version: 0.0.8 + version: 0.0.9 url: windows: - x86: https://github.com/yhatt/marp/releases/download/v0.0.8/0.0.8-Marp-win32-ia32.zip - x64: https://github.com/yhatt/marp/releases/download/v0.0.8/0.0.8-Marp-win32-x64.zip + x86: https://github.com/yhatt/marp/releases/download/v0.0.9/0.0.9-Marp-win32-ia32.zip + x64: https://github.com/yhatt/marp/releases/download/v0.0.9/0.0.9-Marp-win32-x64.zip macosx: - x64: https://github.com/yhatt/marp/releases/download/v0.0.8/0.0.8-Marp-darwin-x64.dmg + x64: https://github.com/yhatt/marp/releases/download/v0.0.9/0.0.9-Marp-darwin-x64.dmg linux: - x86: https://github.com/yhatt/marp/releases/download/v0.0.8/0.0.8-Marp-linux-ia32.tar.gz - x64: https://github.com/yhatt/marp/releases/download/v0.0.8/0.0.8-Marp-linux-x64.tar.gz + x86: https://github.com/yhatt/marp/releases/download/v0.0.9/0.0.9-Marp-linux-ia32.tar.gz + x64: https://github.com/yhatt/marp/releases/download/v0.0.9/0.0.9-Marp-linux-x64.tar.gz exclude: - Gemfile diff --git a/docs/_posts/2016-01-01-features.md b/docs/_posts/2016-01-01-features.md index 958e701..92a6de6 100644 --- a/docs/_posts/2016-01-01-features.md +++ b/docs/_posts/2016-01-01-features.md @@ -13,6 +13,7 @@ category: top - Cross-platform - Live preview with 3 modes - Theme supports ([Default](https://speakerdeck.com/yhatt/marp-basic-example){:target="_blank"} & [Gaia theme](https://speakerdeck.com/yhatt/introducing-marps-gaia-theme){:target="_blank"}) +- Supports rendering emoji, math, and background image. - Export slides as PDF! Marp is powered by [Electron](http://electron.atom.io/){:target="_blank"}. @@ -21,4 +22,4 @@ Marp is powered by [Electron](http://electron.atom.io/){:target="_blank"}.
Writing by Marp -
\ No newline at end of file + From 899c02166c6ef0e341caab92acd1094430c30703 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 9 Oct 2016 03:41:19 +0900 Subject: [PATCH 3/3] Update to v0.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ec7c78..355e8e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Marp", - "version": "0.0.9pre", + "version": "0.0.9", "description": "Markdown Presentation Writer (Powered by Electron)", "repository": { "type": "git",