Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal rule support #298

Open
gkumar-asapp opened this issue Nov 2, 2023 · 1 comment
Open

Horizontal rule support #298

gkumar-asapp opened this issue Nov 2, 2023 · 1 comment

Comments

@gkumar-asapp
Copy link

gkumar-asapp commented Nov 2, 2023

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.
*/

Screenshot 2023-11-02 at 9 02 41 AM

Currently it is not showing any horizontal line.
"""

(horizontal rule above)

"""
Screenshot 2023-11-02 at 9 06 39 AM

@gkumar-asapp
Copy link
Author

did anybody get chance to look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant