Some countries use apostrophes "'" as million marks, and commas "," for thousand marks as in 1'234,567. Is there a way to custom format numbers to do so?
I have only found answers that round numbers and add some letters as in 1.3B, or deal with this issue in javascript, which I don't speak.
Format and prettyNum documentation seem to have only a big.mark argument with no option to set different ones within the same number.