最近の検索


最近の検索はありません

Rowan Walker's Avatar

Rowan Walker

参加日2021年5月28日

·

前回のアクティビティ2022年2月03日

フォロー中

0

フォロワー

0

合計アクティビティ

3

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Rowan Walker

Rowan Walkerさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

OK - I've just come up with a fix.

In your theme's JS file add the following code to allow you to use HTML in your section & category descriptions.

$('.description').html( $('.description').text() );

The class/container element will depend on your theme. You'll also need to make sure it's run after the required HTML is ready (call in your footer or within an window.onload function). It also assumes your theme is using jQuery (I think this might even be required by Zendesk - so you should be safe).

コメントを表示 · 投稿日時:2017年10月11日 · Rowan Walker

0

フォロワー

0

投票

0

コメント


Rowan Walkerさんがコメントを作成しました:

コミュニティのコメント Q&A - Help center and community

Wes - I think the jQuery is a work around - a hack. What Marci is trying to achieve would be pretty common (I'm trying to do the same); add some basic formatting to the section or category descriptions.

I've tried both HTML and Markdown, but when published, both formats aren't parsed and are just verbatim outputted.

コメントを表示 · 投稿日時:2017年10月11日 · Rowan Walker

0

フォロワー

0

投票

0

コメント