Figma.logo
Created using Figma
Monospace
Instructions
Just add component and type the content you want between the opening and closing tags. Formatting is maintained. E.g.:
<x-bl.monospace> def say_something(words): print words </x-bl.monospace>
def say_something(words): print words public function saySomething(string $words): string { return $words; } const Obj = { name: 'Thing' };