https://zeta.one/viral-math/

I wrote a (very long) blog post about those viral math problems and am looking for feedback, especially from people who are not convinced that the problem is ambiguous.

  • onion@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 years ago

    Lemmy interprets some symbols as formatting commands, for example putting a # at the start of a line turns it into a header:

    ## header

    You can tell it to not do that by putting a backslash before the symbol:

    \# not a header

    The backslash is called the escape symbol.