- 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 inTagNode
as well as inTableContentNode
- Converted
InlineContainer
abstract class toIInlineContainer
interface - Added preliminary
Table
class. - The table parsing support is still yet to be implemented.
- Added