Strange behavior of nodebb-plugin-markdown when inserting a link
-
The plugin inserts the link outside the `.plugin-markdown' block. I think this is wrong behavior, because it breaks the appearance of the text.
For example I want to make a list with checkboxes, text and a link:
As you can see in the html code, the tag
a
is most likely out of place
Alternatively, you could change the style of the
div.plugin-markdown
tag fromdisplay: flex
todisplay: inline
ordisplay: inline-block
then the appearance would not be broken, but I am afraid that this might break something in other cases
-
123
456
789123https://example.com
456https://example.com
789https://example.com123 (https://example.com )
456 (https://example.com )
789 (https://example.com )- 123 (https://example.com )
- 456 (https://example.com )
- 789 (https://example.com )
Copyright © 2024 NodeBB | Contributors