diff options
Diffstat (limited to 'blogit')
-rwxr-xr-x | blogit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ blog/%.html: articles/% $(addprefix templates/,$(addsuffix .html,header article_ -e '/^###/{s,^###,<h3>,;s,$$,</h3>,;H;s,.*,,;x;p;d}' \ -e '/^##/{s,^##,<h2>,;s,$$,</h2>,;H;s,.*,,;x;p;d}' \ -e '/^#/{s,^#,<h1>,;s,$$,</h1>,;H;s,.*,,;x;p;d}' \ - -e 's,`\([^`]*\)`,<q>\1</q>,g' \ + -e 's,`\([^`]*\)`,<code>\1</code>,g' \ -e 's,\*\*\(\([^*<>][^*<>]*\*\?\)*\)\*\*,<b>\1</b>,g' \ -e 's,\*\([^*<>][^*<>]*\)\*,<i>\1</i>,g' \ -e 's,!\[\([^]]*\)\](\([^)]*\)),<img src="\2" alt="\1"/>,g' \ |