Skip to content

Update Slimdown.php#5

Open
samuelhaeussler wants to merge 3 commits into
jbroadway:masterfrom
samuelhaeussler:master-1
Open

Update Slimdown.php#5
samuelhaeussler wants to merge 3 commits into
jbroadway:masterfrom
samuelhaeussler:master-1

Conversation

@samuelhaeussler

Copy link
Copy Markdown

Remove self-closing tags in void elements, to be consistent with e. g.

Remove self-closing tags in void elements, to be consistent with e. g. <br>
Add mark and checkboxes
Change hr length to 3 -
Add other allowed characters to unordered list
@lux

lux commented Sep 25, 2023

Copy link
Copy Markdown
Collaborator

Looks like this causes these:

-----

To turn into this:

-<hr />
<ul>
	<li>----</li>
</ul>

I wonder if moving the ul and li parsing below the horizontal rule line might fix that and get tests to pass.

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.

2 participants