Fix parsing of indented unordered lists to match GFM#108
Open
Viir wants to merge 2 commits intodillonkearns:masterfrom
Open
Fix parsing of indented unordered lists to match GFM#108Viir wants to merge 2 commits intodillonkearns:masterfrom
Viir wants to merge 2 commits intodillonkearns:masterfrom
Conversation
Viir
added a commit
to Viir/bots
that referenced
this pull request
Sep 22, 2021
Adapt the format in the descriptions of the examples to the markdown rendering deployed on the reactor today. The new UI uses the implementation from dillonkearns/elm-markdown#108 for the markdown parsing and rendering.
Viir
added a commit
to Viir/bots
that referenced
this pull request
Sep 22, 2021
Adapt the format in the descriptions of the examples to the markdown rendering deployed on the reactor today. Since today's deployment to the reactor, the catalog entries at https://catalog.botlab.org and https://reactor.botlab.org/catalog show bots descriptions as markdown. The new UI uses the implementation from dillonkearns/elm-markdown#108 for the markdown parsing and rendering.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes issue #107
This change fixes consistency in parsing indented unordered lists like in this case:
The screenshot below shows the rendering found with version 7.0.0:
