How to change the type of markdown bold symbol from **
to __
?
#318
Answered
by
savetheclocktower
stefaniecg
asked this question in
Community Package Help
-
In a markdown document, when i press I'm using this package: https://web.pulsar-edit.dev/packages/markdown-writer |
Beta Was this translation helpful? Give feedback.
Answered by
savetheclocktower
Aug 23, 2025
Replies: 1 comment 1 reply
-
The wiki for the package says that it can be configured in your 'markdown-writer':
'textStyles':
'bold': 'before': "__", 'after': "__" Here's a refresher on editing your |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
stefaniecg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The wiki for the package says that it can be configured in your
config.cson
. The example is for italic text, but I'm guessing it would work just as well for bold text:Here's a refresher on editing your
config.cson
manually. Always a good idea to make a quick backup just in case you make a mistake.