2023-04-01 11:20:34 +04:00
|
|
|
Repubmark
|
|
|
|
=========
|
|
|
|
|
|
|
|
A Markdown-inspired markup language that can be compiled into HTML and Gemtext.
|
2024-02-25 08:54:16 +04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Examples
|
|
|
|
--------
|
|
|
|
|
2024-02-25 12:43:30 +04: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-25 08:54:16 +04:00
|
|
|
|
2024-02-25 12:43:30 +04: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`
|