From 4bebd90189368a779b9c93c74bd6870021c4e3b9 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sun, 13 Nov 2022 23:23:16 +0900 Subject: [PATCH] Fix image links, and add links for docs separately --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b5c33c6..e6e7bea 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@

- - Marpit - Marpit - + Marpit + Marpit

Marpit: Markdown slide deck framework @@ -14,6 +12,12 @@ LICENSE

+
+ +### [🗒 Documentation](https://marpit.marp.app/) | [⚙ API](https://marpit-api.marp.app/) + +
+ --- **Marpit** /mɑːrpɪt/ is the skinny framework for creating slide deck from Markdown. It can transform Markdown and CSS theme(s) to slide deck composed of static HTML and CSS and create a web page convertible into slide PDF by printing. @@ -48,21 +52,20 @@ See [the documentation of Marpit](https://marpit.marp.app/?id=getting-started) t - **[Documentation](https://marpit.marp.app/)** - [API (JSDoc)](https://marpit-api.marp.app/) -## Development +## Contributing + +Are you interested in contributing? See [CONTRIBUTING.md](.github/CONTRIBUTING.md) and [the common contributing guideline for Marp team](https://github.com/marp-team/.github/blob/master/CONTRIBUTING.md). + +### Development ```bash git clone https://github.com/marp-team/marpit - cd marpit yarn install yarn build ``` -## Contributing - -Are you interested in contributing? Please see [CONTRIBUTING.md](.github/CONTRIBUTING.md) and [the common contributing guideline for Marp team](https://github.com/marp-team/.github/blob/master/CONTRIBUTING.md). - ## Sub-projects - **[@marp-team/marpit-svg-polyfill](https://github.com/marp-team/marpit-svg-polyfill)** - A polyfill of the inline SVG slide in Safari based browsers.