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
Rest of plain md works but for some reason part of the options for marked aren't being read.
Don't have a clue why either... yet.
Specifically tables aren't being transformed from GFM to markup. (Code fencing appears to work okay)
I've tried a bunch of things so far:
Reinitialized local node_modules folder (e.g. deleted it and redid $npm install) and that fixed it in issues comments and previews in discussions and other previews from the toolbar.
Moving scope of renderMd into callback... result no change
Looked for identifier naming conflicts e.g. changed a few names that might conflict usually in client side JavaScript... result no change
Moved a new marked package reference into the document.js controller and confirmed that it is setting flags, specifically with it's native sanitize value... does sanitize... but no go with parsing GFM tables to markup. :\
Double checked sanitization json to ensure tables are fully allowed... but they should be because they work in script about pages already.... result no change.
Disabled sanitizing to rule out that package... result no change
Tested in non-strict... result no change
The text was updated successfully, but these errors were encountered:
* Rearrange footer and expand for bootstrap
* Rename DMCA/TOS/PP to full name using GH wiki style naming
* Add an /about/about landing page for the Index/TOC
* Breadcrumbs for about pages
* Use more bootstrap classes
* Fix CSS to be `document-content` instead of `user-content`
* Using GH wiki as image CDN for now
* Rearrange the controller a little
Known issue:
* OpenUserJS#290
* Fix table displaying. ClosesOpenUserJS#290
* Some prettying up
* Speed up node a bit by using lowercase utf8... this isn't standard as we've seen before but the actual buffer library loops through the lowercase tests first then checks for lowercase and repeats.
* Some standardization with our STYLEGUIDE
Rest of plain md works but for some reason part of the options for marked aren't being read.
Don't have a clue why either... yet.
Specifically tables aren't being transformed from GFM to markup. (Code fencing appears to work okay)
I've tried a bunch of things so far:
$npm install
) and that fixed it in issues comments and previews in discussions and other previews from the toolbar.The text was updated successfully, but these errors were encountered: