XenForo Double curly braces not supported inside [code] tags

R

Roiarthur

Guest
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",",",".","-"})}})

Continue reading...