Bug 445944

Summary: Initial HTML comment causes Okular to use the plain text back end
Product: [Applications] okular Reporter: Christopher Yeleighton <giecrilj>
Component: markdown backendAssignee: Okular developers <okular-devel>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 21.08.3   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
URL: file:///usr/share/doc/packages/nodejs16/README.md
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Christopher Yeleighton 2021-11-22 21:21:19 UTC
SUMMARY
Initial HTML comment causes Okular to use the plain text back end

STEPS TO REPRODUCE
1. Open file README.md!

OBSERVED RESULT
<!--lint disable no-literal-urls-->

<p align="center">
<a href="https://nodejs.org/">
<img
alt="Node.js"
src="https://nodejs.org/static/images/logo-light.svg"
width="400"
/>
</a>
</p>

Node.js is an open-source, cross-platform, JavaScript runtime environment. It
executes JavaScript code outside of a browser. For more information on using
Node.js, see the [Node.js Website][].

The Node.js project uses an [open governance model](./GOVERNANCE.md). The
[OpenJS Foundation][] provides support for the project.

**This project is bound by a [Code of Conduct][].**

EXPECTED RESULT
Node.js 
Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser. For more information
on using Node.js, see the Node.js Website. 
The Node.js project uses an open governance model. The OpenJS Foundation provides support for the project. 
This project is bound by a Code of Conduct. 

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma:  openSUSE Tumbleweed 20211120
(available in About System)
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION