A Markdown-inspired markup language that may be compiled into HTML and Gemtext
examples | ||
exe | ||
lib | ||
LICENSE | ||
README.md | ||
test.rb |
Repubmark
A Markdown-inspired markup language that can be compiled into HTML and Gemtext.
Examples
-
./exe/repubmark examples/config.yml word_count < 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
-
./exe/repubmark examples/config.yml word_count < 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