A Markdown-inspired markup language that may be compiled into HTML and Gemtext
Find a file
2024-10-18 19:03:19 +04:00
bin Initialize gem 2024-10-18 18:45:59 +04:00
examples Double separators for chapter anchors 2024-10-18 16:09:57 +04:00
exe Add format "chapters" 2024-09-28 03:10:33 +04:00
lib Initialize gem 2024-10-18 18:45:59 +04:00
tests Move "test.rb" to "tests/examples.rb" 2024-10-15 22:40:19 +04:00
vendor Implement localization 2024-09-12 03:34:11 +04:00
.gitignore Initialize gem 2024-10-18 18:45:59 +04:00
.gitmodules Implement localization 2024-09-12 03:34:11 +04:00
.rubocop.yml Initialize gem 2024-10-18 18:45:59 +04:00
.rubocop_todo.yml Initialize gem 2024-10-18 18:45:59 +04:00
.yardopts Initialize gem 2024-10-18 18:45:59 +04:00
Gemfile Initialize gem 2024-10-18 18:45:59 +04:00
LICENSE
Rakefile Improve gem release 2024-10-18 18:51:39 +04:00
README.md
repubmark.gemspec Filter gem contents 2024-10-18 19:03:19 +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