XF 2.3 Double curly braces not supported inside [code] tags

Roiarthur

Active member
Hi everyone,

I just wanted to point out that it seems the BBCode code tag in XenForo doesn't properly handle expressions that include double curly braces, like in Power Query (M language) formulas.

For example, this line:

Code:
= Table.TransformColumns(#"Étape précédente", {{"Montant", each Text.Select(Text.From(_), {"0".."9",",",".","-"})}})
 
Last edited:
No it is not working on my board in XenForo default style or the child

Code:
= Table.TransformColumns(#"Étape précédente", {{"Montant", each Text.Select(Text.From(_), {"0".."9",",",".","-"} )}})
 
Oops! We ran into some problems.
Oops! We ran into some problems. Please try again later. More error details may be in the browser console.

Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content. preamble.min.js:4:395
Error: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
</body></html>

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
</body></html>


Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content. preamble.min.js:4:395

Error: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>403 Forbidden</title></head><body><h1>Forbidden</h1><p>You don't have permission to access this resource.</p></body></html>
 
Last edited:
Back
Top Bottom