Skip to content

Fix parsing of indented unordered lists to match GFM#108

Open
Viir wants to merge 2 commits intodillonkearns:masterfrom
Viir:2021-09-22-fix-parse-indented-unordered-list
Open

Fix parsing of indented unordered lists to match GFM#108
Viir wants to merge 2 commits intodillonkearns:masterfrom
Viir:2021-09-22-fix-parse-indented-unordered-list

Conversation

@Viir
Copy link

@Viir Viir commented Sep 22, 2021

Fixes issue #107

This change fixes consistency in parsing indented unordered lists like in this case:

   + 0
   + 1
   + 2
   + 4

   - 0
   - 1
   - 2
   - 3

The screenshot below shows the rendering found with version 7.0.0:

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.
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