[ https://issues.apache.org/jira/browse/CLOWNFISH-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14500562#comment-14500562
]
Nick Wellnhofer commented on CLOWNFISH-21:
------------------------------------------
CommonMark supports backslash escapes for ASCII punctuation, so {{\*/}} can be written as
{{\*\/}}. But this doesn't work in code blocks, code spans, autolinks, or raw HTML. Another
escape mechanism are entities, but these also don't work in code blocks and code spans.
> Character sequence */ not allowed in DocuComments
> -------------------------------------------------
>
> Key: CLOWNFISH-21
> URL: https://issues.apache.org/jira/browse/CLOWNFISH-21
> Project: Apache Lucy-Clownfish
> Issue Type: Bug
> Components: Compiler
> Reporter: Nick Wellnhofer
> Priority: Minor
>
> Currently, it's impossible to include the character sequence `*/` in DocuComments as
it signals the end of a comment. Ideally, there sould be some escape mechanism.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|