リリース

  • プレリリース beta-1 21583f3c72

    Beta 1

    Alexandre Leblanc 5 年 前 このリリース以降 master へ 0 コミット

    Beta 1

    Introduces the tool.

    Usage

    $ rs-webmark -i <input_directory> -o <output_directory>
    

    Paths can be either absolutes or relatives.

    Generic header and footer

    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.

    Header html title

    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
    

    Changes

    https://projects.mrtryhard.info/mrtryhard/rs-webmark/issues?state=closed&milestone=4