A Markdown-inspired markup language that may be compiled into HTML and Gemtext
Find a file
2024-10-19 02:02:30 +04:00
bin Initialize gem 2024-10-18 18:45:59 +04:00
examples Improve references 2024-10-19 01:50:56 +04:00
exe Add format "chapters" 2024-09-28 03:10:33 +04:00
lib Improve references 2024-10-19 01:50:56 +04:00
tests Add BibTeX tests 2024-10-19 02:02:30 +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 Fix RuboCop offenses 2024-10-18 23:50:26 +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 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 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 Improve references 2024-10-19 01:50:56 +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