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 Initialize gem 2024-10-18 18:45:59 +04:00
examples Add examples with the new syntax 2025-04-16 09:49:37 +04:00
exe Add format "chapters" 2024-09-28 03:10:33 +04:00
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 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 Add examples with the new syntax 2025-04-16 09:49:37 +04:00
.rubocop_todo.yml Improve references 2024-10-19 01:50:56 +04:00
.yardopts Initialize gem 2024-10-18 18:45:59 +04:00
Gemfile Upgrade gems 2025-04-10 16:52:22 +04:00
LICENSE
Rakefile Improve references 2024-10-19 01:50:56 +04:00
README.md Fix gem summary and description 2024-10-19 00:03:19 +04:00
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