You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@causeway.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2023/03/26 11:44:00 UTC

[jira] [Closed] (CAUSEWAY-2802) Change AsciiDoc and MarkDown types to convert on the fly, and rename 'Markup' to 'Html'

     [ https://issues.apache.org/jira/browse/CAUSEWAY-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Keir Haywood closed CAUSEWAY-2802.
-----------------------------------------
    Resolution: Fixed

> Change AsciiDoc and MarkDown types to convert on the fly, and rename 'Markup' to 'Html'
> ---------------------------------------------------------------------------------------
>
>                 Key: CAUSEWAY-2802
>                 URL: https://issues.apache.org/jira/browse/CAUSEWAY-2802
>             Project: Causeway
>          Issue Type: Improvement
>          Components: ValueTypes asciidoc, ValueTypes markdown
>    Affects Versions: 2.0.0-M5
>            Reporter: Daniel Keir Haywood
>            Assignee: Daniel Keir Haywood
>            Priority: Minor
>             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.20.10#820010)