Skip to content

Fix math formula display (if possible) #9

@user202729

Description

@user202729

See the "test broken math formula" section in https://cryptohack.org/challenges/2d_dlog/solutions/#user202729

For now, some workarounds to write math formulas properly are

  • use \lt instead of <

  • for display math,

    • always put it in a separate paragraph
    • don't leave any extra space before/after $$
    • always put \\ at the end of the line

    example:

     text.
    
     $$abc \begin{pmatrix} a \\
     b \end{pmatrix} def$$
    
     More text...
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions