You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated from v13.2.0 to v13.2.4 and noticed that tables are no longer being parsed into HTML:
| Col 1 | Col 2 | Col 3 ||-------|-------|-------|| Dat 1 | Dat 2 | Dat 3 || Dat 4 | Dat 5 | Dat 6 |
This just ends up as a literal in the HTML rather than being munged into <table> et al.
After a little investigation it seems to have happened between v13.2.1 and v13.2.2. Looking at the commit log it seems like this may be something for the remark team? Or is there an option/plugin that's required to re-enable it? 🤔
Thank you in advance for any assistance.
I run documentation.js from the CLI.
The text was updated successfully, but these errors were encountered:
I recently updated from
v13.2.0
tov13.2.4
and noticed that tables are no longer being parsed into HTML:This just ends up as a literal in the HTML rather than being munged into
<table>
et al.After a little investigation it seems to have happened between v13.2.1 and v13.2.2. Looking at the commit log it seems like this may be something for the
remark
team? Or is there an option/plugin that's required to re-enable it? 🤔Thank you in advance for any assistance.
I run
documentation.js
from the CLI.The text was updated successfully, but these errors were encountered: