diff --git a/mkdocs.yml b/mkdocs.yml index 9c08548..ac5f77a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,6 +56,7 @@ theme: # Customization extra_css: - 'css/paragraph.css' + - 'css/extra.css' extra_javascript: - 'js/gifffer.min.js' extra: diff --git a/mkdocs/acelements.md b/mkdocs/acelements.md index 0138a4a..51567ff 100644 --- a/mkdocs/acelements.md +++ b/mkdocs/acelements.md @@ -26,7 +26,7 @@ All AutoConnectElements placed on a custom Web page are included in one form. It AutoConnectElement is a base class for other element classes and has common attributes for all elements. It can also be used as a [variant](#variant-for-autoconnectelements) of each element. The following items are attributes that AutoConnectElement has and are common to other elements. **Sample**
-`AutoConnectElement element("element", "
");`
+**`AutoConnectElement element("element", "
");`**
On the page:
@@ -76,10 +76,10 @@ Furthermore, to convert an entity that is not an AutoConnectElement to its nativ ## AutoConnectButton -AutoConnectButton generates an HTML `