[GH-ISSUE #737] HTML Tags Are Not Being Rendered #383

Closed
opened 2026-03-03 00:20:44 +03:00 by kerem · 0 comments
Owner

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-hast dependency (https://github.com/syntax-tree/mdast-util-to-hast/issues/38), and BoostNote upgrading remark dependencies without reflecting this change (github.com/BoostIO/BoostNote.next@d4b51d6e28/src/components/atoms/MarkdownPreviewer.tsx)

Current behaviour in 0.11.6 Mac Electron:
Screen Shot 2020-12-23 at 3 59 43 PM

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:
Screen Shot 2020-12-23 at 4 01 50 PM

Steps to reproduce

  1. Include any html tag in note editor which can be used in GitHub (All except https://github.github.com/gfm/#disallowed-raw-html-extension-)
  2. Observe that this html tag is not rendered

Environment

Desktop/Web

  • Boost Note.next version: 0.11.6
  • OS version and name: Mac Electron
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-hast` dependency (https://github.com/syntax-tree/mdast-util-to-hast/issues/38), and BoostNote upgrading `remark` dependencies without reflecting this change (https://github.com/BoostIO/BoostNote.next/blob/d4b51d6e286441058eedea4ea9db546d8e3b3cc5/src/components/atoms/MarkdownPreviewer.tsx) Current behaviour in 0.11.6 Mac Electron: <img width="815" alt="Screen Shot 2020-12-23 at 3 59 43 PM" src="https://user-images.githubusercontent.com/14365429/102998316-fde39380-4537-11eb-9bcf-88bc11f976d0.png"> <!-- Let us know what is currently happening. Please include some **screenshots** with the **developer tools** open (console tab) when you report a bug. If your issue is regarding the old Boostnote, please open an issue in the old repo 👉 https://github.com/BoostIO/Boostnote/issues. --> # 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: <img width="875" alt="Screen Shot 2020-12-23 at 4 01 50 PM" src="https://user-images.githubusercontent.com/14365429/102998432-31beb900-4538-11eb-9a77-45621008e47e.png"> <!-- Let us know what you think should happen! --> # Steps to reproduce <!-- Please be thorough, issues we can reproduce are easier to fix! --> 1. Include any html tag in note editor which can be used in GitHub (All except https://github.github.com/gfm/#disallowed-raw-html-extension-) 2. Observe that this html tag is not rendered # Environment ## Desktop/Web - Boost Note.next version: 0.11.6 - OS version and name: Mac Electron <!-- Love Boost Note? Please consider supporting us on IssueHunt: 👉 https://issuehunt.io/r/BoostIO/BoostNote.next -->
kerem closed this issue 2026-03-03 00:20:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/BoostNote-App#383
No description provided.