summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-07-21 05:57:05 -0400
committereudoxia <uplink@distress.network>2022-07-21 05:57:05 -0400
commit7f4fdfb1f266010554535a879d8468eadcccf7fe (patch)
tree212257b2d30f75686d4f4b02362aa4131bd79f2d
parente55119ff9fbe717c8b35672e9450cf2e42727174 (diff)
software/literary: docs update
-rwxr-xr-xsitemap.xml2
-rw-r--r--software/literary/index.html3
-rwxr-xr-xsoftware/literary/src.md1
3 files changed, 4 insertions, 2 deletions
diff --git a/sitemap.xml b/sitemap.xml
index 5fcfbb8..4251778 100755
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -16,7 +16,7 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://distress.network/software/</loc><lastmod>2022-04-25T02:08:26-04:00</lastmod></url>
-<url><loc>https://distress.network/software/literary/</loc><lastmod>2022-05-02T12:34:01-04:00</lastmod></url>
+<url><loc>https://distress.network/software/literary/</loc><lastmod>2022-07-21T05:52:07-04:00</lastmod></url>
<url><loc>https://distress.network/software/web/</loc><lastmod>2022-03-31T23:30:21-04:00</lastmod></url>
diff --git a/software/literary/index.html b/software/literary/index.html
index eb0dec3..6abaab9 100644
--- a/software/literary/index.html
+++ b/software/literary/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<title>Literary &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2022-05-02 12:34:01-04:00" />
+<meta http-equiv="last-modified" content="2022-07-21 05:52:07-04:00" />
</head>
<body>
<div class="contentlevel">
@@ -147,6 +147,7 @@
<ul>
<li>The treatment of whitespace within formatting and configuration commands is currently rather strict, as no trimming of leading or trailing whitespace around the command contents is applied. This may be changed for the sake of convenience, at the expense of added parsing complexity.</li>
+<li>A &#8216;prefix&#8217; mode where all text section lines and formatting commands are started with a certain prefix token which is recognized and omitted from the output. When the prefix specified is the line comment prefix of the programming language being used, this would allow for the use of conventional syntax highlighting while editing literate source code files.</li>
</ul>
</main>
<nav>
diff --git a/software/literary/src.md b/software/literary/src.md
index a008409..de3c44f 100755
--- a/software/literary/src.md
+++ b/software/literary/src.md
@@ -94,3 +94,4 @@ The source code of this tool is rendered as a set of literate program documents,
# Future Work
- The treatment of whitespace within formatting and configuration commands is currently rather strict, as no trimming of leading or trailing whitespace around the command contents is applied. This may be changed for the sake of convenience, at the expense of added parsing complexity.
+- A 'prefix' mode where all text section lines and formatting commands are started with a certain prefix token which is recognized and omitted from the output. When the prefix specified is the line comment prefix of the programming language being used, this would allow for the use of conventional syntax highlighting while editing literate source code files.