Skip to content

Commit

Permalink
Merge pull request #5 from marp-team/svg-twemoji
Browse files Browse the repository at this point in the history
Revert to use SVG twemoji
  • Loading branch information
yhatt authored Feb 13, 2019
2 parents 5174cd6 + a9e8ffb commit 5297c35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Revert to use SVG twemoji image ([#5](https://github.com/marp-team/marp-vscode/pull/5))

## v0.0.3 - 2019-02-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/marp-team.marp-vscode.svg?style=flat-square&logo=visual-studio-code&label=VS%20Marketplace)](https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode)
[![LICENSE](https://img.shields.io/github/license/marp-team/marp-vscode.svg?style=flat-square)](./LICENSE)

> :information_source: Marp extension requires VS Code >= 1.31 ([January 2019 release](https://code.visualstudio.com/updates/v1_31)) to install.
> ℹ️ Marp extension requires VS Code >= 1.31 ([January 2019 release](https://code.visualstudio.com/updates/v1_31)) to install.
**Preview [Marp] Markdown slide deck in VS Code.**

Expand Down
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const marpVscodeEnabled = Symbol()
export function extendMarkdownIt(md: any) {
const marp: any = new Marp({
container: { tag: 'div', id: 'marp-vscode' },
emoji: { twemoji: { ext: 'png' } },
})

md.use(marp.markdownItPlugins)
Expand Down

0 comments on commit 5297c35

Please sign in to comment.