feat(shortcodes): replace [align]/[float] with [style] and add [style]

This commit is contained in:
Dillon
2020-03-02 16:47:28 +08:00
parent aaff1514db
commit f8a7fd1df9
8 changed files with 24 additions and 33 deletions

View File

@@ -393,11 +393,11 @@ Here is a story about love...
int a = 1;
{{< /typeit >}}
## Test Align
## Test Style
{{% align right %}}
{{< style "text-align: right">}}
**Test Text**
{{% /align %}}
{{< /style >}}
## Test Katex