| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-17 | 529 Bytes | |
| remend@1.3.0 source code.tar.gz | 2026-03-17 | 1.1 MB | |
| remend@1.3.0 source code.zip | 2026-03-17 | 1.3 MB | |
| Totals: 3 Items | 2.5 MB | 0 | |
Minor Changes
- e50b0c4: Add opt-in inline KaTeX completion (
$formula→$formula$) via a newinlineKatexoption that defaults tofalseto avoid ambiguity with currency symbols. Also fixes block KaTeX completion when streaming produces a partial closing$. - 716a5f0: Escape single
~between word characters to prevent false strikethrough rendering (e.g.20~25°Cno longer renders as strikethrough). Adds a newsingleTildeoption (enabled by default) that can be disabled via{ singleTilde: false }.