Skip to content

Commit

Permalink
chore: drop gemoji package
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Oct 7, 2023
1 parent 5966c99 commit 0d6d18b
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 186 deletions.
1 change: 0 additions & 1 deletion examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"dependencies": {
"@hashmd/plugin-breaks": "workspace:*",
"@hashmd/plugin-frontmatter": "workspace:*",
"@hashmd/plugin-gemoji": "workspace:*",
"@hashmd/plugin-gfm": "workspace:*",
"@hashmd/plugin-highlight": "workspace:*",
"@hashmd/plugin-highlight-ssr": "workspace:*",
Expand Down
3 changes: 0 additions & 3 deletions examples/lit/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import markdownText from "./text.md?raw";
import breaks from "@hashmd/plugin-breaks";
import frontmatter from "@hashmd/plugin-frontmatter";
import gemoji from "@hashmd/plugin-gemoji";
import gfm from "@hashmd/plugin-gfm";
import highlight from "@hashmd/plugin-highlight";
import math from "@hashmd/plugin-math";
Expand Down Expand Up @@ -53,7 +52,6 @@ export class MyElement extends LitElement {
@property() enabled = {
breaks: false,
frontmatter: true,
gemoji: true,
gfm: true,
highlight: true,
math: true,
Expand All @@ -66,7 +64,6 @@ export class MyElement extends LitElement {
const plugins = [
enabled.breaks && breaks(),
enabled.frontmatter && frontmatter(),
enabled.gemoji && gemoji(),
enabled.gfm &&
gfm({
locale: gfmLocales[locale],
Expand Down
8 changes: 0 additions & 8 deletions examples/lit/src/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ Here's a simple footnote,[^1] and here's a longer one.[^bignote]

Add as many paragraphs as you like.

## Gemoji

Thumbs up: :+1:, thumbs down: :-1:.

Families: :family_man_man_boy_boy:

Long flags: :wales:, :scotland:, :england:.

## Math Equation

Inline math equation: $a+b$
Expand Down
3 changes: 0 additions & 3 deletions examples/lit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
{
"path": "../../packages/plugin-frontmatter"
},
{
"path": "../../packages/plugin-gemoji"
},
{
"path": "../../packages/plugin-gfm"
},
Expand Down
26 changes: 0 additions & 26 deletions packages/plugin-gemoji/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions packages/plugin-gemoji/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions packages/plugin-gemoji/src/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions packages/plugin-gemoji/tsconfig.json

This file was deleted.

7 changes: 0 additions & 7 deletions packages/plugin-gemoji/vite.config.ts

This file was deleted.

80 changes: 3 additions & 77 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
{
"path": "packages/plugin-frontmatter"
},
{
"path": "packages/plugin-gemoji"
},
{
"path": "packages/plugin-gfm"
},
Expand Down

0 comments on commit 0d6d18b

Please sign in to comment.