basement
community
search
wall of shame
joined sep 22, 2023
lives in a pineapple under the sea
joined sep 22, 2023
Is it possible to add the option to use a strikethrough to the site? (if its not already there though).
In markdown its like this:
Hello world
posted 3/20/2024, 10:02 am
joined dec 4, 2022
ohhhh this is the gunch!
joined dec 4, 2022
sure I don't see why not! looking at documentation for the markdown parser we're using, looks like adding support for this is relatively simple
posted 3/20/2024, 7:45 pm
joined sep 22, 2023
lives in a pineapple under the sea
joined sep 22, 2023
quoting orchids:
sure I don't see why not! looking at documentation for the markdown parser we're using, looks like adding support for this is relatively simple
Nice!
posted 3/21/2024, 12:06 pm
joined aug 16, 2023
non serviam
joined aug 16, 2023
quoting dean:
Nice!
~~deleted text~~
should translate to <del>deleted text</del>
, shouldn't it?
posted 3/21/2024, 3:39 pm
joined sep 22, 2023
lives in a pineapple under the sea
joined sep 22, 2023
quoting starbreaker:
~~deleted text~~
should translate to <del>deleted text</del>
, shouldn't it?
Yeah, that how it should parse to html from markdown.
posted 3/21/2024, 6:48 pm
joined dec 4, 2022
ohhhh this is the gunch!
joined dec 4, 2022
quoting dean:
Is it possible to add the option to use a strikethrough to the site? (if its not already there though).
In markdown its like this:
Hello world
done!
posted 3/23/2024, 9:53 pm
joined dec 4, 2022
ohhhh this is the gunch!
joined dec 4, 2022
it's worth mentioning i also considered adding table support while i'm at it, but it looks like i'm gonna need to spend a few hours tweaking markdown tables to be styled juuuuust right, so for now, they're still unsupported
posted 3/23/2024, 10:32 pm
joined sep 22, 2023
lives in a pineapple under the sea
joined sep 22, 2023
posted 4/5/2024, 11:48 am