• Resolved MarkOlbert

    (@markolbert)


    I created a simple quiz about the price of a gallon of gas back in 1973 (single correct answer) having choices like this:

    less than $0.25 per gallon

    $0.25 to $0.349 per gallon

    $0.35 to $0.449 per gallon

    The text is munged up when it displays:

    Don’t know if that will display properly (it doesn’t in the editor). Basically, spaces get eliminated and some text gets converted to italics, for example:

    0.25to0.349 per gallon

    The font for the 0.25 appears to be different from the rest of the text.

    Off the top of my head this looks like your parser is not properly handling/escaping $ in text fields, and is instead trying to treat them as the prefix to a custom variable name. Which of course doesn’t work for what I wrote.

    So how do I include $ in my text?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @markolbert

    Regarding this please try using a backslash before the dollar sign and then check. For ex. “\$0.35 to \$0.449 per gallon”.

    Do let me know if you need more help.

    Regards,
    Sumit

    Thread Starter MarkOlbert

    (@markolbert)

    That worked, thanx.

    You might want to update your documentation, as I don’t recall seeing that tidbit and dollar signs are not all that uncommon in text.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weird Font Formatting’ is closed to new replies.