A Markdown-inspired markup language that can be compiled into HTML and Gemtext
Go to file
Alex Kotov 3a3bee771a
Add Repubmark::Elems::Power
2024-03-06 22:08:07 +04:00
examples Add format "summary_plain" 2024-02-25 12:00:37 +04:00
exe Add format "summary_plain" 2024-02-25 12:00:37 +04:00
lib Add Repubmark::Elems::Power 2024-03-06 22:08:07 +04:00
LICENSE Add existing code 2024-02-23 15:07:32 +04:00
README.md Improve README.md 2024-02-25 12:43:30 +04:00
test.rb Add format "summary_plain" 2024-02-25 12:00:37 +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 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

  • ./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