Hi,
I love the markdown-writer package, but I would prefer that instead of using single underscores (_
) on either side, to italicize selected text (which it does when one presses Ctrl+I) it used single asterisks (*
) on either side of the text (sort of like how this package uses double asterisks either size of selected text to bold it when the right keyboard shortcut is pressed). I know how to get this behaviour by modifying the files belonging to the markdown-writer package itself (e.g., see this fork of mine that does this), but I would like to know if there was another way to do this by, perhaps, modifying the ~/.atom/config.cson
file of Atom.
Thanks for your time,
Brenton