Markdown Syntax highlighting in Atom - bolding/italicizing partial words -


in atom editor, if this:

i want bold **t**he **f**irst **l**etter,  or italicise in m_iddl_e of w_or_d 

i can't. bolding , italicizing don't start , stop in right place.

(i don't know if partial-word markup part of original md spec. use pandoc processing, , produces desired output --- source files become unreadable in atom.)

update:

the html output fine. trying figure out how fix syntax highlighting in atom.

enter image description here

the asterisks in middle of word don't end bolding syntax highlighter. problem trying solve.


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -