Any way to create posts using original (not scraped) HTML? Easier to put together and looks better. If not, I’d sure like to see that happen.

  • Antimoon51@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    9 months ago

    I’m a newbie, but aren‘t there quite a few HTML Tags you can use in Markdown? Why aren‘t they considered dangerous? Or is it just a few tags that would be dangerous, that aren‘t supported in markdown?

    • ShunkW@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      Markdown is interpreted and translated into HTML. There are tons of vulnerable tags. Even a simple img tag can be used for cross site scripting.