summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4473a89..ef70ce7 100644
--- a/README.md
+++ b/README.md
@@ -280,6 +280,21 @@ You can reference any content in the page bundle, such as additional images, in
![Image alt text](image1.png)
```
+##### Shortcodes
+
+###### Centered Text
+
+Example:
+
+{{% center %}}Text to be centered{{% /center %}}
+
+
+###### Centered Image
+
+{{% center-image
+src="x400_board.png"
+alt="This is sample image" %}}
+
## Site Local Assets and Online Dependencies