1.6.5
Added 🎁
- @webdoc/default-template's theme has been tweaked to make it much more readable - with larger fonts and more whitespace. It also now uses system fonts (#173) @ShukantPal
- webdoc now supports mermaid diagrams in markdown. You can use mermaid-style diagrams in your API documentation, tutorials, and even READMEs.
```mermaid flowchart TD A --> B ```
- The @group tag can be used to groups classes and other documents in the explorer. This is useful if you have super large packages. Using the @group tag does not change your API hierarchy in webdoc's model, and is just an aestheic change in the template.
/** @group Alphabet */
class A {}
/** @group Alphabet */
class B {}
Fixed
- @webdoc/default-template's watermark "Powered by webdoc!" has now been moved out of the footer and into it's own element. The footer can now be customized without having to add attribution to webdoc.