summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/behaviors/markdown
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-2017-43/+44
|
* Add latest changes from gitlab-org/security/gitlab@13-6-stable-eeGitLab Bot2020-12-041-6/+26
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-192-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+0
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-193-6/+23
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-203-3/+7
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-202-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-205-17/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-7/+27
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-45/+108
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-171-1/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-171-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-311-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-2212-108/+104
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-30/+64
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-311-0/+88
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-242-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-092-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-092-0/+55
|
* Only render fixed number of mermaid blocksRajat Jain2019-09-301-1/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Add argument to catchss/fix-sast-failure-on-mastersstern2019-08-301-1/+1
|
* Merge branch 'security-katex-dos-master' into 'master'GitLab Release Tools Bot2019-08-291-18/+128
|\ | | | | | | | | Enforce max chars and max render time in markdown math See merge request gitlab/gitlabhq!3277
| * Enforce max chars and max render time in markdown mathMartin Hanzel2019-08-061-18/+128
| | | | | | | | | | | | KaTeX math will now render progressivly and asynchronously. There are upper limits on the character count of each formula, and on cumulative render time.
* | Remove gfm_embed_metrics flag from BETristan Read2019-08-091-3/+1
|/ | | | | | Removes the feature flag that controls whether metrics dashboard urls unfurl the metrics dashboard charts.
* 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
* Add ability to embed metricsTristan Read2019-07-222-0/+28
| | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/30423
* 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
|
* Internationalisation of behaviors directoryBrandon Labuschagne2019-05-011-1/+2
| | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Move EE specific GfmAutocomplete code to EE file10096-gfm-autocomplete-ceRajat Jain2019-04-241-1/+1
| | | | | Refactor GfmAutocomplete and create a new EE counterpart which is referenced through `ee_else_ce`
* Add .code to all tables holding diffsDouwe Maan2019-03-261-1/+1
| | | | | We need this to be able to distinguish between Markdown tables and diff tables.
* Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan2019-03-261-2/+2
| | | | | | | | | | | Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
* Add merge request popover with detailsSam Bigelow2019-03-211-0/+2
| | | | | | | | | - Show pipeline status, title, MR Status and project path - Popover attached to gitlab flavored markdown everywhere, including: + MR/Issue Title + MR/Issue description + MR/Issue comments + Rendered markdown files
* Added tightLists option to copy_as_gfm markdown serializerConstance Okoghenun2019-03-051-1/+3
| | | | | This removes extraneous newlines when copying comments with an ordered list.
* Limit number of characters allowed in mermaidjsRajat Jain2019-02-271-0/+19
|
* Transforming Gfm also on paste so it works also in FFTim Zallmann2019-02-121-5/+29
|
* Reduce Bundle Size by lazy loading markdown-itTim Zallmann2019-02-061-11/+22
|
* Allow suggestions to be copied and pasted as GFMDouwe Maan2019-01-251-2/+22
| | | | | Supports both suggestions transformed from GFM to HTML and from GFM to HTML to Vue component.
* Use nodes and marks to power Copy-as-GFMdb-copy-as-gfm-prosemirrorDouwe Maan2019-01-244-385/+169
| | | | | The spec needed to be updated because in some cases the resulting Markdown is slightly different, though equally valid.
* Add tiptap/prosemirror nodes and marks for all Markdown and GFM featuresDouwe Maan2019-01-2438-0/+1079
| | | | | | | The schema is built on top of the default schema and Node and Mark classes provided by tiptap-extensions. prosemirror-model is used to parse HTML/DOM into a prosemirror document, and prosemirror-markdown is used to serialize this document to (GitLab Flavored) Markdown.
* Resolve "Extended user centric tooltips"Tim Zallmann2018-12-081-0/+2
|
* 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
* Replace convertPermissionToBoolean with parseBooleanWinnie Hellmann2018-11-271-2/+2
|
* 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