italic function

String italic(
  1. String content
)

Wraps the content inside *.

Implementation

String italic(String content) => '*$content*';