mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #644] Support HTML Table tag #338
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#338
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 @merovingienne on GitHub (Oct 8, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/644
Current behavior
Boost Note currently seems to sanitize all HTML tags. If we include an HTML table, it is ignored by the editor and not shown in the rendered document. Mardown tables are rendered properly as expected.
Expected behavior
HTML tables should be rendered properly, as shown below with old Boostnote.
This is useful in scenarios such as adding a list of items within a table cell, as shown in the screenshot above. (Side note: HTML lists are not supported either).
It has been previously noted that all HTML tags supported by GitHub are also supported within Boost Note [comment], but this doesn't seem to be the case currently.
Steps to reproduce
Environment
Desktop/Web
@Komediruzecki commented on GitHub (Aug 22, 2021):
Hi,
should be rendered properly in the latest versions (boost note local and boost note cloud), see image below:
Please reopen if needed.