A Markdown-inspired markup language that may be compiled into HTML and Gemtext
Find a file
2024-10-18 23:20:34 +04:00
bin Initialize gem 2024-10-18 18:45:59 +04:00
examples Improve config for CSS classes 2024-10-18 20:22:37 +04:00
exe Add format "chapters" 2024-09-28 03:10:33 +04:00
lib Add references 2024-10-18 23:01:18 +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 Upgrade Ruby from 3.2.3 to 3.3.5 2024-10-18 23:20:34 +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 Upgrade Ruby from 3.2.3 to 3.3.5 2024-10-18 23:20:34 +04:00
LICENSE Add existing code 2024-02-23 15:07:32 +04:00
Rakefile Add references 2024-10-18 23:01:18 +04:00
README.md Improve README.md 2024-02-25 12:43:30 +04:00
repubmark.gemspec Upgrade Ruby from 3.2.3 to 3.3.5 2024-10-18 23:20:34 +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