mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
03bec9e0c0
Change-Id: Iebecff7eb0a64080eab456f903afacca178d9d59 |
||
---|---|---|
.. | ||
MuxContainerSpec.pdf | ||
README | ||
template.html | ||
webp-container-spec.txt |
Generate HTML Container Spec Doc from Text Source ================================================= HTML generation requires kramdown [1], easily installed as a rubygem [2]. Rubygems installation should satisfy dependencies automatically. [1]: http://kramdown.rubyforge.org/ [2]: http://rubygems.org/ HTML generation can then be done from the project root, like so: $ kramdown doc/webp-container-spec.txt --template doc/template.html > doc/output/webp-container-spec.html