5 år sedan 0 ändringar mot master sedan detta släpp
Introduces the tool.
$ rs-webmark -i <input_directory> -o <output_directory>
Paths can be either absolutes or relatives.
If you place a header.html
and footer.html
page at the <input_directory>
, it will insert them at the beginning and at the end of your generated documents, respectively.
If you write {title}
in header.html
it will use the Markdown title as title (e.g. <title> My Website - {title}</title>
). The title will be inferred from the first Heading Level 1 block detected in the markdown document:
# This is a heading level 1
https://projects.mrtryhard.info/mrtryhard/rs-webmark/issues?state=closed&milestone=4