Closed Akunus closed 2 months ago
Can you attach a note where this issue occurs to this issue as a code block?
This is an example, where the first input in the note will not work, while the second will work.
<h2>Bug</h2>
Question `INPUT[number:anwser]`
<h2>Works correctly</h2>
Question `INPUT[number:anwser]`
This seems to be an Obsidian limitation, note that other markdown features such as bold also don't render.
Please fill out these Check-boxes
Plugin Version
1.1.3
This Issue Occurs on
Debug Info
Describe the Issue
This issue only happens in reading view. When a < h > element is before an input field, it fails to render. Can be fixed, by inserting an empty line beteween the < h > element and the input field.
Steps to Reproduce
<h2>something</h2>
2. Go to next line. 3. Write FoodINPUT[number:food]
4. Go to reading view. 5. See error.Expected Behavior
I expected the plugin to not care about where its code is relative to other things in the document.