The kind user @roguelazer highlighted that Remarkup was not supporting this kind of code blocks:
This is a common styling hint for Markdown implementations:
----
%%%```php
stuff
```
%%%
----
SinceIn Remarkup, we only support this at the moment:hint:
---
%%%```lang=php
stuff
```
%%%
== What is "GitHub Flavored Markdown"? uh? ==
Premising that - as you already know - Phorge is your lovely Free software suite that loves you, loves your software, loves to protect your data, etc. and who in return only asks you to take your vitamins. It comes with Remarkup that it's our lovely way to handle Markdown.
Instead, you may want to know that "GitHub" is a proprietary service, and the only thing it wants is for you to stop using git, and use its proprietary client instead. GitHub is so proprietary that was acquired by a corporation called "Microsoft" that is very good in producing or acquiring proprietary software. If this name is new to you, read these:
https://en.wikipedia.org/wiki/Embrace,_extend,_and_extinguish
https://en.wikipedia.org/wiki/Halloween_documents
With these premises, and remembering "GitHub" is "ALL RIGHTS RESERVED" all over the places, the biggest risk of this change is that Microsoft will sue my family and my soul for implementing similar features. Like:
//"HEY - PHORGE - WHAT ARE YOU DOING WITH MY FLAVORED MARKDOWN! UH!?
It would be nice to understand Markdown language hint, STOP IT"//because it looks similar and we can do that easily.
Luckily, I have a Creative Commons certification and I somehow have enough legal knowledge to say that the modification we have implemented here does NOT infringe any copyright, because "the original idea" is NOT a software, is not a content, and - in any case - it's not original enough to be covered by copyright. Also, "their" Markdown was designed to collaborate on text files, and connect people, so, that is not covered by a patent. Also, this change cannot hit Microsoft in any economical way. Mainly because they are billionaires and we in Phorge are silly volunteers taking vitamins.
----
Here are theSome Markdown specifications:
https://github.github.com/gfm/
https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks
== In Remarkup ==
IMPORTANT: For obvious reasons related to Remarkup, this can be a breaking change, since in Remarkup the text after the first backticks can be content.
```counterexample
'''php
php
'''
```
In remarkup, the above is a `lang=text` with 2 lines.
In flavored markdown, the above is a `lang=php` with 1 line! See for example Stack Overflow, that eats the first line:
{F314240}
Our version must therefore be greatly sweetened.
As general indication we can say:
WARNING: Also before this Task, please AVOID to write content after the first backticks, or people cannot copy-paste your thing to GitLab or GitLab.