stable

Clone or download

Read-only

Add the Markdown popover syntax helper in the artifact modal

Part of story #18336 add support of markdown There is now a 'Help' button which is displayed when the user chose the 'Markdwon' format. There is no functionnal change at the form submission Change-Id: I4723bcd1b8b0355e47f526115deb1035bb06d2e4

Modified Files

Name
M plugins/agiledashboard/webpack.common.js +2 −0 Go to diff View file
M plugins/testmanagement/webpack.common.js +1 −0 Go to diff View file
A plugins/tracker/scripts/angular-artifact-modal/src/assets/image_example_commonmark.png Binary file Go to diff View file
A plugins/tracker/scripts/angular-artifact-modal/src/common/CommonmarkSyntaxHelper.vue +176 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/common/FormatSelector.test.js +16 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/common/FormatSelector.vue +18 −10 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal.scss +23 −0 Go to diff View file
M tools/utils/scripts/webpack-rule-configs.js +15 −0 Go to diff View file