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?
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
Post a Comment