summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/README.md b/README.md
index f7a87da..93e6702 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,6 @@
- [Shortcodes](#shortcodes)
- [Contributing](#contributing)
-## Breaking changes
-
-> ⚠️ At the moment theme is under development, breaking changes might happen.
-
## Features
- Clean simple design
@@ -232,13 +228,15 @@ Useful if you want to show alternative information per platform or setting.
Organize text in 2 or more columns to use space efficiently.
```html
-{{< columns >}}
-<!-- begin columns block -->
-# Left Content Lorem markdownum insigne... <--->
-<!-- magic sparator, between columns -->
+{{< columns >}} <!-- begin columns block -->
+
+# Left Content Lorem markdownum insigne...
+
+<---> <!-- magic sparator, between columns -->
+
+# Mid Content Lorem markdownum insigne...
-# Mid Content Lorem markdownum insigne... <--->
-<!-- magic sparator, between columns -->
+<---> <!-- magic sparator, between columns -->
# Right Content Lorem markdownum insigne...
{{< /columns >}}