myst-spec-ext
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -1,2 +0,2 @@ | ||
import type { Parent, StaticPhrasingContent, TableCell as SpecTableCell, FootnoteReference as FNR, FootnoteDefinition as FND, Heading as SpecHeading, Image as SpecImage, Admonition as SpecAdmonition } from 'myst-spec'; | ||
import type { Parent, StaticPhrasingContent, TableCell as SpecTableCell, FootnoteReference as FNR, FootnoteDefinition as FND, Heading as SpecHeading, Image as SpecImage, Admonition as SpecAdmonition, Code as SpecCode } from 'myst-spec'; | ||
export declare type Delete = Parent & { | ||
@@ -61,2 +61,5 @@ type: 'delete'; | ||
}; | ||
export declare type Code = SpecCode & { | ||
executable?: boolean; | ||
}; | ||
export declare type CiteKind = 'narrative' | 'parenthetical'; | ||
@@ -63,0 +66,0 @@ export declare type Cite = { |
{ | ||
"name": "myst-spec-ext", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Extentions for myst-spec that are used in myst-cli and mystjs", | ||
@@ -5,0 +5,0 @@ "author": "Rowan Cockett <rowan@curvenote.com>", |
Sorry, the diff of this file is not supported yet
6865
98