Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/shortcodes/table.md')
-rw-r--r--exampleSite/content/shortcodes/table.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/exampleSite/content/shortcodes/table.md b/exampleSite/content/shortcodes/table.md
index 232c324..82f4381 100644
--- a/exampleSite/content/shortcodes/table.md
+++ b/exampleSite/content/shortcodes/table.md
@@ -15,7 +15,7 @@ The table shortcode allows you to wrap your tables in a <code>table</code> class
## Usage
Place the following shortcode on the page
-{{< code lang="html" >}}
+{{< code lang="html" >}}
{{</* table style="STYLE" */>}}
| Tables | are | cool |
| ------------- |:-------------:| -----:|
@@ -27,8 +27,8 @@ Place the following shortcode on the page
### Parameters
#### Style
-The style parameter is directly applied to the table as a class in the format *"{STYLE}"*. Bootstrap comes with several styles that can be used with this:
-- table-striped
-- table-dark
-- table-bordered
-- table-hover
+The style parameter is directly applied to the table as a class in the format *"{STYLE}"*. Bootstrap comes with several styles that can be used with this:
+- table-striped
+- table-dark
+- table-bordered
+- table-hover