ref: 04250221eaea5253f979ebdf1bc0fab411028361
parent: 860e6d95adf5018e25525adb7166e7a196f6d8d9
author: Uriel <u@berlinblue.org>
date: Mon Jan 18 19:31:55 EST 2010
Note about bug where markdown references are used in blog posts.
--- a/apps/blagh/app.rc
+++ b/apps/blagh/app.rc
@@ -78,6 +78,8 @@
sed '1s!.*![&]('^$l(2)^') ('^$l(1)^')!' < $p/index.md
echo # Needed extra \n so markdown doesn't mess up the formatting, probably can be done in sed.
}
+ # XXX BUG! Markdown [references] break because multiple markdown documents are merged. Should format each blog post independently.
+ # TODO: use fltr_cache directly, that can fix the previous bug plus provide a perf boost by caching title generation.
} | $formatter
}