stable

Clone or download

Read-only

feat: use post_processed_value to display sections

If the description of an artifact is written in artifact view in text, html, or markdown, then only html rendered by Tuleap should be displayed in artidoc. What is changing: * text format: line breaks are preserved, links are links, and cross references (like `art #123`) are links. * html format: cross references (like `art #123`) are links. * markdown format: no changes. Part of story #37542: display a read only Document Change-Id: Icf8ada26862e019fa2d3e2c021b5407020656fca

Modified Files

Name
M plugins/artidoc/scripts/artidoc/src/helpers/artidoc-section.factory.ts +1 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/helpers/artidoc-section.type.ts +18 −8 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/views/DocumentContent.vue +4 −1 Go to diff View file