mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
docs: make it clear that unu does not support out of order sections
FossilOrigin-Name: 5333329003769c24f65d52a077e7bbd3e9fc8b171c6537bc5247a7a7acf96d8e
This commit is contained in:
parent
a019adeeb3
commit
43d64b287b
3 changed files with 11 additions and 0 deletions
|
@ -5,6 +5,9 @@ are in a format called Unu. This allows easy mixing of
|
|||
commentary and code blocks, making it simple to document
|
||||
the code.
|
||||
|
||||
The Unu format does not support writing code and commentary "out
|
||||
of order".
|
||||
|
||||
As an example,
|
||||
|
||||
# Determine The Average Word Name Length
|
||||
|
|
|
@ -13,6 +13,9 @@ DESCRIPTION
|
|||
retro-unu is a tool for extracting code from fenced blocks in literate
|
||||
sources. It will write output to stdout.
|
||||
|
||||
retro-unu does not support "out of order" structuring of code, commentary,
|
||||
and test blocks.
|
||||
|
||||
AUTHORS
|
||||
Charles Childers <crc@forthworks.com>
|
||||
|
||||
|
|
|
@ -19,6 +19,11 @@ write output to stdout.
|
|||
|
||||
A code block starts with ~~~ on a line by itself and ends with
|
||||
a second ~~~. Test blocks start and end with ```.
|
||||
|
||||
.Nm
|
||||
does not support "out of order" structuring of the code,
|
||||
commentary, and test blocks.
|
||||
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width -indent
|
||||
.It Fl t
|
||||
|
|
Loading…
Reference in a new issue