John MacFarlane

Results 93 issues of John MacFarlane

The following input causes a segfault when used with the --notes option: [^1] [^1]: see [^1]

```latex \begin{array}{rrr|r} 1 & 0 & 0 & x\\ 0&1&0&b\\ 0&0&1&c \end{array} ``` Currently we get ``` \begin{array}{rrr|r} ^ unexpected "|" expecting letter, white space or "}" ``` It would...

At the least, these should be skipped

https://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.1.pdf This is an alternative format for representing math in textual formats.

Currently we can write eqn but not read it. A reader would allow us to better support groff input formats in pandoc.

http://johnmacfarlane.net/babelmark2/?normalize=1&text=%5Bthis+%60is+a%5D+link%60+with+backticks%5D(%2Furl)%0A

Sundown does not seem to recognize backslash escapes. This is a bug according to the official [markdown syntax description](http://daringfireball.net/projects/markdown/syntax#backslash). It also makes it difficult for authors to insert literal symbols...

http://johnmacfarlane.net/babelmark2/?normalize=1&text=%5BBei%C3%9F+nicht+in+die+Hand%2C+die+dich+f%C3%BCttert%5D%5B%5D%0A%0A%5BBEI%C3%9F+NICHT+IN+DIE+HAND%2C+DIE+DICH+F%C3%9CTTERT%5D%3A+http%3A%2F%2Fen.wikiquote.org%2Fwiki%2FGerman_proverbs%0A

See http://johnmacfarlane.net/babelmark2/?normalize=1&text=%5Bfoo%5D%0A%0A%60%60%60%0A%5Bfoo%5D%3A+%2Furl%0A%60%60%60%0A Here's the example: `````` [foo] ``` [foo]: /url ``` ``````

Debian packaging ran into a problem with pandoc on i386, described at jgm/pandoc#9233. I think I've traced it to base64. Here is a Dockerfile that reproduces the segfault: ``` Docker...