Home
Phorge
Search
Configure Global Search
Log In
Transactions
T15481
Change Details
Change Details
Old
New
Diff
The kind user @roguelazer highlighted that Remarkup was not supporting this kind of code blocks: ---- %%%```php stuff ``` %%% ---- Since we only support this at the moment: --- %%%```lang=php stuff ``` %%% ---- Here are the specifications: https://github.github.com/gfm/
The kind user @roguelazer highlighted that Remarkup was not supporting this kind of code blocks: ---- %%%```php stuff ``` %%% ---- Since we only support this at the moment: --- %%%```lang=php stuff ``` %%% ---- Here are the specifications: https://github.github.com/gfm/ https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks
The kind user @roguelazer highlighted that Remarkup was not supporting this kind of code blocks: ---- %%%```php stuff ``` %%% ---- Since we only support this at the moment: --- %%%```lang=php stuff ``` %%% ---- Here are the specifications: https://github.github.com/gfm/
https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks
Continue