From af7e8cb8ab0b4ef2454e4ef0ea5dc2c5a718c568 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 25 Feb 2024 12:43:30 +0400 Subject: [PATCH] Improve README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a990709..c449672 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ 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 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/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 http < examples/full.repub` -* `./exe/repubmark examples/config.yml gemini < examples/full.repub` -* `./exe/repubmark examples/config.yml rss < examples/full.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`