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() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -