Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 538 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 538 Bytes

markdown2gemtext

Script converts from markdown to gemtext implemented with Nim.

Dependencies

  • Nim

Usage

$ git clone https://github.com/Azumabashi/markdown2gemtext
$ cd markdown2gemtext
$ nim c -r markdown2gemtext dir https://your.domain path/to/savepath

where dir is a path to directory which convert target markdown files are saved, and the third argument path/to/savepath can be omitted.

Sample markdown file is in the sample directory.

The output is generated under gemtext/ by default.

License

MIT