Unable to post something on github, its ugly.

Klick the 'Preview' button and remove the Markdown around the text. Or like user "marcusbritanicus" suggested, use a service like pastebin.

Edit: To put your ini file in code tags, you would use triple backquotes (```) like this:
Code:
```bash
File contents
```
 
They all have similar issues, just like here on the forums. We like to use specific formatting, like [code] blocks. Same goes for GitHub, Gitlab, Phabricator, BitBucket, etc.
 
Sometimes, copy-pasting from a web page doesn't work quite as intended - the formatting of the text is copied together with the text. The way I deal with that - I start with Ctrl-C, but then, I right-click and do Paste As --> Plain Text (or Keep Text Only). Sometimes, even that looks ugly, with newlines and extra spaces, and the formatting just doesn't match - I learned to live with that. If I really need to grab a lot of info, I just take a screenie. 😏
 
Back
Top