Page MenuHomePhorge

Test Plan Remarkup code blocks

Authored By
valerio.bozzolan
Jun 16 2023, 09:26
Size
251 B
Referenced Files
None
Subscribers
None

Test Plan Remarkup code blocks

With lang=php
```lang=php
$something = "asd";
```
With option php:
```php
$something = "asd";
```
Without any option:
```
$something = "asd";
```
Inline simple:
```asd```
Normal with the first content as "php" to be preserved:
```
php
asd
```

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
210327
Default Alt Text
Test Plan Remarkup code blocks (251 B)

Event Timeline