mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #737] HTML Tags Are Not Being Rendered #383
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#383
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guneskaan on GitHub (Dec 23, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/737
Current behavior
Boost Note currently seems to ignore all HTML tags.
The feature to allow users render HTML tags have been introduced in https://github.com/BoostIO/BoostNote.next/pull/561.
Later it has stopped working due to the changes in the
mdast-util-to-hastdependency (https://github.com/syntax-tree/mdast-util-to-hast/issues/38), and BoostNote upgradingremarkdependencies without reflecting this change (github.com/BoostIO/BoostNote.next@d4b51d6e28/src/components/atoms/MarkdownPreviewer.tsx)Current behaviour in 0.11.6 Mac Electron:

Expected behavior
HTML Tags should be rendered as intended in https://github.com/BoostIO/BoostNote.next/pull/561. Screenshot below is from my dev build:

Steps to reproduce
Environment
Desktop/Web