mirror of
https://github.com/discourse/discourse.git
synced 2025-03-02 12:08:40 +08:00
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
![]() |
import htmlSafe from "discourse-common/helpers/html-safe";
|
||
|
|
||
|
<template>
|
||
|
<div class="desc">{{htmlSafe @description}}</div>
|
||
|
</template>
|