Support for Markdown code block language identifier
The integrated text editor ("Edit as text") supports the code block language identifier (language tag / info string):
```json
{ "a": 42 }
```
But after saving and exiting the editor, the closing fence is stripped:
```json
{ "a": 42 }
and markup is broken.
This behavior destruct markdown markup in pasted text.
3
votes
-
Виталий Макеев commented
1. Edit as text
2. Save an exit
3. Return to text editor