감시 단어 대체 시 마크다운 허용

Scenario:
I want to have a watched word, say GET (no quotes) and I want to replace it with ## GET to make it an H2 header. I create that watched word and its replacement, but when I compose a message with GET, and hit save, my post returns this:

It seems that it should be rendering this as markdown.

1개의 좋아요

I can repro. Markdown and HTML as well aren’t parsed in replacement strings.

1개의 좋아요

이제 HTML을 사용하여 이를 달성할 수 있을 것 같습니다:

(Replace text with more than just links? - #23 by zogstrip)

이제 Replace and Link에서 각 Watched Word에 대해 ‘Outputs HTML in the replacement’를 옵션으로 선택할 수 있습니다.

Markdown은 여전히 지원되지 않지만, 이것도 Contribute > Feature 요청에 해당한다고 생각하므로 이 문제를 넘기겠습니다. :+1:

2개의 좋아요