The Markdown Mindset
hiltmon.com
The Markdown Mindset
1–10 of 52 posts
Re: The Markdown Mindset
#2Re: The Markdown Mindset
#3Re: The Markdown Mindset
#4Re: The Markdown Mindset
#5Re: The Markdown Mindset
#6Re: The Markdown Mindset
#7My only problem is that I have no way to do easy footnoting. I had to add my own special HTML code at the bottom of the page, manually verify the link, and so on. Too much work.
Here is a footnote reference,[^1] and another.[^longnote]
[^1]: Here is the footnote.
[^longnote]: Here's one with multiple blocks.
Re: The Markdown Mindset
#8Brackets are reserved delimiters in RFC3986 (etc) whereas angle brackets are recommended for delimiting URIs.
Re: The Markdown Mindset
#9The only quibble I have with Markdown is that it shows its web-oriented origins by making it difficult to insert page breaks. That's largely the reason I still use LaTeX for a lot of things. Other than that, though, I fully agree with the author. Plain text is great because 1) it'll always be readable and 2) it forces you to focus on the writing first and the formatting second.
Re: The Markdown Mindset
#10My only problem is that I have no way to do easy footnoting. I had to add my own special HTML code at the bottom of the page, manually verify the link, and so on. Too much work.