https://bugs.kde.org/show_bug.cgi?id=390210

--- Comment #2 from Gregor Mi <codestr...@posteo.org> ---
There is an online version of marked: http://www.javascriptoo.com/marked

I entered this code on the left side:

```
<!DOCTYPE html>
<html lang="en">
<head>
    <title>marked example</title>
    <script src="/application/html/js/chjj/marked/marked.js"></script>
</head>
<body>
    <div id="results"></div>
    <script>
        document.getElementById('results').innerHTML = (marked(
`this is __markdown__ 
<!-- hasdflj -->

Hallo`));
    </script>
</body>
</html>

```

The comment is NOT shown on the rendered right side. So, in principle it should
work.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to