0xff
(0xff)
1
Please help me work around this markdown parser … bug/whatever.
Its about 0xff/asmttpd ( github project )
On Docker Hub it looks like this: http://i.imgur.com/x9QQGlF.png
While on github it looks like this (right): http://i.imgur.com/yOHdNlX.png
(sorry, cant post images or more links. New user…)
I also tried using cd `mktemp -d` but it doesn’t help.
README.md can be found here: https://github.com/piccaso/docker-asmttpd/blob/master/README.md
And i already noticed that there is an e missing in somewhere but i don’t want to do any further pushes and waste resources on useless builds…
Thanks!
hbokh
(Henk)
2
Have you tried using empty lines after the headers?
So this:
### Use custom content
```sh
# go somwhere we can play...
cd `mktemp -d`
becomes this:
### Use custom content
```sh
# go somwhere we can play...
cd `mktemp -d`
rufus
(Andy Rothfusz)
3
(Adding images so the community can help better)
Docker Hub image
GitHub image
0xff
(0xff)
4
I tried adding newlines (like so: http://sprunge.us/IZLQ?diff) but it didn’t help…
Is there any way i can run this markdown parser myself so i get a chance debugging this?