Chapter Title...or bullet lists or numbered lists, which are done in plaintext exactly how you'd expect them to be done, with an asterisk or number at the beginning of each line. There are other features in Markdown, but you don't absolutely need them, especially during the writing phase. You may need to put together tables, though, which is easier to do with Pandoc's extensions to Markdown and mostly just involves spacing data manually and underlining each column header, so again it's pretty easy to get used to. However, after some experience with formatting quirks, I think it's best to do each table as a separate text file and wait until later to combine all the elements.
=============
Useful links:
- Markdown's main site, in case you want to use it
without using Pandoc. - Showdown, a Javascript version of Markdown, in case
you want to try it out without installing Perl. I'm
directing you to GitHub instead of the official site,
because it looks like attacklab.net has been hacked by
spammers. - Pandoc, for translating text files into other
formats. - Edit to add a link to try Pandoc online; the default mode translates Pandoc's extended Markdown into HTML, which is what Showdown does, so this page is a good substitute.
As a Perl programmer I'm embarrassed I didn't know about Markdown.
ReplyDeleteAnd thanks for the link.
My pleasure!
ReplyDeleteI love Markdown as a formatting technique. It looks the most like ordinary text, like you'd write on a typewriter in the pre-computer days, which means you can do a lot of decent formatting without concentrating on format.
I found out about it via a simple commenting system written using PerlHP. The comments were formatted in a stripped-down version of Markdown.