tpoisot / one-o-eight-syntax

One-O-Eight theme for Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Links in Atom's markdown preview aren't highlighted

rafgraph opened this issue · comments

It would be nice to have some differentiation of what's a link when using Atom's markdown preview.

Setting global styles to what's below does the trick. It'd be nice if you incorporated it into the theme.

.markdown-preview a {
  text-decoration: underline;
}