atom / markdown-preview

📝 Markdown preview in Atom
MIT License
1.23k stars 357 forks source link

Nothing is rendered properly #563

Closed Foadsf closed 5 years ago

Foadsf commented 5 years ago

Prerequisites

Description

The live preview does not render anything properly:

rETTcnNYUS

images, equations, ... nothing

Steps to Reproduce

Just opened a MarkDown file

Expected behavior: [What you expect to happen]

The MarkDown file to be rendered properly

Actual behavior: [What actually happens]

The live preview doesn't work

Reproduces how often: [What percentage of the time does it reproduce?]

this happens all the time.

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.

Atom : 1.37.0 Electron: 2.0.18 Chrome : 61.0.3163.100 Node : 8.9.3 x64 apm 2.1.7 npm 6.2.0 python 3.7.3 git 2.21.0.windows.1

Windows 10 1809

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Arcanemagus commented 5 years ago

This package uses marked for rendering Markdown, which doesn't support many of the non-standard features such as LaTeX embedded in the document you show in your GIF.

You may be interested in markdown-preview-plus or one of the other "enhanced" Markdown preview packages that add functionality beyond the basic features provided here, such as LaTeX rendering 😉.

Thanks for reaching out!

Because we treat our issues list as the Atom team's backlog, we close feedback issues after passing along the information to the maintainers to keep our backlog clean and focused. In the future, if you want to send feedback to the maintainers you can do so more directly by sending email to atom@github.com.

Foadsf commented 5 years ago

@Arcanemagus that's strange 🤔 because the files were rendered properly on my other Windows computer an I don't remember installing that plugin over there. Anyways even after installing the enhanced plugin, the images are not shown properly. I uninstalled Atom and now am using Visual Studio Code. Thanks for your support anyways.