You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codeblocks created by indentation are currently not correctly parsed in either reading or editing mode.
Steps to reproduce
Create a codeblock by indentation (indent 4 spaces and then type code).
this is code
Expected behaviour
Indented codeblocks cannot have parameters set and are decorated the same as a codeblock with no parameters in reading and editing mode.
Current behaviour
Currently adding a line such as ```python fold ln:50 has these parameters applied in reading mode whilst they should not ideally.
Indented codeblocks are not styled at all in editing mode but they still recieve headers if they have codeblock delimiters.
Environment
Plugin Version: 1.0.0
Obsidian Version: v1.3.5
Platform: Desktop
OS: macOS
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Codeblocks created by indentation are currently not correctly parsed in either reading or editing mode.
Steps to reproduce
Create a codeblock by indentation (indent 4 spaces and then type code).
this is code
Expected behaviour
Indented codeblocks cannot have parameters set and are decorated the same as a codeblock with no parameters in reading and editing mode.
Current behaviour
Currently adding a line such as
```python fold ln:50
has these parameters applied in reading mode whilst they should not ideally.Indented codeblocks are not styled at all in editing mode but they still recieve headers if they have codeblock delimiters.
Environment
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: