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

update markdown-it-py extension #92

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

rprimet
Copy link
Contributor

@rprimet rprimet commented Feb 27, 2024

Fixes #70

Copy link
Contributor

@denismerigoux denismerigoux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rprimet !

except IndexError:
ch = None
# /* # */
while ch == 0x23 and pos < maximum and level <= HEADING_LIMIT:
while ch == "#" and pos < maximum and level <= HEADING_LIMIT:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks better :)

@rprimet rprimet merged commit bb2cb8d into CatalaLang:main Feb 28, 2024
9 checks passed
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.

Update atex rule (more_headings) for markdown-it-py >= 3.0.0
2 participants