0

I use Ubuntu 16.04 and I installed kramdown. As I see here:

Retain HTML Entities When Parsing Markdown

it seems that I can test kramdown directly in the CLI. If I write kramdown it prompt me for a text imput, but how I can "tell" to the CLI "ok I finish please convert into html"?

Community
  • 1
  • 1
pinguinone
  • 433
  • 1
  • 6
  • 14

1 Answers1

1

You need to signal end-of-file. You normally do this with Ctrl-D at the start of a new line.

matt
  • 78,533
  • 8
  • 163
  • 197