Note about bug where markdown references are used in blog posts.

This commit is contained in:
Uriel 2010-01-19 00:31:55 +00:00
parent 83f6fdb7c5
commit ba27f7f1b8

View file

@ -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
}