A Markdown-inspired markup language that may be compiled into HTML and Gemtext
Find a file
2024-09-12 05:23:06 +04:00
examples tmp 2024-09-12 05:23:06 +04:00
exe Implement localization 2024-09-12 03:34:11 +04:00
lib tmp 2024-09-12 05:23:06 +04:00
vendor Implement localization 2024-09-12 03:34:11 +04:00
.gitignore Implement localization 2024-09-12 03:34:11 +04:00
.gitmodules Implement localization 2024-09-12 03:34:11 +04:00
Gemfile tmp 2024-09-12 05:23:06 +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

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