A Markdown-inspired markup language that may be compiled into HTML and Gemtext
Find a file
2025-04-16 09:49:37 +04:00
bin
examples Add examples with the new syntax 2025-04-16 09:49:37 +04:00
exe
lib Introspection: children 2025-04-16 09:29:23 +04:00
tests Add examples with the new syntax 2025-04-16 09:49:37 +04:00
vendor
.gitignore
.gitmodules
.rubocop.yml Add examples with the new syntax 2025-04-16 09:49:37 +04:00
.rubocop_todo.yml
.yardopts
Gemfile
LICENSE
Rakefile
README.md
repubmark.gemspec

Repubmark

A Markdown-inspired markup language that may 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