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

Add support for indent-sensitive Markdown blocks, eg code blocks #17

Merged
merged 1 commit into from
Jul 27, 2020

Conversation

N-Parsons
Copy link
Contributor

Fixes #16 by retaining indentation within the notices.

Note: The check for indentation level exceeding the number of classes is removed, because the existing regex already ensures that this will pass. The same is also true for the continuation regex, which already ensures that the text starts with a !.

@mahagr mahagr requested a review from rhukster July 21, 2020 12:32
@rhukster rhukster merged commit 0a2f4a8 into getgrav:develop Jul 27, 2020
@N-Parsons N-Parsons deleted the indentation branch July 28, 2020 08:50
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.

Markdown notices flattens nestsed lists
2 participants