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
6a1f289d39
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-12-01 02:04:17 +08:00
<
p
>
A first sentence
<
br
/
>
fix weird travis issue try 1
2016-02-01 11:56:22 +08:00
and a line break.
<
/
p
>
Reference in New Issue
Copy Permalink