-
_GitHub Flavored Markdown_ is specified in [github.github.com/gfm][1]. While this specification haven't changed much in recent years there appears to be two sources of interoperability issues:
* (…
-
Currently if pandoc is called with `--lof` or configured with a `format.yml` containing:
```yaml
---
lof: yes
```
when converting a markdown source, each figure is listed in the LoF using its…
-
I am typesetting articles on pricing and economy. There are dollar signs with normal text. If I don't escape them, python would complain about
```
UnicodeEncodeError: 'ascii' codec can't encode …
-
There's a feature I've always wanted to add to CoCalc, which is the ability to take hand written math and turn it into latex. This would be handy for people writing latex or markdown, since often it'…
-
#### What is the problem?
I want to request the hightlighting and auto-suggestion of a math block that starts and ends with a single dollar sign (not inline math) just like normal math block betw…
-
Hi,
I was wondering if the note editor could benefit from handling Pandoc's Markdown syntax:
http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown
This would allow to include lists, tables, …
-
有类似在 header.html 中加载 cancel.js 的方式吗?使得 epub 支持 \(\bcancel{///}\)
目前 Travis CI 上给出的警告信息如下
```bash
/usr/bin/pandoc +RTS -K512m -RTS ElegantBookdown.utf8.md --to epub3 --from markdown+autolink_ba…
-
I use $$ as delimiters for math equations which are then processed by MathJax. But the underscores in LaTex confuse the editor to italicize parts of the equations. Please add a configuration to exclud…
-
[DOCX Minimal Working Example](https://github.com/jgm/pandoc/files/13336699/pandoc-code-test.docx)
Given the above minimal working example, reading the DOCX file as `docx` and `docx+styles` produce…
-
The Gerby-flavored / Stacks-flavored Markdown is broken with an up-to-date Python installation, because `mdx_bleach` is out-of-date. This must be fixed.
The "solution" for now is
```pip3 install…