gitea/web_src/js/markup
silverwind 616146f904
Various Mermaid improvements ()
* Various Mermaid improvments

- Render into iframe for improved security
- Use built-in dark theme instead of color inversion
- Remove flexbox attributes, resulting in more consistent size rendering
- Update API usage and update to latest version

* restart ci

* misc tweaks

* remove unneccesary declaration

* make it work without allow-same-origin, add loading=lazy

* remove loading attribute, does not seem to work

* rename variable

* skip roundtrip to DOM for rendering

* don't guess chart height

* update comment to make it clear it's intentional

* tweak

* replace deprecated 'scrolling' property

* remove unused css file

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
anchors.js Use a generic markup class to display externally rendered files and diffs ()
codecopy.js Add copy button to markdown code blocks ()
content.js Add copy button to markdown code blocks ()
mermaid.js Various Mermaid improvements ()
tasklist.js Use explicit jQuery import, remove unused eslint globals ()