feat(shortcode): add mapbox shortcode (#190)

* feat(shortcode): add mapbox shortcode

* docs: split shortcodes into built-in shortcodes and extended shortcodes

* docs(shortcodes): add docs for mapbox shortcode

* docs(shortcodes): fix an error in shortcodes docs
This commit is contained in:
Dillon
2020-03-21 16:59:23 +08:00
committed by GitHub
parent a9850f7df3
commit aed8734d83
52 changed files with 1713 additions and 726 deletions

View File

@@ -18,7 +18,7 @@ code, pre, .highlight table, .highlight tr, .highlight td {
}
.highlight > .chroma {
margin: 1rem 0;
margin: .5rem 0;
code, pre {
margin: 0;

View File

@@ -1,6 +1,6 @@
.echarts {
width: 100%;
height: 30rem;
margin: 3% auto;
margin: .5rem 0;
text-align: center;
}

View File

@@ -0,0 +1,4 @@
.mapbox {
margin: .5rem 0;
padding: .5rem 0;
}

View File

@@ -0,0 +1,3 @@
meting-js {
margin: .5rem 0;
}

View File

@@ -75,7 +75,7 @@
#toc-static {
display: none;
padding-top: .8rem;
margin: .8rem 0;
details {
summary {