summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/behaviors/markdown/render_mermaid.js
Commit message (Collapse)AuthorAgeFilesLines
* Update Mermaid to v8.2.3sh-update-mermaidStan Hu2019-07-231-0/+1
| | | | | | | | | | This fixes fill colors not working with Mermaid and pulls in a number of other fixes. * https://github.com/knsv/mermaid/blob/master/CHANGELOG.md * https://github.com/knsv/mermaid/#special-note-regarding-version-82 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64601
* Fix linebreak rendering in Mermaid flowchartsMartin Hanzel2019-07-161-1/+2
|
* Update Mermaid to 8.1.0Stan Hu2019-06-251-0/+8
| | | | | | | | | This fixes dotted lines not rendering when the htmlLabels setting is false (https://github.com/knsv/mermaid/pull/828). Full list of changes: https://github.com/knsv/mermaid/releases Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60869
* Fix typos in the whole gitlab-ce projectYoginth2019-05-201-1/+1
|
* Limit number of characters allowed in mermaidjsRajat Jain2019-02-271-0/+19
|
* Merge branch 'security-mermaid-xss' into 'master'Cindy Pallares2018-11-281-0/+3
| | | | | [master] Fix XSS in mermaid diagrams See merge request gitlab/gitlabhq!2597
* Bump mermaid to 8.0.0-rc.8blackst0ne-bump-mermaidblackst0ne2018-10-221-1/+1
| | | | | | | | | | This commit moves `mermaid` from blackst0ne-mermaid package to the upstream version. The reason why the fork was used was this bug[1]. The bug has been fixed, so there's no need to maintain my fork anymore. [1]: https://github.com/knsv/mermaid/issues/584
* Prettify blob behaviors and cycle_analytics modulesMike Greiling2018-10-161-28/+30
|
* move render_gfm into behaviors directoryMike Greiling2018-03-191-0/+57