Lin Tianchuan

Results 7 issues of Lin Tianchuan

Like this (vscode extension: Markdown All in One): ![image](https://user-images.githubusercontent.com/47070449/56669755-3805ed80-66e4-11e9-96a4-a20cbe9b45c1.png)

enhancement

This works fine: ```lua snippet box "Box" A ``rv = '┌' + '─'.repeat(t[0].length + 2) + '┐'`` │ $1 │ ``rv = '└' + '─'.repeat(t[0].length + 2) + '┘'`` endsnippet...

https://1024th.github.io/MathJax_Tutorial_CN/#/quickstart Description

Gitalk
b6c4b4e0dd56ea598e8e8d2866ff810e

When a formula contains "", it is not escaped, thus causing a lot of problems. Maybe you should consider using `util.EscapeHTML()` ?

Related issue: https://github.com/AstroNvim/AstroNvim/issues/2353#issuecomment-1787490855 ## 📑 Description Add a note for possible race condition when overriding default mapping.

A mininal example: ```coq Lemma test: True. Proof. time auto. Qed. ``` If `vscoq.proof.delegation` is set to: - "No delegation (all proofs are checked one after the other)", then things...

bug

To achieve visual balance and make all uppercase letters appear roughly the same size, different letters need different sidebearings. The article at [https://help.fontlab.com/fontlab/8/tutorials/briem/5-0-spacing/briem-5-03-capitals/](https://help.fontlab.com/fontlab/8/tutorials/briem/5-0-spacing/briem-5-03-capitals/) describes how sidebearings are determined in type...