How to print markdown in the terminal

julia -e 'using Markdown; md"`Hello` *world*" |> display'

(print by definition only writes the plain text show output.)

1 Like