Implement bold.

This commit is contained in:
Tom Alexander 2023-12-29 18:56:29 -05:00
parent 3fd3d20722
commit 28a3e1bc7b
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ to_wasm!(
original,
wasm_context,
{ WasmAstNode::Bold(original) },
{ "TODO".into() },
{ "bold".into() },
{
let children = original
.children