Daniel Keir Haywood created ISIS-2802:
-----------------------------------------
Summary: Change AsciiDoc and MarkDown types to convert on the fly,
and rename 'Markup' to 'Html'
Key: ISIS-2802
URL: https://issues.apache.org/jira/browse/ISIS-2802
Project: Isis
Issue Type: Improvement
Components: Isis ValueTypes
Affects Versions: 2.0.0-M5
Reporter: Daniel Keir Haywood
Assignee: Daniel Keir Haywood
Fix For: 2.0.0-M6
At the moment the `AsciiDoc` and `Markdown` value types actually persist HTML;
their only knowledge of those markup formats is in their factory methods when
they eagerly convert the respective markup formats into HTML.
Instead, we should persist the markup format and then convert to HTML only
lazily whenever rendering.
To store raw HTML, we'll rename the existing 'Markup' type to 'Html'.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)