I have a package of HTML files. Each of them has its own title and description in standard HTML meta tags. I would like to convert them all to Markdown, but I would like to save this metadata as a YAML metadata header at the top of the resulting markup files. Is it possible to do this with Pandoc?
Yes, pandoc will do this, but only if you are using version 1.12.3 or later.
pandoc -f html -t markdown -s input.html -o output.md
Source: https://habr.com/ru/post/1535054/More articles:Railways on Google Maps - google-maps-api-3Kendo user interface, how to manually call validate () in a kendo grid cell - javascriptGroovy XmlSlurper Content Prohibited In Prolog - xmlКак импортировать данные из пакета PL/SQL в SPSS? - oracleCan I set screen capture sizes in QuickTime Player 10 - screenshotDoctest and Decorators in Python - pythonОбнаружить, если объект переопределил toString() - javaMap with clojure re-argument - clojureonblur vs onclick timing - javascriptSearch for sleep mode FullTextEntityManager "Session closed" - javaAll Articles