One of our biggest motivations towards moving to MarkDown wasn’t just switching to a more widely used language. We use the MyST parser look there for syntax.
You can now edit documents online! Drive by editing is always a bonus no need to build the docs or have a huge time investment if you’re fixing a typo or language. How easy is it?
Let’s look at our Sources section on in the User Manual:
Maybe you’ve spotted an error? In the upper right you’ll see some useful buttons:
If you click on the first logo – which happens to be the logo for GitLab you’ll get a handy dropdown from there click Suggest edit.
This will take you to GitLabs single page editor if you then click Preview above the edit box you’ll get a live preview of the rendered document.
In order to create a merge request change the Target Branch from main to anything else such as test branch
And it will change to this:
Don’t forget about your commit message the first line is the subject then a blank space and the body for the rest.
Unfortunately there is no 80 character wrapping so you’ll have to be mindful of that once the branch is created the only way to edit after is by checking it out and re-pushing.
The branch will hang off of the main repository created this way that’s OK we’re aware and would rather have this feature available to us.