search for: _docodeblocks

Displaying 3 results from an estimated 3 matches for "_docodeblocks".

2006 Jul 02
1
Newline before </code></pre>
...nt to see. With a normal stylesheet which has white-space:pre; set on pre/code blocks, you'll see an empty line after "This is Code". In my eyes that is wrong. It's pretty easy to prevent though, you'll just have to remove the newline before `</code></pre>` in _DoCodeBlocks(_callback). -- Milian Wolff http://milianw.de
2010 Dec 02
2
Any way to get syntax-highlighted code blocks with Text::MultiMarkdown?
Hello, I'm using Text::MultiMarkdown in my website, and I would like to know if there is any way to get syntax highlighting in code blocks. Thanks, -Mike Doherty
2006 Jun 14
1
trailing spaces in code block
It seems that Markdown 1.0.1 strips off trailing spaces at the end of code blocks. Is this really what it's supposed to do? There might be reasons to include trailing spaces in code displayed on a web page -- for example, in demonstrating how to do a hard line break in markdown. Even if the trailing spaces aren't visible, they can be cut and pasted. Besides, Markdown 1.0.1 preserves