-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add bullet list element parsing and rendering (#111)
* arch: add bullet-list element structure * feat: add bullet list parsing and html rendering * fix: prevent list entries from being taken as body * fix: correct list entry body parsing * fix: parse directly nested bullet lists * fix: add test for different list entry keywords * feat: indent blocks for snapshot tests * fix: adapt SymbolIterator peek to work like next peek now also considers matching functions. * fix: remove checks needed with old peek behavior * fix: add documentation for the bullet list element * fix: add deeply-nested bullet list test * fix: apply cargo fmt after rustup update * fix: improve doc for symbol iterator state fields * arch: rename kind to parent in symbol iterator * arch: switch condition order for better readability Co-authored-by: Nadir Fejzić <[email protected]> * fix: fix clippy warnings --------- Co-authored-by: Nadir Fejzić <[email protected]>
- Loading branch information
Showing
30 changed files
with
1,214 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.