<!-- Have you read Atom's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/atom/.github/blob/master/CODE_OF_CONDUCT.md Do you want to ask a question? Are you looking for support? The Atom message board is the best place for getting support: https://discuss.atom.io --> ### Prerequisites * [ x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: <https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode> * Followed all applicable steps in the debugging guide: <https://flight-manual.atom.io/hacking-atom/sections/debugging/> * Checked the FAQs on the message board for common solutions: <https://discuss.atom.io/c/faq> * Checked that your issue isn't already filed: <https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom> * Checked that there is not already an Atom package that provides the described functionality: <https://atom.io/packages> ### Description HTML syntax highlighting not working as expected, in all syntax themes installed (solarized, one, atom, base16) ### Steps to Reproduce 1. Create a markdown file with markdown and html 2. See missing html syntax in file  **Expected behavior:** Html is highlighted in markdown file <!-- What you expect to happen --> **Actual behavior:** No html highlighting in markdown file <!-- What actually happens --> **Reproduces how often:** Every time <!-- What percentage of the time does it reproduce? --> ### Versions <!-- 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. --> apm 2.5.0 npm 6.14.5 node 10.20.1 x64 atom 1.48.0 python 2.7.17 git 2.17.1 apm 2.5.0 npm 6.14.5 node 10.20.1 x64 atom 1.48.0 python 2.7.17 git 2.17.1 Ubuntu 18.4 LTS
Prerequisites
Description
HTML syntax highlighting not working as expected, in all syntax themes installed (solarized, one, atom, base16)
Steps to Reproduce
Expected behavior:
Html is highlighted in markdown file
Actual behavior:
No html highlighting in markdown file
Reproduces how often:
Every time
Versions
apm 2.5.0
npm 6.14.5
node 10.20.1 x64
atom 1.48.0
python 2.7.17
git 2.17.1
apm 2.5.0
npm 6.14.5
node 10.20.1 x64
atom 1.48.0
python 2.7.17
git 2.17.1
Ubuntu 18.4 LTS