gitea/web_src/js/markup
Jonathan Tran f62cd2f473
Fix task list checkbox toggle to work with YAML front matter ()
Fixes .

`data-source-position` of checkboxes in a task list was incorrect
whenever there was YAML front matter. This would result in issue content
or PR descriptions getting corrupted with random `x` or space characters
when a user checked or unchecked a task.
..
anchors.js Fix markdown anchor re-clicking ()
asciicast.js Fix math and mermaid rendering bugs ()
codecopy.js Add Mermaid copy button, avoid unnecessary tooltip hide ()
common.js Fix math and mermaid rendering bugs ()
content.js Fix math and mermaid rendering bugs ()
math.js Fix math and mermaid rendering bugs ()
mermaid.js Fix math and mermaid rendering bugs ()
tasklist.js Fix task list checkbox toggle to work with YAML front matter ()