This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
showdown
Watch
1
Star
0
Fork
0
You've already forked showdown
mirror of
https://github.com/showdownjs/showdown.git
synced
2024-03-22 13:30:55 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
10fb1cf451
showdown
/
test
/
features
/
disableForced4SpacesIndentedSublists.html
10 lines
119 B
HTML
Raw
Normal View
History
Unescape
Escape
feat(disableForced4SpacesIndentedSublists): option that disables the requirement of indenting nested sublists by 4 spaces
2016-11-11 16:15:24 +08:00
<
ul
>
fix(simpleLineBreaks): fix simpleLineBreak option breaking lists html When option was enabled, `<br />` tags where being added wrongfully between `<li>` tags, which resulted in malformed html. This commit prevents this behavior. Closes #316
2016-12-21 07:57:10 +08:00
<
li
>
foo
<
ul
>
<
li
>
bar
<
/
li
>
<
/
ul
>
<
/
li
>
feat(disableForced4SpacesIndentedSublists): option that disables the requirement of indenting nested sublists by 4 spaces
2016-11-11 16:15:24 +08:00
<
/
ul
>
<
p
>
...
<
/
p
>
<
ul
>
fix(simpleLineBreaks): fix simpleLineBreak option breaking lists html When option was enabled, `<br />` tags where being added wrongfully between `<li>` tags, which resulted in malformed html. This commit prevents this behavior. Closes #316
2016-12-21 07:57:10 +08:00
<
li
>
baz
<
ol
>
<
li
>
bazinga
<
/
li
>
<
/
ol
>
<
/
li
>
feat(disableForced4SpacesIndentedSublists): option that disables the requirement of indenting nested sublists by 4 spaces
2016-11-11 16:15:24 +08:00
<
/
ul
>
Reference in New Issue
Copy Permalink