Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Paste
P16
Test Plan Remarkup code blocks for GitHub Flavored Markdown - D25299
Active
Public
Actions
Authored by
valerio.bozzolan
on Jun 16 2023, 09:26.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Tags
None
Referenced Files
F310456: Test Plan Remarkup code blocks for GitHub Flavored Markdown - D25299
Jun 16 2023, 09:57
2023-06-16 09:57:27 (UTC+0)
F310455: Test Plan Remarkup code blocks
Jun 16 2023, 09:26
2023-06-16 09:26:06 (UTC+0)
Subscribers
None
With lang=php
```lang=php
$something = "asd";
```
With option php:
```php
$something = "asd";
```
Without any option:
```
$something = "asd";
```
With the first content as "php" to be preserved and no options:
```
php
asd asd asd asd asd asd asd
```
Empty block:
```
```
Empty block inline:
```
```
Counter example:
```counterexample
$asd = 1;
```
Counter example with lang PHP:
```counterexample,lang=php
$asd = 1;
```
Inline simple:
```asd`
``
Event Timeline
valerio.bozzolan
created this paste.
Jun 16 2023, 09:26
2023-06-16 09:26:06 (UTC+0)
valerio.bozzolan
created this object in space
S1 Public
.
valerio.bozzolan
changed the title of this paste from
Test Plan Remarkup code blocks
to
Test Plan Remarkup code blocks for GitHub Flavored Markdown - D25299
.
Jun 16 2023, 09:57
2023-06-16 09:57:27 (UTC+0)
valerio.bozzolan
edited the content of this paste.
(Show Details)
valerio.bozzolan
changed the edit policy from "All Users" to "
Trusted Contributors
(Project)".
valerio.bozzolan
mentioned this in
D25299: Remarkup Code-block: parse language specifier in markdown
.
valerio.bozzolan
mentioned this in
rP80484b76a5ff: Remarkup Code-block: parse language specifier in markdown
.
Jul 4 2023, 16:23
2023-07-04 16:23:24 (UTC+0)
Log In to Comment