mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
Update to support wrap syntax for code block
This commit is contained in:
parent
f93e8f5fdc
commit
211d25253e
4 changed files with 20 additions and 3 deletions
|
@ -171,6 +171,12 @@ var s = "JavaScript syntax highlighting";
|
|||
alert(s);
|
||||
```
|
||||
|
||||
> Somtimes you have a super long text without breaks. It's time to use `!` to wrap your code.
|
||||
|
||||
```!
|
||||
When you’re a carpenter making a beautiful chest of drawers, you’re not going to use a piece of plywood on the back.
|
||||
```
|
||||
|
||||
### Blockquote Tags:
|
||||
> Using the syntax below to specifiy your **name, time and color** to vary the blockquotes.
|
||||
> [name=ChengHan Wu] [time=Sun, Jun 28, 2015 9:59 PM] [color=#907bf7]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue