From 50fe5d104555a4b64e2e0aade41f2d510a88063f Mon Sep 17 00:00:00 2001 From: Track3 Date: Sat, 1 Dec 2018 13:24:28 +0800 Subject: Add shorthand emoji support by default * Add enableEmoji option in example config.toml * Update the demo content * Closes #7 --- exampleSite/content/posts/typography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/content/posts') diff --git a/exampleSite/content/posts/typography.md b/exampleSite/content/posts/typography.md index f47b797..94f469b 100644 --- a/exampleSite/content/posts/typography.md +++ b/exampleSite/content/posts/typography.md @@ -16,7 +16,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i Inline styles: -**strong**, *emphasis*, ***strong and emphasis***,`code`, underline, ~~strikethrough~~, :haha:, $\LaTeX$, X^2^, H~2~O, ==highlight==, [Link](https://example.com), and image: +**strong**, *emphasis*, ***strong and emphasis***,`code`, underline, ~~strikethrough~~, :joy:🤣, $\LaTeX$, X^2^, H~2~O, ==highlight==, [Link](https://example.com), and image: ![img](https://picsum.photos/600/400/?random) -- cgit v1.2.3