2 votes

Topic deleted by author

3 comments

  1. [3]
    cfabbro
    (edited )
    Link
    Are you wondering why the shrug emoji still works on Tildes despite not having proper escapes in your markdown? Or perhaps you're wondering why even without you inputting escapes it acts as though...

    Are you wondering why the shrug emoji still works on Tildes despite not having proper escapes in your markdown? Or perhaps you're wondering why even without you inputting escapes it acts as though you did in the code blocks? If so, see:

    https://gitlab.com/tildes/tildes/-/blob/master/tildes/tildes/lib/markdown.py#L164-165

    3 votes
    1. [2]
      hulp
      Link Parent
      This feature does not seem to be mentioned in the Formatting help. I would also mention using the backslash to escape special characters. ¯\_(ツ)_/¯

      This feature does not seem to be mentioned in the Formatting help.

      I would also mention using the backslash to escape special characters.

      ¯\_(ツ)_/¯

      1 vote
      1. cfabbro
        (edited )
        Link Parent
        The Tildes formatting help doc isn't really meant to be a complete spec sheet AFAIK; It's just a quick guide to help those unfamiliar with markdown learn the very basics, and cover all the...

        The Tildes formatting help doc isn't really meant to be a complete spec sheet AFAIK; It's just a quick guide to help those unfamiliar with markdown learn the very basics, and cover all the features unique to Tildes. I doubt the majority of users will ever need to know about backslash escaping, but for those who do, it's covered in detail in the GFM specs:

        https://github.github.com/gfm/#backslash-escapes

        And as for the shrug emoji code specifically, I don't think that is nearly important enough to be worth specifically mentioning in the Tildes docs, since it's just a quick and dirty fix to a common problem experienced on reddit.

        But with that said, I am not the final arbiter here, the Tildes docs are open to contributions, and anyone with wiki editing permission can submit changes to them via the individual ~tildes.official wiki pages, which @Deimos can then decide whether to accept or not. So if you feel particularly passionate about writing documentation and including those in the Tildes docs, feel free to PM him to ask for permission to do so. :)

        2 votes