Skip to content

Commit

Permalink
Merge pull request #71 from octref/develop
Browse files Browse the repository at this point in the history
Add underline to links in markdown
  • Loading branch information
arcticicestudio committed Jun 26, 2018
2 parents b26446a + 864f968 commit 2895e63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/nord.json
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,13 @@
"fontStyle": "italic"
}
},
{
"name": "[Markdown] Markup Link",
"scope": "text.html.markdown markup.underline.link",
"settings": {
"fontStyle": "underline"
}
},
{
"name": "[Markdown] Markup List Numbered/Unnumbered",
"scope": "text.html.markdown beginning.punctuation.definition.list",
Expand Down

0 comments on commit 2895e63

Please sign in to comment.