Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmark doesn't seem to encode < and > in headers. #234

Closed
ademko opened this issue Sep 24, 2017 · 2 comments
Closed

cmark doesn't seem to encode < and > in headers. #234

ademko opened this issue Sep 24, 2017 · 2 comments

Comments

@ademko
Copy link

ademko commented Sep 24, 2017

cmark (tested with current git version) doesn't seem to encode < and > in headers. For example, this:

Glib::RefPtr<T>
--------------

Converts:

<h2>Glib::RefPtr<T></h2>

(ideally the should be <T> etc)

@jgm
Copy link
Member

jgm commented Sep 24, 2017 via email

@ademko
Copy link
Author

ademko commented Sep 30, 2017

Wow, that's unexpected, but it seems to be there in part 6.8 "raw html" of the spec. Also, github's preview confirms this to :)

Thanks, and thanks for the great software.

@jgm jgm closed this as completed Mar 17, 2019
QuietMisdreavus pushed a commit to swiftlang/swift-cmark that referenced this issue Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants