I am denied when posting | XM Community
Solved

I am denied when posting

  • 9 November 2018
  • 2 replies
  • 1 view

Badge +2
when I try to post to the developer community I am denied access How can I get that fixed
icon

Best answer by TomG 9 November 2018, 17:15

View original

2 replies

Userlevel 7
Badge +27
If your are trying to post code, put inline code in ticks like \\`inline code\\` and then it will look like `inline code`. If you have a block of code, put it in fences (three ticks before and after) like:
\\`\\`\\`
block of code
\\`\\`\\`
It will look like
```
block of code
```
If you still get access denied, it may be your code. One thing I've noticed it doesn't like is single quotes inside double quotes. You can probably adjust your code to get around this, like using escaped double quotes instead of single quotes.
Badge +2
Thanks! I never even thought that the code snip-it was causing the error. My Bad!

Leave a Reply