Skip to content

Commit

Permalink
Remove ink-mde from dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyersdev committed May 12, 2024
1 parent faef7cd commit e91f0e3
Show file tree
Hide file tree
Showing 3 changed files with 5,089 additions and 4,174 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ink-mde",
"type": "module",
"version": "0.32.0",
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
"description": "A beautiful, modern, customizable Markdown editor powered by CodeMirror 6 and TypeScript.",
"author": "David R. Myers <hello@davidmyers.dev>",
"license": "MIT",
Expand Down Expand Up @@ -145,7 +145,6 @@
"@lezer/highlight": "^1.2.0",
"@lezer/markdown": "^1.3.0",
"@replit/codemirror-vim": "^6.2.1",
"ink-mde": "workspace:*",
"katex": "^0.16.9",
"solid-js": "^1.8.7",
"style-mod": "^4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion plugins/katex/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HighlightStyle, syntaxHighlighting } from '@codemirror/language'
import { EditorView } from '@codemirror/view'
import { plugin, pluginTypes } from 'ink-mde'
import { buildBlockWidgetDecoration, buildLineDecoration, buildWidget, nodeDecorator } from '/lib/codemirror-kit'
import { plugin, pluginTypes } from '/src/index'
import { grammar, mathInline, mathInlineMark, mathInlineMarkClose, mathInlineMarkOpen } from './grammar'

export const katex = () => {
Expand Down
Loading

0 comments on commit e91f0e3

Please sign in to comment.