parseHtmlCode static method

String parseHtmlCode(
  1. String text
)

Implementation

static String parseHtmlCode(String text) {
  return "<code>${text}</code>";
}