Skip to content

Commit

Permalink
Added theme.typora.io links to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Teyler Halama committed Oct 22, 2021
1 parent b20322d commit 180c1ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ A [Dracula Spec](https://draculatheme.com) based theme for the [Typora Markdown

![Dracula](/images/dracula-typora.png)

Typora Themes: https://theme.typora.io/

Dracula Typora Theme: https://theme.typora.io/theme/Dracula/

## Install

* Download or clone this repository.
Expand Down
12 changes: 12 additions & 0 deletions dracula.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
![dracula-typora](/Users/swarmingteyler/Github/Teyler7/dracula-typora-theme/images/dracula-typora.png)

> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
```html
<script>
var x = 10;
x *= 5;
document.getElementById("demo").innerHTML = x;
</script>
```

0 comments on commit 180c1ad

Please sign in to comment.