parseMarkdownCode static method

String parseMarkdownCode(
  1. String text
)

Implementation

static String parseMarkdownCode(String text) {
  return "```${text}```";
}