Wiki投稿をHTMLに変換

We are looking to use some categories of our forum to crowdsource knowledge from comments that will be incorporated into wiki posts via moderators. This content will then be published read-only on another site in HTML.

I realize there are probably a lot of markdown parsers (although the post syntax is not strictly MD) in Python (our platform) that can output HTML, but I wondered if anyone had done something like this with Discourse and had any particular recommendations about a specific parser or some other aspect of this task.

Thanks!

「いいね!」 2

Just pull the cooked post? Discourse converts it to html. Just add .json to the end of the post url and look.

「いいね!」 6

@falco は最近、/raw/ パスを トピック全体 および投稿に対して機能するようにしました。したがって、以下を試してください。

https://meta.discourse.org/raw/202680/2
https://meta.discourse.org/raw/202680

「いいね!」 3

素晴らしい、それは本当に役に立ちます。@falco さん、ありがとうございます!

「いいね!」 1