Rowan Cockett
Rowan Cockett
font-variant: small-caps; As a mark!
Here is an example: https://pandoc.org/MANUAL.html#footnotes
Right now we just do MyST flavoured markdown (and that could be improved). Probably: * commonmark * pandoc * myst * gfm
The schema should check the children type of cites, and it they are not kind=cite then drop the \citep in latex.
When converting to latex, we should take into account that latex doesn't have `\lt` macro. https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-in-html-documents The < sign gets converted to `<` and encoded correctly already.
``` A full in-text cite of \bibentry{goossens93}. ```
writing `[awesome website](https://...)` should add the link, and **not** first capture the link which will be valid before the closing `)`.
Right now arrowing from content into code skips the code mirror block completely. The arrow keys should have expected behaviour. (up down as well, but that is harder)
* subscript are not kept when copy-pasting from Google Doc document: Ks becomes Ks