UNPKG

markdown-to-html-cli

Version:
13 lines (11 loc) 212 B
import { Element } from 'hast'; export function octiconLink(): Element { return { type: 'element', tagName: 'span', properties: { class: 'octicon octicon-link', }, children: [] } }