myst-spec-ext
Advanced tools
Comparing version 1.7.7 to 1.7.8
@@ -237,2 +237,3 @@ import type { Block as SpecBlock, Parent, StaticPhrasingContent, FlowContent, ListContent, PhrasingContent, TableCell as SpecTableCell, FootnoteReference as FNR, FootnoteDefinition as FND, Heading as SpecHeading, Image as SpecImage, Admonition as SpecAdmonition, Code as SpecCode, ListItem as SpecListItem, Container as SpecContainer, InlineMath as SpecInlineMath, Math as SpecMath, Node, CrossReference as SpecCrossReference, Link as SpecLink } from 'myst-spec'; | ||
html_id?: string; | ||
class?: Image['class']; | ||
}; | ||
@@ -246,2 +247,3 @@ export type Link = SpecLink & { | ||
error?: true; | ||
class?: Image['class']; | ||
}; | ||
@@ -248,0 +250,0 @@ /** |
{ | ||
"name": "myst-spec-ext", | ||
"version": "1.7.7", | ||
"version": "1.7.8", | ||
"description": "Extensions for myst-spec that are used in mystmd", | ||
@@ -5,0 +5,0 @@ "author": "Rowan Cockett <rowan@curvenote.com>", |
Sorry, the diff of this file is not supported yet
17225
297