You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Insert a horizontal rule by using three or more hyphens (-), asterisks (*), or underscores (_) on a line that is surrounded by empty lines. Each of the characters is the same for a horizontal rule. Whitespace between the characters is ignored.
---… | ***… | ___…
---… | ***… | ___…
This should look like as shown below.
/*:
This text is above the horizontal rule.
And this is below.
*/
Currently it is not showing any horizontal line.
"""
(horizontal rule above)
"""
The text was updated successfully, but these errors were encountered:
Feature Request
Insert a horizontal rule by using three or more hyphens (-), asterisks (*), or underscores (_) on a line that is surrounded by empty lines. Each of the characters is the same for a horizontal rule. Whitespace between the characters is ignored.
---… | ***… | ___…
---… | ***… | ___…
This should look like as shown below.
/*:
This text is above the horizontal rule.
And this is below.
*/
Currently it is not showing any horizontal line.
"""
"""
The text was updated successfully, but these errors were encountered: