Commit 6c08cb13 authored by Thomas Boni's avatar Thomas Boni
Browse files

add initial version of abbreviations to test the feature

parent 0c4c0998
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@ customized through configuration.
    </button>
</a>

The HTML specification is maintained by the W3C.

## Overview

![hub overview](images/g2shub_mvp.jpg)

--8<-- "includes/abbreviations.md"
+2 −0
Original line number Diff line number Diff line
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
+2 −2
Original line number Diff line number Diff line
@@ -76,15 +76,14 @@ theme:
    - navigation.tabs
    - navigation.instant

# Extensions (https://squidfunk.github.io/mkdocs-material/reference/abbreviations/)
markdown_extensions:
  - abbr
  - attr_list
  - admonition # block-styled content (note, idea, warning, ...)
  - codehilite # highlite code syntax
  - footnotes # references in footnotes
  - toc:
      permalink: true # anchor on titles
  # PyMdown extensions (https://squidfunk.github.io/mkdocs-material/extensions/pymdown)
  - pymdownx.arithmatex
  - pymdownx.betterem:
      smart_enable: all
@@ -97,6 +96,7 @@ markdown_extensions:
  - pymdownx.magiclink
  - pymdownx.mark
  - pymdownx.smartsymbols
  - pymdownx.snippets
  - pymdownx.superfences
  - pymdownx.tasklist:
      custom_checkbox: true