summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/preview_markdown.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove preview_markdown from the global objJacob Schatz2018-01-091-183/+181
|
* Hide & show toolbar on MR pageAnnabel Dunstone Gray2017-12-181-3/+3
|
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-1/+1
| | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-041-8/+40
| | | | | | | | | | Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
* Autoresize markdown previewdidemacet-markdown-area-height-fixClement Ho2017-01-171-0/+11
|
* move check for preview loading class to top of method25364-fix-preview-multi-requestMike Greiling2016-12-271-2/+7
|
* remove preview markdown ajax trigger on textarea blurMike Greiling2016-12-271-7/+3
|
* fix some more eslint rulesMike Greiling2016-12-271-6/+8
|
* fix some eslint rulesMike Greiling2016-12-271-19/+18
|
* add loading class to preview element and check it to prevent multiple ajax ↵Mike Greiling2016-12-271-3/+3
| | | | requests
* rename renderMarkdown to fetchMarkdownPreview to be less misleadingMike Greiling2016-12-271-2/+2
|
* use $ sign to make it clear when dealing with jQuery objectMike Greiling2016-12-271-9/+9
|
* refactor _this usage into proper function bindingMike Greiling2016-12-271-15/+11
|
* remove superfluous return statements generated by coffeescriptMike Greiling2016-12-271-27/+24
|
* Merge branch 'katex-math' into 'master' Sean McGivern2016-12-151-1/+1
|\ | | | | | | | | | | | | Render math in Asciidoc and Markdown with KaTeX using code blocks Closes #13690 and #13180 See merge request !8003
| * Render math in Asciidoc and Markdown with KaTeX using code blocksMunken2016-12-141-1/+1
| |
* | resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-3/+4
|/
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+10
|
* Rename `markdown_preview` routes to `preview_markdown`Christopher Bartz2016-08-111-0/+150