You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The blog of Dongyue is a static blog supporting Markdown currently. However, we want that the user experience can be as good as Github. Since we want refer to some one like @arrowrowe, we want to make a simple tool to render @arrowrowe to @arrowrowe, i.e. add a hyperlink to the github user profile automatically. See also dyweb/blog/PR/7.
Possible Solution
Personally, I think it is a good idea to parsing Markdown directly in deploying script, i.e. render @JasonQSY to [@JasonQSY](https://github.com/JasonQSY). It seems that ink does not support plugins.
Another solution. Just add a js file and render it by js.
Idea issuer: @JasonQSY
Problem
The blog of Dongyue is a static blog supporting Markdown currently. However, we want that the user experience can be as good as Github. Since we want refer to some one like @arrowrowe, we want to make a simple tool to render
@arrowrowe
to @arrowrowe, i.e. add a hyperlink to the github user profile automatically. See also dyweb/blog/PR/7.Possible Solution
Personally, I think it is a good idea to parsing Markdown directly in deploying script, i.e. render
@JasonQSY
to[@JasonQSY](https://github.com/JasonQSY)
. It seems thatink
does not support plugins.Another solution. Just add a js file and render it by js.
Related Skills
cc @at15 @arrowrowe @gaocegege @dyweb/mos
The text was updated successfully, but these errors were encountered: