mirror of
https://github.com/TxtDot/dalet.git
synced 2024-11-21 12:26:23 +03:00
doc: add pre formatted text tag
This commit is contained in:
parent
8154104eed
commit
44ae5868b4
2 changed files with 18 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
Markup language ecosystem сombining small file size, big number of possibilities for describing the interface and readability.
|
||||
|
||||
[Specification](./specification/main.md).
|
||||
[Rust implementation](https://github.com/TxtDot/dalet-rs)
|
||||
|
||||
> [!WARNING]
|
||||
> Specification is not complete and very unstable.
|
||||
|
|
|
@ -535,3 +535,20 @@ Creates code block.
|
|||
```txt
|
||||
code[js]: let code = "js"
|
||||
```
|
||||
|
||||
## 29. Pre-formatted text
|
||||
|
||||
| Property | Description |
|
||||
| -------- | -------------- |
|
||||
| name | pre |
|
||||
| id | 29 |
|
||||
| body | text |
|
||||
| argument | no |
|
||||
|
||||
Creates pre formatted text block. Like code but without style and highlight.
|
||||
|
||||
**Daleth example**:
|
||||
|
||||
```txt
|
||||
pre: I am pre
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue