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

doc: convert coq to commonmark #105120

Merged
merged 1 commit into from Dec 1, 2020
Merged

Conversation

wayofthepie
Copy link
Contributor

Converts the coq section in the docs to commonmark, closes #104964.

I just figured out pandoc has a --wrap none argument also, which prevents hard-wraps on conversion:

$ pandoc \
    --from docbook \
    --to commonmark \
    --wrap none \
    languages-frameworks/coq.xml > languages-frameworks/coq.section.md

@siraben
Copy link
Member

siraben commented Nov 27, 2020

LGTM. Rendered output looks same as before.

Copy link
Member

@ryantm ryantm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, the output is 100% exactly the same!

@ryantm ryantm merged commit 7812bf4 into NixOS:master Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert Coq from Docbook to CommonMark
4 participants