gitea/web_src/js/markup
silverwind ec3d467f15
Migrate `gt-hidden` to `tw-hidden` ()
We have to define this one in helpers.css because tailwind only
generates a single class but certain things rely on this being
double-class. Command ran:

```sh
perl -p -i -e 's#gt-hidden#tw-hidden#g' web_src/js/**/* templates/**/* models/**/* web_src/css/**/*

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
anchors.js Small refactors in anchors.js ()
asciicast.js Fix math and mermaid rendering bugs ()
codecopy.js Strip trailing newline in markdown code copy ()
common.js Fix math and mermaid rendering bugs ()
content.js Fix math and mermaid rendering bugs ()
math.js Change katex limits ()
mermaid.js Migrate `gt-hidden` to `tw-hidden` ()
tasklist.js Remove jQuery from the comment task list ()