-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi there,
We're using this plugin on Godot Engine's Q&A, and I've noticed that the behaviour of the ``` and <code> tags seems to ignore indentation, which is quite annoying when typing code with strict indentation rules like Python or GDScript.
On the other hand <pre> and an indentation of the whole block work fine:

I reckon that this is probably not a bug per-se, but just that <code> and any number of backquotes are interpreted as inline code markers, and such inline code does not support indentation or multiple lines code blocks. However many users are used to GitHub's Flavoured Markdown and how it use triple backquotes to delimit pre-formatted code blocks. It would be nice to have support for something similar in q2a-markdown-editor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


