Skip to content

Commit 492578f

Browse files
author
DeathAxe
committed
Update README
1 parent 106bc50 commit 492578f

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Provides syntax highlighting for HTML and Markdown files with [Shopify Liquid](h
44

55
For working with [Jekyll](https://jekyllrb.com), this package also provides proper syntax highlighting for yaml front matter.
66

7-
![screenshot](screenshot.png)
7+
![](preview.png)
88

99
## Usage
1010

Diff for: preview.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
author: John Doe
3+
date: 2022-05-20
4+
draft: true
5+
---
6+
7+
# Heading ({{page.date}})
8+
9+
Welcome from {{page.author}} to our site.
10+
11+
[User docs]({% link docs/usage.md %})
12+
13+
> {% if page.draft = true %}
14+
> _This is a draft._
15+
> {% endif %}
16+
17+

Diff for: screenshot.png renamed to preview.png

File renamed without changes.

0 commit comments

Comments
 (0)