UNPKG

@podlite/schema

Version:

AST tools for Podlite markup language

118 lines (70 loc) 1.74 kB
# @podlite/schema ## Upcoming ## 0.0.26 - add `location` from original node to `mkToc` helper - safe block id creation - fix the abbreviated block when its content starts with `=` ## 0.0.25 - added initial support for `=include` block ## 0.0.23 - added alignment for column contents ## 0.0.21 - improve caption element ## 0.0.20 - fix schema for `L<>` ## 0.0.19 - add `=formula`, `F<>` support ## 0.0.18 - fix =toc links #6 - fix :allow context for nested blocks - improved support for parentheses for markup codes ## 0.0.17 - fix linking when publish - fix types for L<> code ## 0.0.16 - support for `=picture` block ## 0.0.14 - fix parse `=alias` and `=config` directives - improve brackets support for C<> and L<> codes - support for `=toc` block - support for `=markdown` block ## 0.0.13 - refactor - add plugin functions ## 0.0.12 - add helpers, - fix parser's grammars - add tests - update deps ## 0.0.11 - extend API by context for react component wrap function ## 0.0.10 - fix helper for mkBlock - add Strikethrough inline element support - add JSX handler for plugins ## 0.0.9 - fix null elements in ## 0.0.8 - fix null elements in AST ## 0.0.7 - add ast interator module (ast-inerator) - add AST nodes for image and caption objects, add mkImage and mkCaption helpers - add mkBlockItem, getTextContentFromNode and query blocks from AST helpers - add id prop to Node type - toc elements support ## 0.0.6 - list of supported schemas is explicit now - add support for create "blankline" blocks (mkBlankline) - enhance debug ## 0.0.5 - update deps ## 0.0.4 - fix npm package - add sometypes of blocks - update schema ## 0.0.3 - update deps ## 0.0.2 - update deps ## 0.0.1 -- init import