我想更换生成的 html 内容,请问应该怎么做? #4882
Answered
by
libreliu
ifeisier
asked this question in
Question / Answer
-
修改 markdown 到 html 的 document。 |
Beta Was this translation helpful? Give feedback.
Answered by
libreliu
Aug 25, 2022
Replies: 2 comments
-
如果在用 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stevenjoezhang
-
谢谢
libreliu ***@***.***> 于2022年8月26日周五 00:34写道:
… 如果在用 hexo-renderer-marked,可以考虑写插件继承 marker.Renderer 类并且 override 其中的方法。
—
Reply to this email directly, view it on GitHub
<#4882 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVHCXIKEQPZNTZFODAEQHYDV26OB3ANCNFSM5M2PPXGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果在用
hexo-renderer-marked
,可以考虑写插件继承 marker.Renderer 类并且 override 其中的方法。