Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #100 from yhatt/release-v0.0.9
Browse files Browse the repository at this point in the history
Release v0.0.9
  • Loading branch information
yhatt authored Oct 8, 2016
2 parents f9a7725 + 899c021 commit b461f09
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/_posts/2016-01-01-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}.
Expand All @@ -21,4 +22,4 @@ Marp is powered by [Electron](http://electron.atom.io/){:target="_blank"}.
</div>
<div class="col-xs-12 col-sm-6">
<img src="{{ site.url }}/images/marp-cast.gif" class="post-sub-image" alt="Writing by Marp" style="max-width: 512px;">
</div>
</div>
4 changes: 2 additions & 2 deletions example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down Expand Up @@ -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)

---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Marp",
"version": "0.0.9pre",
"version": "0.0.9",
"description": "Markdown Presentation Writer (Powered by Electron)",
"repository": {
"type": "git",
Expand Down

0 comments on commit b461f09

Please sign in to comment.