Markdown parsing inconcistent #63

Closed
opened 3 years ago by are0h · 2 comments
are0h commented 3 years ago (Migrated from koodu.ubiqueros.com)

Wrote the following markdown:

lorem ipsum *italicised via asterisk* _italicised via underline character_

Which rendered as the following HTML:

<div class="page"><p><p>lorem ipsum italicised via asterisk italicised via underline character</p></p><div>

What's odd is I saw it give * italicised text the <i> tag once, but never again.

Wrote the following markdown: ``` lorem ipsum *italicised via asterisk* _italicised via underline character_ ``` Which rendered as the following HTML: ``` <div class="page"><p><p>lorem ipsum italicised via asterisk italicised via underline character</p></p><div> ``` What's odd is I saw it give * italicised text the `<i>` tag once, but never again.
are0h commented 3 years ago (Migrated from koodu.ubiqueros.com)

Gotcha. It seems like a tag that should be allowed isn't when it's resaved. I'll take a look.

Gotcha. It seems like a tag that should be allowed isn't when it's resaved. I'll take a look.
are0h commented 3 years ago (Migrated from koodu.ubiqueros.com)

The html sanitizer parameters needed some tweaking as I haven't touched it in a while.

The fix will be pushed to beta when the current milstone is finished

The html sanitizer parameters needed some tweaking as I haven't touched it in a while. The fix will be pushed to beta when the current milstone is finished
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: are0h/Fipamo#63
Loading…
There is no content yet.