aboutsummaryrefslogtreecommitdiff
path: root/blog/majc-0.2.1.markdown
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-03-28 17:41:41 -0400
committerXe Iaso <me@xeiaso.net>2023-03-28 17:42:28 -0400
commitd95b04cd14d5c6be1ed67951c716edaabf23f077 (patch)
tree87877010edb58a512df115b541e4efa9a520eb7c /blog/majc-0.2.1.markdown
parenta547f95fc705239cbe897a714ac7c078bde7cc41 (diff)
downloadxesite-flight-journal.tar.xz
xesite-flight-journal.zip
add flight journal posts to the blogflight-journal
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'blog/majc-0.2.1.markdown')
-rw-r--r--blog/majc-0.2.1.markdown13
1 files changed, 13 insertions, 0 deletions
diff --git a/blog/majc-0.2.1.markdown b/blog/majc-0.2.1.markdown
new file mode 100644
index 0000000..b302ff6
--- /dev/null
+++ b/blog/majc-0.2.1.markdown
@@ -0,0 +1,13 @@
+---
+title: "[ANN] majc 0.2.1"
+date: 2020-07-28
+series: flightJournal
+---
+
+A parsing bug has been found in majc 0.2.0. Specifically when parsing pages that include a comment in a preformatted text block, majc's parser could accidentally eat the entire document and only render the contents of that preformatted text block. For an example of this, see the source of gemlog.blue.
+
+A fix has been made and this behavior should never happen again. If you find other cases where this kind of unexpected eating the document thing happens, please contact me and I will fix it as soon as I am able to.
+
+You can download majc 0.2.1 from greedo.
+
+Be well.