Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パーシャル テンプレートをエスケープされた HTML として含めたい (内で使用するため<pre><code>...<code><pre>)。
<pre><code>...<code><pre>
私はいくつか{{md}}の{{embed}}ヘルパーを試していますが、成功していません。
{{md}}
{{embed}}
質問を正しく読んだと思いますが、3 つの中括弧を使用してみましたか。
{{{text}}}
HTML をエスケープするには、
{{> partial }}
パーシャルをページに含めます。