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

chore: Switch to a maintained Markdown parser #62

Merged
merged 2 commits into from
Apr 10, 2021

Conversation

devoto13
Copy link
Collaborator

@devoto13 devoto13 commented May 10, 2020

namp is archived. So switching to a more maintained and feature-rich Markdown parser. This is a preparation for implementing #47.

Had to put metadata between --- --- (Jekyll syntax) as the previous syntax was not supported by the new Markdown parser. Separate PR to land the same changes in the Karma repository is coming.

Besides the above, the output is pretty much the same. Only minor escaping/whitespace changes in the rendered website + a couple of pieces of text, which were missed because of the bug in the old markdown parser.

namp is [archived](https://github.com/gjtorikian/namp). So switching to a more maintained and feature-rich Markdown parser. This is a preparation for implementing karma-runner#47.

Had to put metadata between `--- ---` (Jekyll syntax) as the previous syntax was not supported by the new Markdown parser. Separate PR to land the same changes in the Karma repository is coming.

Besides the above, the output is pretty much the same. Only minor escaping/whitespace changes in the rendered website + a couple of pieces of text, which were missed because of the bug in the old markdown parser.
devoto13 added a commit to devoto13/karma that referenced this pull request Apr 10, 2021
@devoto13 devoto13 merged commit 93032f1 into karma-runner:master Apr 10, 2021
@devoto13 devoto13 deleted the update-md branch April 10, 2021 13:55
johnjbarton pushed a commit to karma-runner/karma that referenced this pull request Apr 12, 2021
…3672)


Companion PR for karma-runner/karma-runner.github.com#62.

* docs: fix invalid heading syntax

It is not recognized as a heading by the markdown parser without a whitespace.

* docs: fix weird syntax to reduce diff

Old parser considered this the same list, but new parser assumes that these are two separate lists. Technically it should be a nested list, but it is old and shouldn't really matter. I'm doing this change to reduce the diff I need to review after switching to the new markdown parser.

* docs: fix invalid markdown

Items nested in the list item, must be indented 3 spaces, not 2 spaces. New parser produced a pretty messed up markup from the invalid markdown.

* docs: remove redundant whitespaces in the list items
anthony-redFox pushed a commit to anthony-redFox/karma that referenced this pull request May 16, 2023
…arma-runner#3672)


Companion PR for karma-runner/karma-runner.github.com#62.

* docs: fix invalid heading syntax

It is not recognized as a heading by the markdown parser without a whitespace.

* docs: fix weird syntax to reduce diff

Old parser considered this the same list, but new parser assumes that these are two separate lists. Technically it should be a nested list, but it is old and shouldn't really matter. I'm doing this change to reduce the diff I need to review after switching to the new markdown parser.

* docs: fix invalid markdown

Items nested in the list item, must be indented 3 spaces, not 2 spaces. New parser produced a pretty messed up markup from the invalid markdown.

* docs: remove redundant whitespaces in the list items
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

Successfully merging this pull request may close these issues.

1 participant