marp-team / marpit

The skinny framework for creating slide deck from Markdown
https://marpit.marp.app/
MIT License
948 stars 45 forks source link

Basic Usage Steps #351

Closed samnau closed 1 year ago

samnau commented 1 year ago

Sorry if I am being dense, but I see no where in your documentation that actually explains how to take your Markdown files and turn them into any kind of presentation slides in any format. I would like to use your framework, but I can't find anything that explains this basic step.

yhatt commented 1 year ago

Marpit framework is a really simple library, just for converting MD + CSS into HTML snippet. All about of Marpit is already described in the documentation site of Marpit. See "Usage" section: https://marpit.marp.app/usage

samnau commented 1 year ago

Correct, there is detailed documentation for how to write the class and the markdown. I just don't see anything describing how to compile it. I could probably figure out something to build it myself, but I had expected some basic commands that would compile everything.

yhatt commented 1 year ago

It's already have in the top page: https://marpit.marp.app/?id=how-to-use