Replies: 1 comment 6 replies
-
Thanks for your suggestion! It should be possible 🙂 Recently marked.js was added for metrics insights to parse markdown so it could be handled quite easily I guess. As for text formatting, a few CSS rules from the activity plugin can be reused. Answers are not really "trimmed" actually, it's handled through CSS through with Code hightlighting may be possible too without being too tricky, since prismjs is already used on the website As for triple backticks, I'm not sure whether they should be inlined or not 🤔 |
Beta Was this translation helpful? Give feedback.
-
This library is awesome, and the only use I have for my SO account is to link it here at this point, but the content is not so legible as it frequently contains embedded code:
Not super trivial though: triple caret blocks need to be coerced to inline and trimmed if they run over the limit (as in the second code block in the screenshot), then parsed. I would say that second code block could still be included, just with the ellipsis:
interface myInterface { [key: strin...
.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions