Skip to content

Allow title attribute in elements in content editor

Himanshu Kapoor requested to merge himkp-content-editor-title-attr into master

What does this MR do?

Images and links now support the title attribute when serializing to markdown.

How to setup and validate locally (strongly suggested)

  1. Create a new wiki page
  2. Add the following code to the wiki page:
[example url](https://example.com "click this link")
[download file](file.zip "click here to download")
![this is an image](file.png "foo bar baz")
  1. Click "Use new editor"
  2. Add some more content to the page.
  3. Click save.
  4. On the wiki page, hover over the links and the image, you should see a title in the tooltip.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Himanshu Kapoor

Merge request reports