Closed AlynxZhou closed 6 years ago
Thanks for contributing!
We noticed that this looks like a duplicate of https://github.com/atom/language-gfm/issues/44 so you can subscribe there for updates if you'd like.
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.
Prerequisites
Description
If you have a code block in your markdown file, and the code has chars like
*
, it will be process as a part of markdown, however, I think code blocks are just code and you shouldn't process*
in code as italic, I just want to define a pointer in C...Steps to Reproduce
c
because we are going to write C code.int *ptr = NULL;
and see code after*
becomes italic and breaks highlighting.Reproduces how often: Every time.
Versions