-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.0
-
Component/s: UI
-
Release Notes Summary:Plain text Note documents written with Markdown have a correct preview.
-
Tags:
-
Backlog priority:600
-
Sprint:UI - 2022-06, UI COOLDOWN - 2022-05
Note documents with note:mime_type 'text/plain' display in nuxeo-document-preview as markdown.
Steps to reproduce:
- In Web UI, create a Note document of mime-type 'Text'.
- Edit Note content to contain markdown formatting - for example:
# Title --- - item 1 - item 2 - item 3
Expected behavior: Note document preview displays as plain text (pound and dash characters visible; rendered as typed)
Actual behavior: Note document preview displays as markdown (Title text bolded, bullet points ahead of item text, and line separator between both).
- is related to
-
WEBUI-806 Update preview step in functional steps
- Resolved