submitted 2 years ago* (last edited 2 years ago) by to c/photon@lemdro.id
 

This will be a test post for markdown, as I'm switching to a faster markdown renderer that will allow me to do some cool stuff, like allow expanding images and running my code in markdown.

It might release with v1.31.2.

all 15 comments

sorted by: hot top controversial new old
[–] [S] 3 points 2 years ago* (last edited 2 years ago) (1 child)

h1

h2

h3

bold italic

!photon@lemdro.id

@Xylight@lemm.ee

Xylight@lemm.ee

link


code

code block

wow subscript

wow ^superscript^

image

iframe

cursed link by people who dont know how lemmy works:

!casualconversation@lemm.ee

this is a block quote

testneaky

just some regular text

  • list item 1
  • list item 2
  1. ordered list
  2. it's pretty useless

this is a spoiler with more complex stuffwow this is so cool

it even has header support now

Item In Stock Price
Python Hat True 23.99
SQL Hat True 23.99
Codecademy Tee False 19.99
Codecademy Hoodie False 42.99

``` this is an escaped blockquote ```

  • source
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)

    There is something going on with mentions, but otherwise awesome work!

  • source
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (2 children)

    What one did you go with? I switched to magidoc/plugin-svelte-marked and have been pretty happy with it. The only thing I lost were sub- and superscript.

  • source
  • hideshow 4 child comments
  • [–] [S] 1 point 2 years ago (1 child)

    Nevermind, this renderer won't work because there's no way to disable the autolinking for some reason?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (1 child)

    Autolinking? You should be able to just do a custom renderer for links to do what you need. Unless I'm misunderstanding.

    I had to do custom renderers for Links, Code (to integrate highlight.js), spoilers (custom container), and images (to replicate functionality of markdown-it-html5-embed).

    https://github.com/asimons04/tesseract/tree/1.4.4/src/lib/components/markdown

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 2 points 2 years ago (2 children)

    For links like @Xylight@lemdro.id and !photon@lemdro.id it's automatically changing it to a mailto: link so I can't run linkify on it.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 2 years ago

    I have the /c /u, ! and @ formats working (via pre processing) but without those, yeah, they turn into mailto: links.

    Is still on my list of things to double back on.

  • source
  • parent
  • [–] 1 point 2 years ago (1 child)

    does this mean that the post text preview will have markdown?

  • source
  • hideshow 2 child comments