diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-06-03 22:54:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-03 22:54:02 +0200 |
commit | 07048f7bf5097435a05c1e8b77241b0e478023c2 (patch) | |
tree | 2773c699975ca6bc8cef0d2e2c031f7eb4e74963 | |
parent | a299a4b07b7d78559f70e03a2f0d00cbb205d6f1 (diff) |
Update README.md
-rw-r--r-- | README.md | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -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 >}} |