Bug 445944 - Initial HTML comment causes Okular to use the plain text back end
Summary: Initial HTML comment causes Okular to use the plain text back end
Status: REPORTED
Alias: None
Product: okular
Classification: Applications
Component: markdown backend (show other bugs)
Version: 21.08.3
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL: file:///usr/share/doc/packages/nodejs...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-22 21:21 UTC by Christopher Yeleighton
Modified: 2021-11-22 21:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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