mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
commit
60480bdc8b
1 changed files with 5 additions and 4 deletions
|
@ -421,10 +421,10 @@ The input is written in Markdown so you can format it however you please.
|
|||
**Example1 :**
|
||||
|
||||
```md
|
||||
{{</* keyword */>}} Super skill {{</* /keyword */>}}
|
||||
{{</* keyword */>}} *Super* skill {{</* /keyword */>}}
|
||||
```
|
||||
|
||||
{{< keyword >}} *Standalone* skill {{< /keyword >}}
|
||||
{{< keyword >}} *Super* skill {{< /keyword >}}
|
||||
|
||||
**Example2 :**
|
||||
|
||||
|
@ -745,8 +745,9 @@ consectetur adipiscing elit.
|
|||
breakLines=false
|
||||
loop=true
|
||||
*/>}}
|
||||
Lorem ipsum dolor sit amet,
|
||||
consectetur adipiscing elit.
|
||||
"Frankly, my dear, I don't give a damn." Gone with the Wind (1939)
|
||||
"I'm gonna make him an offer he can't refuse." The Godfather (1972)
|
||||
"Toto, I've a feeling we're not in Kansas anymore." The Wizard of Oz (1939)
|
||||
{{</* /typeit */>}}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue