I would expect to see my code exactly as I entered it: `ls | column`
Actual result
Instead of seeing the code I typed, a backslash is auto-inserted into the middle of it like so: ls \| column Deleting the '' results in the ‘|’ being deleted as well. I cannot figure out how to type my inline code without the backslash getting auto-inserted.
Environment
SYSTEM INFO:
Obsidian version: v1.6.3
Installer version: v1.5.12
Operating system: Windows 10 Pro 10.0.22631
Login status: not logged in
Insider build toggle: off
Live preview: on
Base theme: dark
Community theme: Minimal v7.5.4
Snippets enabled: 0
Restricted mode: off
Plugins installed: 14
Plugins enabled: 11
1: BRAT v1.0.1
2: Advanced Tables v0.21.0
3: Breadcrumbs v4.2.35-beta
4: Colored Tags v5.0.0
5: Dataview v0.5.66
6: Highlightr v1.2.2
7: Minimal Theme Settings v7.5.0
8: Open vault in VSCode v1.2.2
9: Outliner v4.8.1
10: Paste URL into selection v1.7.0
11: Style Settings v1.0.8
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
I just found another issue with the backslash being auto-inserted into inline code. I entered this line into a table: | and instead of displaying as expected, it auto-inserts a \ into the inline code so it looks like this: \|
And yet another issue with backslash in inline code. When I use it in an inline code it just disappears. I tried typing more than one but that didn’t work either. My inline code looks like this: Set-Location .\Documents\ but of course the backslashes are completely missing.
I have the same problem, too. Refer to the Typora, the markdown table should ignore the | in the inline code. My current solution is: <code>ls \| column</code> .
When using vertical bars | in a table in the live preview double bars appear.
Creating a new table and putting |x| in one of the cells (which Obsidian will helpfully automatically turn into $\|x\|$ renders with double bars:
Workaround: use $\vert x \vert$.
There are some similar bug reports, but none that quite match this behaviour or are recent enough to include the live-preview table editor (as far as I can tell)
This is problematic because it makes discerning norms and absolute values difficult. I am able to reproduce this in the Sandbox Vault on Obsidian 1.8.9
When using $|$ outside of the table, the latex renders correctly by showing a vertical line “|”. This should also render the same way when inserted into a table.
Actual result
When using $|$ inside a table the result is a double vertical line “||”.
Environment
SYSTEM INFO:
Obsidian version: v1.5.3
Installer version: v1.4.16
Operating system: Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112 23.2.0
Login status: not logged in
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 2
Restricted mode: on