cusdis icon indicating copy to clipboard operation
cusdis copied to clipboard

Add markdown syntax explaination

Open djyde opened this issue 4 years ago • 3 comments

Cusdis comment is support a subset of Markdown syntax. Should write a document page about it, explain which syntax is support, which is not. And add this document link to the widget, below the reply textarea.

https://github.com/djyde/cusdis/blob/master/service/comment.service.ts#L8-L12

djyde avatar Apr 22 '21 09:04 djyde

Does it support all basic markdown-it features?

Can we have emoji support?

danisztls avatar Apr 24 '21 14:04 danisztls

That plugin uses the full set or a subset of GH emoji.

Syntax for future reference: https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md

danisztls avatar Apr 24 '21 14:04 danisztls

@lbcnz As the code here https://github.com/djyde/cusdis/blob/master/service/comment.service.ts#L13 I only disable image and link syntax for security.

I will look at the plugin. Thank you!

djyde avatar Apr 24 '21 14:04 djyde