Steps to reproduce
You can try using the file I provided or use the following code yourself:
a.md (260 Bytes)
b.md (1.2 KB)
- Create a new markdown file
- Name it a.md, this file is to display format reference errors
- Copy the following code into it
- >[!note]
> - aaaaaaaaaaaaaaaa ^1
> - bbbb ^2
> - ccccc ^3
> - dddddddd ^4
- The format is correct but the template is wrong (not a note callout, just a quote): ![[a#^1]]
- Format error: ![[a#^2]]
- Format error: ![[a#^3]]
- Format error: ![[a#^4]]
- Create a new markdown file
- Name it b.md, this file is to display format reference errors that cause LaTeX to not parse correctly.
- Copy the following code into it
- >[!note]
> - aaaaaaaaaaaaaaaa ^1
> - bbbb ^2
> - ccccc $\begin{vmatrix}\phi_{1}(x) & \phi_{2}(x) &\dots & \phi _{n}(x)\\ \phi'_{1}(x) & \phi_{2}'(x) & \dots & \phi'_{n}(x)\\ \vdots & \vdots & \dots & \vdots \\ \phi_{1}^{(n-1)}(x) & \phi_{2}^{(n-1)}(x) & \dots & \phi _{n}^{(n-1)}(x)\end{vmatrix}$ ^3
> - dddddddd $$\begin{cases}a\\b\\c\end{cases}$$ ^4
> - $\begin{vmatrix}\phi_{1}(x) & \phi_{2}(x) &\dots & \phi _{n}(x)\\ \phi'_{1}(x) & \phi_{2}'(x) & \dots & \phi'_{n}(x)\\ \vdots & \vdots & \dots & \vdots \\ \phi_{1}^{(n-1)}(x) & \phi_{2}^{(n-1)}(x) & \dots & \phi _{n}^{(n-1)}(x)\end{vmatrix}$ ^5
> - $$\begin{vmatrix}\phi_{1}(x) & \phi_{2}(x) &\dots & \phi _{n}(x)\\ \phi'_{1}(x) & \phi_{2}'(x) & \dots & \phi'_{n}(x)\\ \vdots & \vdots & \dots & \vdots \\ \phi_{1}^{(n-1)}(x) & \phi_{2}^{(n-1)}(x) & \dots & \phi _{n}^{(n-1)}(x)\end{vmatrix} $$ ^6
- The format is correct but the template is wrong (not a note callout, just a quote): ![[b#^1]]
- Format error causing LaTeX to not work: ![[b#^2]]
- Format error: ![[b#^3]]
- Format error.At the same time, we can see that the references are incomplete; they do not include information for ^5 and ^6: ![[b#^4]]
- Format error: ![[b#^5]]
- Format error: ![[b#^6]]
Expected result
- Hope to correctly reference the list format in callouts.
- If possible, make the style the same, such as the >[!note] format instead of the ordinary > format.
Actual result
As shown in the sandbox environment For the file a.md, used to display incorrect format references source-view pre-view
We can see that for ^1 we can reference normally, but the style is not correct, and for ^2 ^3 we cannot reference correctly
For the file b.md, used to display incorrect format references that cause LaTeX to not parse correctly source-view pr-view We can see that for ^2 ^3 the format error causes LaTeX to not parse correctly
SYSTEM INFO:
Obsidian version: v1.6.3
Installer version: v1.5.11
Operating system: Windows 10 Enterprise 10.0.19045
Login status: not logged in
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 9
Plugins enabled: 9
1: Latex Suite v1.9.3
2: PDF Highlights v0.0.4
3: Annotator v0.2.11
4: Canvas Links v1.1.4
5: Link Exploder v0.3.0
6: Canvas2Document v1.2.0
7: BRAT v1.0.1
8: Canvas Block Reference v0.0.4
9: Hover Editor v0.11.20