Added
- Comprehensive doctests for all modules (11 doctests total)
- New test file test/doctest_test.exs to run doctests for all modules
- Doctests for WikitextEx.AST.text_content/1 function
- Executable doctests converted from Quick Start examples
Fixed
- Broken doctests in WikitextEx.parse/1 with correct AST structure
- Doctests in WikitextEx.Parser module
- Documentation examples now properly executable as tests
Changed
- Enhanced documentation with working code examples
- All 11 doctests now pass alongside existing 58 tests
See the CHANGELOG for full details.