Elevate embedded shortcode documentation to its own section

This commit is contained in:
Joe Mooring
2025-01-16 06:56:34 -08:00
committed by GitHub
parent 8fa19b50fa
commit a346ca1fda
25 changed files with 1067 additions and 629 deletions
+6
View File
@@ -1669,6 +1669,10 @@ config:
disable: false
enableDNT: false
simple: false
x:
disable: false
enableDNT: false
simple: false
youTube:
disable: false
privacyEnhanced: false
@@ -1748,6 +1752,8 @@ config:
limit: -1
twitter:
disableInlineCSS: false
x:
disableInlineCSS: false
sitemap:
changeFreq: ""
disable: false
+4
View File
@@ -30,11 +30,15 @@
'gist' = 'shortcodes/gist.html'
'highlight' = 'shortcodes/highlight.html'
'instagram' = 'shortcodes/instagram.html'
'instagram_simple' = 'shortcodes/instagram_simple.html'
'param' = 'shortcodes/param.html'
'qr' = 'shortcodes/qr.html'
'ref' = 'shortcodes/ref.html'
'relref' = 'shortcodes/relref.html'
'twitter' = 'shortcodes/twitter.html'
'twitter_simple' = 'shortcodes/twitter_simple.html'
'vimeo' = 'shortcodes/vimeo.html'
'vimeo_simple' = 'shortcodes/vimeo_simple.html'
'x' = 'shortcodes/x.html'
'x_simple' = 'shortcodes/x_simple.html'
'youtube' = 'shortcodes/youtube.html'