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
showdown
/
test
/
karlcow
/
line-break-2-spaces.html
3 lines
48 B
HTML
Raw
Normal View
History
Unescape
Escape
feature(simpleLineBreaks): parse linebreaks as <br /> This option enables linebreaks to always be treated as `<br />` tags without needing to add spaces in front of the line, the same way GitHub does. Closes #206
2016-11-30 18:04:17 +00:00
<
p
>
A first sentence
<
br
/
>
fix weird travis issue try 1
2016-02-01 03:56:22 +00:00
and a line break.
<
/
p
>
Reference in New Issue
Copy Permalink