Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b36997

Browse filesBrowse files
committed
Add plugin options
1 parent cd60fda commit 7b36997
Copy full SHA for 7b36997

File tree

2 files changed

+5
-2
lines changed
Filter options

2 files changed

+5
-2
lines changed

‎rollup.config.js

Copy file name to clipboardExpand all lines: rollup.config.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import livereload from 'rollup-plugin-livereload'
66
import { terser } from 'rollup-plugin-terser'
77
import css from 'rollup-plugin-css-only'
88
import { mdsvex } from 'mdsvex'
9-
// import remarkEmoji from 'remark-emoji'
9+
import remarkEmoji from 'remark-emoji'
1010

1111
const production = !process.env.ROLLUP_WATCH
1212

@@ -52,7 +52,7 @@ export default {
5252
ellipses: false // true
5353
},
5454
remarkPlugins: [
55-
// remarkEmoji
55+
[remarkEmoji, { emoticon: true }]
5656
],
5757
layout: {
5858
_: join(__dirname, './src/mdx-layouts/MainLayout.svelte'),

‎src/components/Counter/Counter.svx

Copy file name to clipboardExpand all lines: src/components/Counter/Counter.svx
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ subtitle: Counter example
5151
Hello...
5252

5353
:smile:
54+
55+
:-)
56+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.