Markdown support question
# feedback
m
and while there is a Preview tab right above this one, it's unclear what markup is tolerated; cleanly not markdown based on the previous message :-D
👍 1
k
Yes not all markdown yet we support single backtick
console.log("hello world")
and triple backtick
Copy code
console.log("hello world")
e
we do not support everything yet, but we're going to try to be as compatible as possible long term :) we're going to add links with titles for sure
t
console.log(
hello Copy code
hello worl
)
e
We've added some docs here https://www.linen.dev/s/linen/t/8338039/topic. I hope this helps!
m
The email that notified me of your message sent it without a link to your message; it's only because I remembered being one of the early messages in #feedback that I was able to track this down
Also, related to the topic of markup, the preview window only shows if one has a "meta character", and disappears if one deletes the character, causing the input box to jump around while typing. Furthermore, the word
your
in my previous post was written
_your_
in my textbox but for sure did not show up in italics
k
@mdaniel the email should have a link to thread, did your email not have it? Maybe we need to change the design a bit.
We've been debating whether we should show or hide the preview section. Maybe we can keep the preview up even if the person deletes the meta character so it doesn't flash in and out of existence.
e
cc @User for notifications
I'd vote for always showing the preview, but with a small badge
Preview
in the top right corner or a different background, to make it clear you're previewing your own post. I don't like the jumping too much as well.
m
the email should have a link to thread, did your email not have it?
I see what went on: in latest email (where you at-ed me), the whole message was a hyperlink to the thread, but in the first one this morning the inner hyperlink's
</a>
closed the outer hyperlink. IMHO, the correct fix is to change the
a thread you are participating has new messages:
to be
<a href=>a thread</a> you are participating IN has new messages:
Also, FWIW, your
text/plain
multipart email body still has
Jan 6, 2023, 10:17:02 AM <div class=3D"...
style markup, which is only "text/plain" for some value of plain :-D
u
hey md, thanks for your report, I did create this ticket to work on that https://github.com/Linen-dev/linen.dev/issues/818
104 Views