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

Unescaped Markup: Improvements #2445

Merged
merged 1 commit into from Nov 4, 2020

Conversation

RunDevelopment
Copy link
Member

@RunDevelopment RunDevelopment commented Jun 29, 2020

There are two functional changes:

  1. You can now use comments for inline code elements. I don't know why UM required code blocks.
  2. The comment has to be the only child node now.
    Edit: This is quite reasonable since we require !env.code, so the only way to achieve this is by using comments. The only way this actually changes the behavior is if the code block contained >=2 comments. The previous behavior was that those comments were simply ignored.

The rest of the changes are all minor changes (a comment here and there, a new variable, and so on).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant