discourse/app/assets/javascripts/pretty-text/engines
Dan Ungureanu aa24be1a9a
DEV: Extend plugin API for uploads (#8440)
* DEV: Add API to alter uploads Markdown

* DEV: Extract data attributes from image / download Markdown

For example '[test|attachment|hello=world]' will generate an 'a' element
with a data attribute: 'data-hello=world'.

This commit also makes MarkdownIt to transform '|attachment' into
'class="attachment"'. This transformation used to be a part of the
process which resolves short URLs (i.e. upload://).

* DEV: Export imageNameFromFileName
2019-12-09 16:20:03 +02:00
..
discourse-markdown FIX: Respect enable_inline_emoji_translation setting in titles 2019-12-03 20:39:11 +01:00
discourse-markdown-it.js.es6 DEV: Extend plugin API for uploads (#8440) 2019-12-09 16:20:03 +02:00