Skip to content

Cannot pass files together with input directory #382

Answered by yhatt
noraj asked this question in Ideas
Discussion options

You must be logged in to vote

Marp CLI can handle multiple inputs by using directory and glob pattern. Try this:

marp slides.md docs/*.md --theme-set themes

or simply this:

marp slides.md docs --theme-set themes

By passing directories as input, Marp CLI will find Markdown files (*.md, *.mdown, *.markdown, *.markdn) from specified directories.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by noraj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants