mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
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#874
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?
📋 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:
master← Head:allow-resizing-images📝 Commits (3)
38b0ef8Fix HTML Tag Renderingc728059Merge branch 'master' of https://github.com/BoostIO/BoostNote.next into allow-resizing-images87c35c2Pass Tag Attributes to AttachmentImage📊 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
remarkRehypeto 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 theAttachmentImagecomponent, 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.