-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebHost: noscript faq and glossary #4061
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bullets in glossary -> world do not render correctly
WebHostLib/requirements.txt
Outdated
@@ -9,3 +9,4 @@ bokeh>=3.1.1; python_version <= '3.8' | |||
bokeh>=3.4.3; python_version == '3.9' | |||
bokeh>=3.5.2; python_version >= '3.10' | |||
markupsafe>=2.1.5 | |||
Markdown>=3.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also missing newline at end of file here
Adding bugfix tag as the pages don't work for some users currently. |
Hm, it now renders correctly, but there is still a slight difference in the DOM. I'm gonna have one more looksie |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sane lists are not sane after all.
With just mdx_breakless_lists
it produces a DOM very similar to github and the old js code.
Co-authored-by: black-sliver <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to the discord thread: https://discord.com/channels/731205301247803413/1295539478454079498/1296211476826292304
Do these pages still auto-scroll to the |
What is this fixing or adding?
Makes /faq and /glossary work with noscript/uMatrix and similar, by not using JS anymore and rendering the md to html on server.
How was this tested?
locally
If this makes graphical changes, please attach screenshots.
I did not see a difference, which is the point.