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

Recognise code blocks with attributes #64

Merged
merged 2 commits into from
Jul 5, 2023
Merged

Conversation

fizruk
Copy link
Member

@fizruk fizruk commented Jul 5, 2023

Fixes #63.

  • support ```rzk title="..."
  • support ```{.rzk title="..." }
  • support ``` { .rzk title="..." }

The only important thing is that language has to be specified first (i.e. ``` { title = "..." .rzk } is not supported).

@fizruk fizruk merged commit a45c185 into develop Jul 5, 2023
@fizruk fizruk deleted the code-blocks-with-attributes branch July 5, 2023 19:28
@fizruk fizruk mentioned this pull request Jul 5, 2023
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.

Error parsing code blocks with attributes
1 participant