Yarakashi Kikohshi
Yarakashi Kikohshi
If you place multiple `\TblrNote` with tag name of two or more characters in the same cell, the characters will overlap. ## To reproduce ```latex \documentclass{article} \usepackage{tabularray} \SetTblrStyle{note}{ hang =...
## To reproduce I have created a simple example below. - An asterisk is added to the note tag below the table, but not to the note tag inside the...
## Pre-checks* - [x] The feature request has not been suggested in this repository. ## The Missed* `\zlabel` provided by [zref][] does not have “label name completion” and “syntax highlighting”...
[Typst][] is a tool for creating documents similar to LaTeX. The target extension is .typ. [typst]: https://typst.app/docs "Typst Documentation" Note: As of v1.85.1, VS Code does not support typst by...
## Proposal I have created multiple wordlist files for each category. There are two issues when displaying a list of wordlist files by doing the following from the command palette:...
# Allows to add words that start with a non-alphabetic symbol **Note**: This may be an edge case. I have some words like `@gmail.com` that I want to start with...
The commands `\zref[option]{foo}` and `\zlabel{foo}` provided by zref receive different syntax highlighting than `\ref` and `\label`. ```latex \label{foo} \zlabel{foo} \zref{foo} \zref[option]{foo} ```  `\zref` with option and `\zlabel` are variations...
You can change the thickness, color, dashes, etc. of the ruled line, but the entire document uses only a fixed style of ruled line. It is tedious to specify the...
The following two points are incorrect: 1. Incorrect glyphs: `CID+9883` is `romanIIII`, which is not enclosed in parentheses, but the IBM plex font does have parentheses. 1. Glyphs are not...
## Describe the bug The presence of the following two things at the same time will break math in mermaid diagrams: - Mermaid diagrams containing math - MathJax math ##...