Skip to content

0.2.1

Latest
Compare
Choose a tag to compare
@CXuesong CXuesong released this 07 Apr 12:40
· 40 commits to master since this release
  • Fixed #12. Now parser handles tags with uppercase letters properly.
  • Prepare for the wikitext table expression support
    • Added TagAttributeCollection, which in the future will be used in TagNode as well as in TableContentNode
    • Converted InlineContainer abstract class to IInlineContainer interface
    • Added preliminary Table class.
    • The table parsing support is still yet to be implemented.