A Markdown-inspired markup language that can be compiled into HTML and Gemtext
Go to file
Alex Kotov 8ec0774613
Add examples
2024-02-25 09:28:23 +04:00
examples Add examples 2024-02-25 09:28:23 +04:00
exe Add examples 2024-02-25 09:28:23 +04:00
lib Add examples 2024-02-25 09:28:23 +04:00
LICENSE Add existing code 2024-02-23 15:07:32 +04:00
README.md Add examples 2024-02-25 09:28:23 +04:00
test.rb Add examples 2024-02-25 09:28:23 +04:00

README.md

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