Comparing version 0.33.0 to 0.34.0
@@ -131,2 +131,7 @@ import { CompletionSource } from '@codemirror/autocomplete'; | ||
}; | ||
lists: boolean | { | ||
bullet: boolean; | ||
number: boolean; | ||
task: boolean; | ||
}; | ||
placeholder: string; | ||
@@ -151,2 +156,7 @@ plugins: Options.RecursivePlugin[]; | ||
}; | ||
lists?: boolean | { | ||
bullet?: boolean; | ||
number?: boolean; | ||
task?: boolean; | ||
}; | ||
placeholder?: string; | ||
@@ -153,0 +163,0 @@ plugins?: Options.RecursivePlugin[]; |
import "solid-js/web"; | ||
import { l as i, i as n, d as r, c as p, e as d, h as o, i as g, g as l, j as t, a as f, r as u, k as y, s as k, w as P } from "./index-B3wUcuoh.js"; | ||
import { l as i, i as n, d as r, c as p, e as d, h as o, i as g, g as l, j as t, a as f, r as u, k as y, s as k, w as P } from "./index-EpRwJJ4r.js"; | ||
export { | ||
@@ -4,0 +4,0 @@ i as appearanceTypes, |
@@ -131,2 +131,7 @@ import { CompletionSource } from '@codemirror/autocomplete'; | ||
}; | ||
lists: boolean | { | ||
bullet: boolean; | ||
number: boolean; | ||
task: boolean; | ||
}; | ||
placeholder: string; | ||
@@ -151,2 +156,7 @@ plugins: Options.RecursivePlugin[]; | ||
}; | ||
lists?: boolean | { | ||
bullet?: boolean; | ||
number?: boolean; | ||
task?: boolean; | ||
}; | ||
placeholder?: string; | ||
@@ -153,0 +163,0 @@ plugins?: Options.RecursivePlugin[]; |
{ | ||
"name": "ink-mde", | ||
"type": "module", | ||
"version": "0.33.0", | ||
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394", | ||
"version": "0.34.0", | ||
"description": "A beautiful, modern, customizable Markdown editor powered by CodeMirror 6 and TypeScript.", | ||
@@ -7,0 +6,0 @@ "author": "David R. Myers <hello@davidmyers.dev>", |
@@ -230,3 +230,3 @@ [![NPM Package](https://img.shields.io/npm/v/ink-mde?color=blue&style=for-the-badge)](https://npmjs.com/package/ink-mde) | ||
```ts | ||
// ./src/store.ts#L12-L65 | ||
// ./src/store.ts#L12-L66 | ||
const options = { | ||
@@ -261,2 +261,3 @@ doc: '', | ||
}, | ||
lists: false, | ||
placeholder: '', | ||
@@ -263,0 +264,0 @@ plugins: [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1302791
9120
407