Repository: yhatt/marp Branch: master Commit: 5ce01a2343a2 Files: 4 Total size: 10.6 KB Directory structure: gitextract_0eii8x5r/ ├── LICENSE ├── README.md └── docs/ ├── index.html └── style.css ================================================ FILE CONTENTS ================================================ ================================================ FILE: LICENSE ================================================ MIT License Copyright (c) 2016-2019 Yuki Hattori (yukihattori1116@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================

It's a time to migrate into Marp Next!

# It's a time to migrate into [Marp Next]! **The publication of classic Marp app has ended.** Marp desktop app, _a simple Markdown presentation writer_, already had stopped maintenance since 2017. Today [Marp team] is focusing into [Marp Next] project, the brand-new presentation ecosystem for the future. _[See more details in our blog post.](https://marp.app/blog/the-story-of-marp-next)_ ## Why? We had kept publishing app for stuck users that are thinking Marp Next is too complex. But recently, we received [a serious security report for outdated app](https://github.com/yhatt/marp/issues/276). **_By opening a malicious Markdown, an attacker can execute arbitrary code through remote._** We are responsible for saving users from malicious. If you are currently using Marp app, **_please stop using as soon as possible_** and migrate into well-maintained Marp Next tools. ## [Marp Next] tools [Marp Next] is not complex! Simply you can just use either one if you want to create slide deck. ### [Marp for VS Code] (Recommended) **[Marp for VS Code]**, an extension for [Visual Studio Code], is the best alternative for desktop app users. There are key features inherited from the classic Marp app. - Live preview - Export to PDF, HTML, and PPTX (via [Marp CLI]) - Support built-in 3 themes and custom theme CSS ### [Marp CLI] **[Marp CLI]** is simple but powerful CLI converter from Marp Markdown into PDF, HTML, PPTX, and images. You can use it if you don't want GUI editor. I also have [an example repository](https://github.com/yhatt/marp-cli-example) to automate generating slide deck and serving through [Marp CLI] + [Netlify](https://www.netlify.com/) or [ZEIT Now](https://zeit.co/). ## Migrate Markdown Marp Next is losing Markdown compatibility with classic app, but your slide would keep appearance as before just by some changes in most cases. Please see [our blog post](https://marp.app/blog/the-story-of-marp-next#migration-plan) for details. ## Thanks Thanks for a lot of users / contributors of desktop app. Marp has changed my life as developer without doubt, and I've learned a lot from many feedbacks. Now [Marp Next] project is evolving built on them. I hope you like it too. --- _— Yuki Hattori ([@yhatt](https://github.com/yhatt))_ [marp next]: https://marp.app/ [marp team]: https://github.com/marp-team/ [marp for vs code]: https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode [marp cli]: https://github.com/marp-team/marp-cli [visual studio code]: https://code.visualstudio.com ================================================ FILE: docs/index.html ================================================ Marp - Markdown Presentation Writer
It's a time to migrate into Marp Next!

It's a time to migrate into Marp Next!

The publication of classic Marp app has ended.

Marp desktop app, a simple Markdown presentation writer, already had stopped maintenance since 2017. Today Marp team is focusing into Marp Next project, the brand-new presentation ecosystem for the future.

See more details in our blog post.

Why?

We had kept publishing app for stuck users that are thinking Marp Next is too complex.

But recently, we received a serious security report for outdated app. By opening a malicious Markdown, an attacker can execute arbitrary code through remote. We are responsible for saving users from malicious.

If you are currently using Marp app, please stop using as soon as possible and migrate into well-maintained Marp Next tools.

Marp Next tools

Marp Next is not complex! Simply you can just use either one if you want to create slide deck.

Marp for VS Code (Recommended)

Marp for VS Code, an extension for Visual Studio Code, is the best alternative for desktop app users. There are key features inherited from the classic Marp app.

Marp CLI

Marp CLI is simple but powerful CLI converter from Marp Markdown into PDF, HTML, PPTX, and images. You can use it if you don't want GUI editor.

I also have an example repository to automate generating slide deck and serving through Marp CLI + Netlify or ZEIT Now.

Migrate Markdown

Marp Next is losing Markdown compatibility with classic app, but your slide would keep appearance as before just by some changes in most cases. Please see our blog post for details.

Thanks

Thanks for a lot of users / contributors of desktop app. Marp has changed my life as developer without doubt, and I've learned a lot from many feedbacks.

Now Marp Next project is evolving built on them. I hope you like it too.


— Yuki Hattori (@yhatt)

================================================ FILE: docs/style.css ================================================ body { background: #fff; color: #555; font-size: 18px; line-height: 1.4; font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0; } nav { border-bottom: 1px solid #eee; height: 60px; } h1.subject { box-sizing: border-box; color: #404050; font-size: 20px; height: 60px; line-height: 40px; margin: 0 auto; max-width: 1000px; padding: 10px; } h1.subject img { display: block; float: left; height: 40px; margin-right: 10px; width: 40px; } h1.subject small { font-size: 0.6em; } section { box-sizing: border-box; max-width: 1000px; margin: 0 auto 5em auto; padding: 0 20px; } section.jumbotron { margin: 0 auto; } section.jumbotron img { display: block; width: 100%; margin: 0; } section h1 { text-align: center; margin: 0 0 2em 0; padding: 0.25em 0; border-bottom: 3px solid #ccc; } section h2 { margin: 1.5em 0 1em 0; padding: 0.25em 0; border-bottom: 1px solid #ccc; } section h3 { margin: 2em 0 1em 0; } a { color: #02669d; text-decoration: none; } a:hover { color: #003668; } hr { margin: 2.5em 0; height: 0; border: none; border-bottom: 3px solid #ccc; }