From ba27f7f1b86d31aa9e215b201661d57698e45f70 Mon Sep 17 00:00:00 2001 From: Uriel Date: Tue, 19 Jan 2010 00:31:55 +0000 Subject: [PATCH] Note about bug where markdown references are used in blog posts. --- apps/blagh/app.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/blagh/app.rc b/apps/blagh/app.rc index 449c0f9..12566ef 100644 --- a/apps/blagh/app.rc +++ b/apps/blagh/app.rc @@ -78,6 +78,8 @@ fn blagh_body { 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 }