Heim  >  Artikel  >  Backend-Entwicklung  >  javascript - api-blueprint 编写接口文档如何改变字体的颜色?

javascript - api-blueprint 编写接口文档如何改变字体的颜色?

WBOY
WBOYOriginal
2016-06-06 20:07:471119Durchsuche

我使用markdown编辑接口文档,然后同nodejs的api-blueprint插件渲染成html,如何自定义一些字体的颜色,比如要把一个词设置为红色?

回复内容:

我使用markdown编辑接口文档,然后同nodejs的api-blueprint插件渲染成html,如何自定义一些字体的颜色,比如要把一个词设置为红色?

在描述中使用HTML标签即可,但是在mson中能不能使用有待确定

我用<font></font> 标签试过了 不能

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Vorheriger Artikel:mysql空字符串Nächster Artikel:php 重复session_start怎么解决