背景,目前使用的是默认模板,样式导入到OB 后,如下图
现在想实现给想法字段添加 html 样式,如背景底色,
请问如下这么修改 可行?
{% for item in highlights %}
<span style="background:rgba(3, 135, 102, 0.2)">
{{ item | style1({prefix:"> ", anno:"> 想法:", color:"█ "}) }}
</span>