With markdown-1.0.1 the code spans in DEVELOPERS.md come out all
broken when converting the file to html, and I don't get how to do
it right.  Viewed with seamonkey they looks like this.

--
git checkout topic/branch git rebase origin/master git checkout master git 
merge topic/branch git push
--
without indentation and line breaks.

--
```
include "config.h"

```
--
The backticks have not been recognized, there's no indentation, an
extra blank line and the font is HUGE.  Seems to be misunderstood
as a chapter heading.

--
make CFLAGS="-g -O2 -Wall -Wpointer-arith -fno-strict-aliasing -Werror"
--
without indentation.

--
git clone g...@github.com:fvwmorg/fvwmorg.github.io.git
--
without indentation.

For me, this ``` construct doesn't do anything useful.  Markdown
documentation says a preformatted code block ist started by adding
an additional level of indentation.

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt

Reply via email to