[PR #738] [MERGED] Fix HTML Tags Not Being Rendered (#737) #874

Closed
opened 2026-03-03 00:23:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/738
Author: @guneskaan
Created: 12/23/2020
Status: Merged
Merged: 12/27/2020
Merged by: @Rokt33r

Base: masterHead: allow-resizing-images


📝 Commits (3)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/components/atoms/MarkdownPreviewer.tsx (+2 -2)

📄 Description

Fixes #696

Boost Note currently seems to ignore all HTML tags (#737).

This PR allows remarkRehype to parse HTML tags as intended in #561, reflecting the changes in syntax-tree/mdast-util-to-hast#38.

In addition, this PR will also allow attributes passed in <img> tags to be passed into the AttachmentImage component, allowing users to resize their images using this tag (#696).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/738 **Author:** [@guneskaan](https://github.com/guneskaan) **Created:** 12/23/2020 **Status:** ✅ Merged **Merged:** 12/27/2020 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `allow-resizing-images` --- ### 📝 Commits (3) - [`38b0ef8`](https://github.com/BoostIO/BoostNote-App/commit/38b0ef84fe258b6b7e56c72dfa44e9e471d575bd) Fix HTML Tag Rendering - [`c728059`](https://github.com/BoostIO/BoostNote-App/commit/c7280595bddd61539208eaf4a10914861ebc525f) Merge branch 'master' of https://github.com/BoostIO/BoostNote.next into allow-resizing-images - [`87c35c2`](https://github.com/BoostIO/BoostNote-App/commit/87c35c2725b64ddefa36192e2e066c6fc1de612a) Pass <img> Tag Attributes to AttachmentImage ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/components/atoms/MarkdownPreviewer.tsx` (+2 -2) </details> ### 📄 Description Fixes #696 Boost Note currently seems to ignore all HTML tags (#737). This PR allows `remarkRehype` to parse HTML tags as intended in #561, reflecting the changes in syntax-tree/mdast-util-to-hast#38. In addition, this PR will also allow attributes passed in `<img>` tags to be passed into the `AttachmentImage` component, allowing users to resize their images using this tag (#696). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:35 +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#874
No description provided.