Returns a code text
final str = Md.code('Hello world');
static String code (String value) => '```$value```';