Quorafind / Outliner.MD

https://outliner.md
128 stars 2 forks source link

[Feature Request] Automatic Indentation of Code Blocks #15

Open lnnks opened 1 month ago

lnnks commented 1 month ago

Currently, with the Outliner plugin in Obsidian, when using code blocks (```) and indenting them, the automatic completion of ``` places the code block at the beginning of the line. This causes markdown files to display incorrectly during review rendering.

image

It would be highly beneficial if the plugin could automatically indent the ``` symbol to the same level when indenting code blocks. This would ensure that the markdown files maintain proper formatting and display accurately during review rendering.

Thank you for considering this improvement!