Skip to main content
Module

x/deno_markdown/mod.ts>bold

Generate markdown files with ease 🦕
Latest
function bold
import { bold } from "https://deno.land/x/deno_markdown@v0.2/mod.ts";

Creates a string with bold

Parameters

text: string

The text you wish to be made bold

optional
style: string = [UNSUPPORTED]

The style you wish to use for bold defaults to **

Returns

string

A string value with bold markdown characters on both sides