repubmark/README.md

22 lines
889 B
Markdown
Raw Normal View History

2023-04-01 03:20:34 -04:00
Repubmark
=========
2024-10-18 16:03:19 -04:00
A Markdown-inspired markup language that may be compiled into HTML and Gemtext.
2024-02-24 23:54:16 -05:00
Examples
--------
2024-02-25 03:43:30 -05:00
* `./exe/repubmark examples/config.yml word_count < examples/hello.repub`
* `./exe/repubmark examples/config.yml summary_plain < examples/hello.repub`
* `./exe/repubmark examples/config.yml http < examples/hello.repub`
* `./exe/repubmark examples/config.yml gemini < examples/hello.repub`
* `./exe/repubmark examples/config.yml rss < examples/hello.repub`
2024-02-24 23:54:16 -05:00
2024-02-25 03:43:30 -05:00
* `./exe/repubmark examples/config.yml word_count < examples/full.repub`
* `./exe/repubmark examples/config.yml summary_plain < examples/full.repub`
* `./exe/repubmark examples/config.yml http < examples/full.repub`
* `./exe/repubmark examples/config.yml gemini < examples/full.repub`
* `./exe/repubmark examples/config.yml rss < examples/full.repub`