mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-06-08 08:22:06 -04:00
Added support for footnotes
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
Title: My Document
|
||||
Summary: A brief description of my document.
|
||||
Authors: Waylan Limberg
|
||||
John Doe
|
||||
Date: October 2, 2007
|
||||
blank-value:
|
||||
base_url: http://example.com
|
||||
|
||||
# Getting started
|
||||
|
||||
## Installation
|
||||
@@ -270,22 +278,6 @@ This will print:
|
||||
|
||||
More colors can be freely defined.
|
||||
|
||||
!!! hint "hint, note <small>default</small>"
|
||||
|
||||
!!! tip "tip, idea"
|
||||
|
||||
!!! check "check, success"
|
||||
|
||||
!!! warning
|
||||
|
||||
!!! failure "fail, failure"
|
||||
|
||||
!!! fatal "fatal, danger"
|
||||
|
||||
!!! bug "error, bug"
|
||||
|
||||
!!! bug
|
||||
|
||||
## Full example
|
||||
|
||||
Below is a full example configuration for a `mkdocs.yml`:
|
||||
|
||||
Reference in New Issue
Block a user