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

Fix parsing of indented unordered lists to match GFM #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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