diff options
| author | Evan Silberman <[email protected]> | 2024-12-05 17:41:17 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-12-05 22:57:18 -0800 |
| commit | 5f35aa678fabf9b7d280330a4cb0253081eeedef (patch) | |
| tree | 3462577c3b047de7b2f322aaf3b48aff6efa87fb | |
| parent | 13b34530099069e4bf5b397088910ae6d0205b93 (diff) | |
List mdoc as a reader format in the manual
| -rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index cce71f26f..34a6db38e 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -263,6 +263,7 @@ header when requesting a document from a URL: - `markdown_strict` (original unextended [Markdown]) - `mediawiki` ([MediaWiki markup]) - `man` ([roff man]) + - `mdoc` ([mdoc] manual page markup) - `muse` ([Muse]) - `native` (native Haskell) - `odt` ([OpenOffice text document][ODT]) @@ -535,6 +536,7 @@ header when requesting a document from a URL: [Markua]: https://leanpub.com/markua/read [EndNote XML bibliography]: https://support.clarivate.com/Endnote/s/article/EndNote-XML-Document-Type-Definition [typst]: https://typst.app +[mdoc]: https://mandoc.bsd.lv/man/mdoc.7.html ## Reader options {.options} |
