Open Qsppl opened 7 months ago
The text block starts immediately after the quote/backtick. In your example this shows up as an empty first line in the editor since the only thing following the backtick is a line return. When you autoformat the text this operation is deleting the line return, so when the extension write it back your HTML text starts immediately after the backtick.
The extension would need to preserve these beginning and ending line returns, and omit them from the editor so formatting operations can't remove them accidentally. Handling the indentation similarly would be welcome as well.
When I open the editor for html, the tabulation in the created file is broken:
Moreover, if you format the document... ...the tabulation in the original document is broken.