# Welcome to yabs_test's documentation! ```{toctree} :maxdepth: 2 :caption: Contents: ``` ```{note} Temporary repository and throw-away project to test the [yabs](https://github.com/mar10/yabs) tool. ``` # Indices and tables * {ref}`genindex` * {ref}`modindex` * {ref}`search` ## Linkify www.example.com ## Table | a | b | | - | - | | 0 | 1 | ## Mermaid ```{mermaid} graph LR a --> b ``` ## Graphwiz ```{graphviz} digraph foo { "bar" -> "baz"; } ```