1
0
鏡像自 https://github.com/quitesimpleorg/qsmaddy.git 已同步 2025-06-26 21:22:05 +02:00

definitions: Add break line

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
此提交包含在:
Patrick José Pereira
2019-12-18 21:07:47 -03:00
父節點 77782635d4
當前提交 a03ff9c33d

查看文件

@ -269,6 +269,17 @@ results in
<hr/>
```
## break line
```
New\r\nLine
```
results in
```html
New<br>
Line
```
## Images
```