gitlab-org--gitlab-foss/lib/gitlab/slash_commands
Rares Sfirlogea 45e4c66565 Display slash commands outcome when previewing Markdown
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".
2017-05-04 17:02:25 +02:00
..
command_definition.rb Display slash commands outcome when previewing Markdown 2017-05-04 17:02:25 +02:00
dsl.rb Display slash commands outcome when previewing Markdown 2017-05-04 17:02:25 +02:00
extractor.rb Allow slashes in slash command arguments 2017-02-17 10:34:43 +01:00