Skip to content
/ writer2 Public

a minimal CommonMark-to-HTML static site generator for linguistics / maths / coding posts

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.md
MIT
skeleton-LICENSE.md
Notifications You must be signed in to change notification settings

tsraom/writer2

Repository files navigation

writer2

A minimal static site generator that converts CommonMark to HTML, with some special syntax for typesetting contents in topics such as linguistics, mathematics and programming.

Building and running

Simply build and run the executable without specifying any arguments:

cargo run

A help message will be displayed, which should be helpful.

Project Documentation

To build the documentation for this project, run:

cargo rustdoc --open -- --document-private-items

This should be of interest primarily to the maintainers of this project, of which there is currently only one.

Testing CommonMark

CommonMark tests will be written soon. Meanwhile, run the following to convert all examples on the CommonMark spec:

cargo run -- input/commonmark -o input/html -vvv --simple

License

See here.

About

a minimal CommonMark-to-HTML static site generator for linguistics / maths / coding posts

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.md
MIT
skeleton-LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published