Bug report
Author: hl-note-zh-0219Created Sep 9, 2026Updated Sep 9, 2026
Labelsbug
What happened?
Environment
Obsidian: 1.8.x Dataview: 0.5.x OS: Windows 11
Description
A normal Markdown table containing inline code with "=" causes Dataview to throw an inline field parsing error.
No Dataview query block or inline field syntax is used.
Steps to reproduce
Create a new note:
| name | age |
|---|---|
| Bob | ==20 |
Open Reading view.
Expected behavior
The table should render normally.
The == token should be displayed as inline code.
Actual behavior
Dataview shows:
Dataview (inline field '='): Error
-- PARSING FAILED --
1 | = | ^
Additional information
The issue disappears when:
- removing the backticks
- removing the "=" characters
This suggests that inline code content may incorrectly enter the inline field parser.
DQL
No response
JS
Dataview Version
0.5.68
Obsidian Version
1.13.7
OS
MacOS
Source: blacksmithgu/obsidian-dataview