* Removed the space in 'Mark Text' (#2763)
Literally just replaced all occurances of 'Mark Text' with 'MarkText' using sed.
This is directly related to #2763.
* Revert changes to .github directory
Reverted changelog etc.
* Added `cs` alias for `csharp` in code blocks (Fixes#2760)
* Added error handler in the renderer process (should fix#2758)
The `src/muya/lib/contentState/clickCtrl.js` file will now return if
`document.querySelector` fails to find an element.
The current link after `curl -L` downloads the HTML page for the file link on GitHub. I've updated the link to correctly download the raw file into the corrent location(~/.local/share/applications).
* Remove sudo in flatpak installation instructions
The use of sudo for installations is neither necessary nor encouraged
* Add additional information to flatpak installation instructions