From afeb0137e35f65c023e6f5d5c1dbecf1006dd1d6 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 29 Jun 2008 19:27:02 +0000 Subject: [PATCH] Importing NanoBlogger post "Markdown" --- posts/Markdown.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 posts/Markdown.mdwn diff --git a/posts/Markdown.mdwn b/posts/Markdown.mdwn new file mode 100644 index 0000000..97d792b --- /dev/null +++ b/posts/Markdown.mdwn @@ -0,0 +1,16 @@ +[[!meta title="Markdown"]] +[[!meta date="2008-06-29 15:27:02"]] +I'll be using (at least for now) John Gruber's [Markdown](http://daringfireball.net/projects/markdown/syntax) syntax. +I had to `apt-get install markdown` to get this to work, since that's what nanoblogger uses to preform the markdown markup :p. +See +
+/usr/share/nanoblogger/plugins/entry/format/markdown.sh
+
+ +Code (delimited with backticks '`` ` ``'), gets formatted with `` tags, so you need to set up your CSS with +
+code {font: monospace; font-weight: bold};
+
+or something to that effect. + +[[!tag blogging]] -- 2.26.2