-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Markdown line break with HTML
<br />
Markdown line break is not correctly rendered, so we have to use HTML `<br />` for now.
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4228244
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@harawata Hi, could we only use a new blank line rather than
<br/>
?4228244
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah...it has a different meaning (at least in Japanese).
If it's difficult for you, you can just leave the markdown version (i.e. two spaces with line break) and I'll replace it later.
4228244
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, I believe it's a bug in Doxia or something.
And once the bug is fixed, the markdown line break (two spaces and a line break) will be rendered correctly.
So, using
<br />
is just a temporary measure.