Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Chat Formatting Not Working

<a href="https://wiki.roll20.net/Text_Chat#Basic_Formatting" rel="nofollow">https://wiki.roll20.net/Text_Chat#Basic_Formatting</a> I cannot get code to appear in chat. What am I doing wrong? I want to make tables, code seems the way to do that, is there another method? Roll 1 [[d10]] [[d10]] Roll 2 [[d10]] [[d10]]
1496858677
Lithl
Pro
Sheet Author
API Scripter
If the first non-whitespace character on the line is `, it gets stripped. It's supposed to remove formatting from the whole line, but that seems to not be working. You could use ```code`` to compensate, but if the remove-formatting syntax is fixed in the future, your macro will break. Another alternative might be something like .``code`` Another option you could use is roll templates. Every campaign has access to the default rolltemplate: &{template:default} {{name=Example}} {{Roll 1=[[d10]] [[d10]]}} {{Roll 2=[[d10]] [[d10]]}} A character sheet can introduce other rolltemplates as well, which can be just about any HTML the sheet author pleases.
Thanks for the help, I realise you can't roll on with code and the default template doesn't allow tab alignment either. It'll have to do though as we are using the Dark Heresy sheet and I don't know if that has any templates.&nbsp;
1496946519
Lithl
Pro
Sheet Author
API Scripter
Which Dark Heresy sheet are you using? The Dark Heresy Advanced 2nd Edition sheet has &{template:darkheresy2} {{name=}} {{dhdescription=}} The Dark Heresy sheet has &{template:dh1ed} {{rollname=}} {{target=(optional)}} {{threshold=(optional)}} {{roll=}} {{psy=(optional)}} {{damage=(optional)}} {{special=(optional)}}