David McArthur

Results 7 issues of David McArthur

```sh $ tsc node_modules/event-target-shim/index.d.ts:377:34 - error TS1005: ']' expected. 377 [P in string & keyof TEventMap as `on${P}`]: EventTarget.CallbackFunction | null; ~~ node_modules/event-target-shim/index.d.ts:377:45 - error TS1005: ';' expected. 377 [P...

### Initial checklist - [X] I read the [support docs](https://github.com/syntax-tree/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/syntax-tree/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/syntax-tree/.github/blob/main/code-of-conduct.md) - [X] I...

🙆 yes/confirmed
👍 phase/yes

Hello, I've been trying your package in my project, but I've found when I stringify my `mdast` tree back into markdown, the heading id is now lost. I've tried to...

With the following RMarkdown: ````md ```{python results=FALSE} from sklearn.datasets import load_digits from sklearn.model_selection import train_test_split X,y = load_digits(return_X_y=True) X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.33) from sklearn.neighbors import KNeighborsClassifier...

### Issue Summary When `displayOverflow: 'linebreak'` is set on an SVG output, and for example `containerWidth: 600` is set on `doc.convert` from the node methods, `array` environments are incorrectly rendered...

Accepted
Merged
v4

Using MathJax v4 (node direct method), given a multiline environment: ```tex \begin{multline*} a \\ b \end{multline*} ``` I noticed using the 2 new and useful demo pages for [SVG](https://mathjax.github.io/MathJax-demos-web/input/tex2svg.html) and...

Feature Request
v4

### Did you check existing issues? - [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [x] I have searched the existing issues...

bug