atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
817 stars 204 forks source link

Markdown table headers unreadable when saved to HTML from markdown preview. #361

Closed WillWritesCode closed 7 years ago

WillWritesCode commented 7 years ago

Markdown table headers unreadable when saved to HTML from markdown preview.

Reproduction Steps:

  1. Create/save a markdown file containing a table e.g.
My Table
some value
  1. Bring up "markdown preview" using [ctrl]+[m]
  2. Right-click in the markdown preview pane and select "save markdown as HTML"

Expected behaviour

UI theme shouldn't affect Markdown Preview's [save as HTML]

Observed behaviour

Open the HTML file in a browser and observe the background color of the header text is dark and so is the text, making it unreadable. Switch UI Theme away from Atom Material & repeat = problem goes away (but can't use the theme).

table when saved as html table when saved as html with atom material

Atom version: 1.14.3 OS and version: Win7

Installed packages:

Markdown Packages in use

In case there are interactions with other packages:

Themes in Use

silvestreh commented 7 years ago

This is fixed in 2.0 which is available for Atom 1.17-beta users.