- fix tables case
- fix deps
- allow non-Single letter inline elements
- fix deps
- handle vmargin for delimited type of NamedBlock, =code,=comment,=output,=input,=data
- tests: switch to jest snapshots
- fix npm build
- add image support while export to html
- add toc support
- filter null and undefined nodes in Ast interator
- improve api for preprocess AST tree
- correct markers list ( add =alias)
- fix interator ( clean tree from null and undefined nodes)
- add types defs into npm
- improve testing
- switch off strict identifier for =alias
- internal API changes ( subUse helper )
- use strict parsing ( only allowed block names are recognized )
- unify debug reporting
- optimize internal api
- remove 'text' from tree
- fix typing for default writer
- handle undefined node in queries
- implement formatting code D<> - definition
- generate d.ts files
- fix unhandled error
- add E<> support
- implement =data block
- add support for :nested() config param
- handle child's for any block while process formatting codes
- improve internal AST processing api
- fix gitflow
- fix bin/pod6html
- fix package.json
- fix delimited blocks inside code blocks interpreted as blocks rather than raw text #14
- moved to TypeScript
- removed namedBlock as type
- fix anchors in L<> #10,
- fix formating codes inside =item #06
- improve ambient mode
- add ambient block support
- add location for para
- add positioning for source text
- spaces around identifier #8
- fix trailing spaces #9
- improve tables #11
- quick fix use A<> without predefined =alias
- implement terminal output: T<>
- implement keyboard input: K<>
- implement unusual or distinctive: U<>
- implement =input, =output blocks
- implement A<>, =alias directive
- fix flat() problem #7
- fix abbreviated block for verbatim content
- fix error reports
- fix generators for grammars
- fix #3
- implement annotations: N<>
- implement indexing terms: X<>
- add :allow support
- add writers layer
- escape html entity
- add :caption support for =table
- add helpers for =config directive
- support =config table
- html: export Semantic blocks
- add =table support
- add link to https://pod6.in - online pod6 editor
- fix term in=defn
- refactor export interators and tree transformers
- V<>, R<>, =nested ( only 1 level )
- implement for overwrite rules for selector ( HOC subUse )
- hot fix for =defn lists
- add S<>, Z<>
- fix L<>
- =defn lists
- avoid critical parse errors
- report locations of errors in source text
- add version to module.exports
- fix npm
- export html script: pod6html
- unify tree
- base export to html
- handle lists
- =config directive
- pod configuration: support numbers, arrays, pairs, strings and boolean types
- fix C<> and L<> parsing
- add para/code container for paragraphs
- add heading plugin
- add comment block support
- add level for items (plugin)
- fix npm
- add new tests
- Initial release