Omitting <p> tags from html output made by pandoc -


pandoc wraps html output in html paragraph element.

e.g. running echo hello | pandoc -t html gives <p>hello</p>.

is possible instruct pandoc not so?


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

Voice chat over bluetooth between Android & Python (pybluez) -

Integrate jquery-globalize into an ASP.NET Core MVC App -