showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.26k stars 1.56k forks source link

Parse C/CPP include header wrongly #828

Open yubaoliu opened 4 years ago

yubaoliu commented 4 years ago

Fof the CPP include header:

#include <glad/glad.h>

It is passed as:

#include <glad glad.h="">

Why this is happened and how to solve it?

Thanks