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
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
It would be very nice if when you type ** for bold, it creates the paired ** and automatically puts the cursor in between. Same for * italics, and any other paired symbols. The problem is that the editor shows **xyz as bolded, but the Preview does not because it is not proper markdown syntax.
You already have this function for [, [[, etc... so I hope this isn't too big of a job!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be very nice if when you type ** for bold, it creates the paired ** and automatically puts the cursor in between. Same for * italics, and any other paired symbols. The problem is that the editor shows **xyz as bolded, but the Preview does not because it is not proper markdown syntax.
You already have this function for [, [[, etc... so I hope this isn't too big of a job!
The text was updated successfully, but these errors were encountered: