BoostIO / BoostNote-App

Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.
https://boostnote.io
Other
3.78k stars 371 forks source link

Support HTML Table tag #644

Closed merovingienne closed 3 years ago

merovingienne commented 3 years ago

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.

ss_Boost_Note_0 9 0_html_table

Expected behavior

HTML tables should be rendered properly, as shown below with old Boostnote.

ss_Boostnote_html_table

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

  1. Add an HTML table to a Boost Note note.
  2. Check the rendered document.

Environment

Desktop/Web

Komediruzecki commented 3 years ago

Hi,

should be rendered properly in the latest versions (boost note local and boost note cloud), see image below:

image

Please reopen if needed.