Skip to content

Conversation

@dedfaf
Copy link

@dedfaf dedfaf commented Aug 28, 2025

Description

markdown strings as below are rendered to ordered list instead of unordered list:

- Should be <ul>
- instead of <ol>

is rendered to

<ol data-md=\"-\"><li><p>Should be &lt;ul&gt;</p></li><li><p>instead of &lt;ol&gt;</p></li></ol>

Some simple rule configuration would fix this, but more detailed, like symbol character in data-md="${..._LIST_MD_1}" should be fixed too.

After this change, - * + should be rendered to unordered list and only 1. & a. will be ordered list.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@github-actions
Copy link

github-actions bot commented Aug 28, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@dedfaf
Copy link
Author

dedfaf commented Aug 28, 2025

Also fixed

``` md
content
```

("``` format" with spacebar between "```" and format)
and

~~~ md
content
~~~

not rendered to code blocks

@dedfaf
Copy link
Author

dedfaf commented Sep 1, 2025

I have read the CLA Document and I hereby sign the CLA

ajbura added a commit to cinnyapp/cla that referenced this pull request Sep 1, 2025
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