Importing NanoBlogger post "Markdown"
authorW. Trevor King <wking@drexel.edu>
Sun, 29 Jun 2008 19:27:02 +0000 (19:27 +0000)
committerW. Trevor King <wking@drexel.edu>
Sun, 29 Jun 2008 19:27:02 +0000 (19:27 +0000)
posts/Markdown.mdwn [new file with mode: 0644]

diff --git a/posts/Markdown.mdwn b/posts/Markdown.mdwn
new file mode 100644 (file)
index 0000000..97d792b
--- /dev/null
@@ -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
+<pre>
+/usr/share/nanoblogger/plugins/entry/format/markdown.sh
+</pre>
+
+Code (delimited with backticks '`` ` ``'), gets formatted with `<code>` tags, so you need to set up your CSS with
+<pre>
+code {font: monospace; font-weight: bold};
+</pre>
+or something to that effect.
+
+[[!tag  blogging]]