diff --git a/docs/index.md b/docs/index.md index 0e1640e..f98c819 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,4 +18,16 @@ Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit. { .annotate } 1. :man_raising_hand: I'm an annotation! I can contain `code`, __formatted - text__, images, ... basically anything that can be expressed in Markdown. \ No newline at end of file + text__, images, ... basically anything that can be expressed in Markdown. + +!!! note annotate "Phasellus posuere in sem ut cursus (1)" + + Lorem ipsum dolor sit amet, (2) consectetur adipiscing elit. Nulla et + euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo + purus auctor massa, nec semper lorem quam in massa. + +1. :man_raising_hand: I'm an annotation! +2. :woman_raising_hand: I'm an annotation as well! + +[Subscribe to our newsletter](#){ .md-button .md-button--primary } +[Send :fontawesome-solid-paper-plane:](#){ .md-button } \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 88c7212..e3b1caa 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,6 +22,7 @@ theme: - navigation.top - search.suggest - search.highlight + - content.code.copy palette: primary: blue grey accent: light blue @@ -46,12 +47,16 @@ markdown_extensions: - pymdownx.emoji: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg - - pymdownx.highlight + - pymdownx.highlight: + anchor_linenums: true + line_spans: __span + pygments_lang_class: true - pymdownx.inlinehilite - pymdownx.keys - pymdownx.mark - pymdownx.smartsymbols - pymdownx.superfences + - pymdownx.snippets - pymdownx.tabbed: alternate_style: true - pymdownx.tasklist: