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

Revert "fix: space around block md ext" #368

Closed
wants to merge 1 commit into from

Conversation

nobkd
Copy link
Collaborator

@nobkd nobkd commented Sep 18, 2024

Reverts #363

this part !comp && (I think), breaks code like the following:

[! img/controls.svg width=50px]

[! img/controls.svg width=50px]

[! img/controls.svg width=50px]

resulting in

<figure><img loading="lazy" width="50px" src="img/controls.svg"></figure>
<p>[! img/controls.svg width=50px]</p>
<figure><img loading="lazy" width="50px" src="img/controls.svg"></figure>

If the next md extension was nested, or the next line was no md extension, there would be no problem.


I will check, if I find a solution, to prevent this issue after all, but for now, I leave this reverting PR open

@nobkd nobkd mentioned this pull request Sep 19, 2024
@nobkd nobkd closed this Sep 19, 2024
@nobkd nobkd deleted the revert-363-fix/space-around-block-md-ext branch September 19, 2024 02:59
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