MilesCranmer commited on
Commit
9f21464
1 Parent(s): 78b173b

Enable markdown extensions

Browse files
Files changed (1) hide show
  1. mkdocs.yml +9 -0
mkdocs.yml CHANGED
@@ -30,3 +30,12 @@ plugins:
30
  merge_init_into_class: True
31
  # docstring_options
32
  separate_signature: True
 
 
 
 
 
 
 
 
 
 
30
  merge_init_into_class: True
31
  # docstring_options
32
  separate_signature: True
33
+
34
+ markdown_extensions:
35
+ - attr_list
36
+ - md_in_html
37
+ - pymdownx.highlight:
38
+ anchor_linenums: True
39
+ - pymdownx.inlinehilite
40
+ - pymdownx.snippets
41
+ - pymdownx.superfences