Issue with Bold Text In The Atom-Core section of the Editor.
Assumes you are already in Github Markdown mode.
"**Hel**lo World", or "Hello **Wor**ld"
"**Hel**lo World"
--> lo World will be in Orange, which should not be the case. "Hello **Wor**ld"
--> ld and any following text will be in Orange, which should not be the case.
Expected behavior: [What you expect to happen]
See Reproduction
Actual behavior: [What actually happens]
See Reproduction
Reproduces how often: [What percentage of the time does it reproduce?]
So far every time
You can get this information from copy and pasting the output of atom --version
and apm --version
from the command line. Also, please include the OS and what version of the OS you're running.
atom --version
Atom : 1.15.0
Electron: 1.4.15
Chrome : 53.0.2785.143
Node : 6.5.0
apm --version
(node:6697) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
apm 1.17.0
npm 4.4.1
node 7.7.3 x64
python 2.7.13
git 2.12.0
If someone can think of a better title for the issue, feel free to suggest it. Brain can't think of any better way of describing it.
Also this case does not seem to register anything as orange.
I presume this is a regex issue. I'd be willing to look into it if someone can point me in the direction of wherever the code is located for Regex stuff.
Thanks for taking the time to contribute!
We noticed that this looks like a duplicate of https://github.com/atom/language-gfm/issues/117. You may want to subscribe there for updates. That's also the repository that handles GitHub Flavored Markdown syntax highlighting if you want to take a look.
Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.
For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.
In addition, you're using an unofficial distribution of Atom. I would highly recommend uninstalling it and redownloading Atom from https://atom.io. See https://github.com/atom/design-decisions/blob/master/unofficial-atom-distributions.md for more information.
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!
Most helpful comment
Thanks for taking the time to contribute!
We noticed that this looks like a duplicate of https://github.com/atom/language-gfm/issues/117. You may want to subscribe there for updates. That's also the repository that handles GitHub Flavored Markdown syntax highlighting if you want to take a look.
Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.
For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.