Full Code of yhatt/marp for AI

master 5ce01a2343a2 cached
4 files
10.6 KB
3.1k tokens
1 requests
Download .txt
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
================================================
<p align="center">
  <a href="https://marp.app/">
    <img alt="It's a time to migrate into Marp Next!" src="docs/ogp.png" height="240" />
  </a>
</p>

# 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]&nbsp;(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
================================================
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <title>Marp - Markdown Presentation Writer</title>

    <link rel="icon" type="image/png" href="./marp.png" />

    <meta name="subject" content="Markdown Presentation Writer" />
    <meta name="description" content="It's a time to migrate into Marp Next!" />
    <meta name="author" content="Yuki Hattori, yhatt" />

    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://yhatt.github.io/marp" />
    <meta property="og:title" content="Marp - Markdown Presentation Writer" />
    <meta
      property="og:description"
      content="It's a time to migrate into Marp Next!"
    />
    <meta property="og:image" content="https://yhatt.github.io/marp/ogp.png" />

    <meta name="twitter:card" content="summary" />
    <meta name="twitter:site" content="@y_hatt" />
    <meta
      name="twitter:title"
      content="Marp - The simplest markdown presentation writer"
    />
    <meta
      name="twitter:description"
      content="It's a time to migrate into Marp Next!"
    />
    <meta name="twitter:image" content="https://yhatt.github.io/marp/ogp.png" />

    <link rel="stylesheet" type="text/css" href="./style.css" />
  </head>
  <body>
    <nav>
      <h1 class="subject">
        <img src="marp.png" alt="Marp" />
        Marp
        <small>Markdown Presentation Writer</small>
      </h1>
    </nav>
    <section class="jumbotron">
      <a href="https://marp.app/">
        <img src="ogp.png" alt="It's a time to migrate into Marp Next!" />
      </a>
    </section>
    <section>
      <h1>
        It's a time to migrate into <a href="https://marp.app/">Marp Next</a>!
      </h1>
      <p><strong>The publication of classic Marp app has ended.</strong></p>
      <p>
        Marp desktop app, <em>a simple Markdown presentation writer</em>,
        already had stopped maintenance since 2017. Today
        <a href="https://github.com/marp-team/">Marp team</a> is focusing into
        <a href="https://marp.app/">Marp Next</a> project, the brand-new
        presentation ecosystem for the future.
      </p>
      <p>
        <em
          ><a href="https://marp.app/blog/the-story-of-marp-next"
            >See more details in our blog post.</a
          ></em
        >
      </p>
      <h2>Why?</h2>
      <p>
        We had kept publishing app for stuck users that are thinking Marp Next
        is too complex.
      </p>
      <p>
        But recently, we received
        <a href="https://github.com/yhatt/marp/issues/276"
          >a serious security report for outdated app</a
        >.
        <strong
          ><em
            >By opening a malicious Markdown, an attacker can execute arbitrary
            code through remote.</em
          ></strong
        >
        We are responsible for saving users from malicious.
      </p>
      <p>
        If you are currently using Marp app,
        <strong><em>please stop using as soon as possible</em></strong> and
        migrate into well-maintained Marp Next tools.
      </p>
      <h2><a href="https://marp.app/">Marp Next</a> tools</h2>
      <p>
        <a href="https://marp.app/">Marp Next</a> is not complex! Simply you can
        just use either one if you want to create slide deck.
      </p>
      <h3>
        <a
          href="https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode"
          >Marp for VS Code</a
        >&nbsp;(Recommended)
      </h3>
      <p>
        <strong
          ><a
            href="https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode"
            >Marp for VS Code</a
          ></strong
        >, an extension for
        <a href="https://code.visualstudio.com">Visual Studio Code</a>, is the
        best alternative for desktop app users. There are key features inherited
        from the classic Marp app.
      </p>
      <ul>
        <li>Live preview</li>
        <li>
          Export to PDF, HTML, and PPTX (via
          <a href="https://github.com/marp-team/marp-cli">Marp CLI</a>)
        </li>
        <li>Support built-in 3 themes and custom theme CSS</li>
      </ul>
      <h3><a href="https://github.com/marp-team/marp-cli">Marp CLI</a></h3>
      <p>
        <strong
          ><a href="https://github.com/marp-team/marp-cli">Marp CLI</a></strong
        >
        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.
      </p>
      <p>
        I also have
        <a href="https://github.com/yhatt/marp-cli-example"
          >an example repository</a
        >
        to automate generating slide deck and serving through
        <a href="https://github.com/marp-team/marp-cli">Marp CLI</a> +
        <a href="https://www.netlify.com/">Netlify</a> or
        <a href="https://zeit.co/">ZEIT Now</a>.
      </p>
      <h2>Migrate Markdown</h2>
      <p>
        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
        <a href="https://marp.app/blog/the-story-of-marp-next#migration-plan"
          >our blog post</a
        >
        for details.
      </p>
      <h2>Thanks</h2>
      <p>
        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.
      </p>
      <p>
        Now <a href="https://marp.app/">Marp Next</a> project is evolving built
        on them. I hope you like it too.
      </p>
      <hr />
      <p>
        <em>— Yuki Hattori (<a href="https://github.com/yhatt">@yhatt</a>)</em>
      </p>
    </section>
  </body>
</html>


================================================
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;
}
Download .txt
gitextract_0eii8x5r/

├── LICENSE
├── README.md
└── docs/
    ├── index.html
    └── style.css
Condensed preview — 4 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (12K chars).
[
  {
    "path": "LICENSE",
    "chars": 1102,
    "preview": "MIT License\n\nCopyright (c) 2016-2019 Yuki Hattori (yukihattori1116@gmail.com)\n\nPermission is hereby granted, free of cha"
  },
  {
    "path": "README.md",
    "chars": 2707,
    "preview": "<p align=\"center\">\n  <a href=\"https://marp.app/\">\n    <img alt=\"It's a time to migrate into Marp Next!\" src=\"docs/ogp.pn"
  },
  {
    "path": "docs/index.html",
    "chars": 5925,
    "preview": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-w"
  },
  {
    "path": "docs/style.css",
    "chars": 1170,
    "preview": "body {\n  background: #fff;\n  color: #555;\n  font-size: 18px;\n  line-height: 1.4;\n  font-family: Arial, Helvetica, sans-s"
  }
]

About this extraction

This page contains the full source code of the yhatt/marp GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 4 files (10.6 KB), approximately 3.1k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!