A Markdown-inspired markup language that may be compiled into HTML and Gemtext
Find a file
2024-11-17 22:04:43 +04:00
bin
examples
exe
lib Add gem "ast" 2024-11-17 22:04:43 +04:00
tests
vendor
.gitignore
.gitmodules
.rubocop.yml
.rubocop_todo.yml
.yardopts
Gemfile
LICENSE
Rakefile
README.md
repubmark.gemspec Add gem "ast" 2024-11-17 22:04:43 +04:00

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