Lossless WebP doc largely ported to markdown text.

Word-level formatting (italics, bold) remains to be done,
but awaits final author edits, to avoid rework.

modified:   doc/template.html
new file:   doc/webp-lossless-bitstream-spec.txt

Change-Id: Id684d2a10d02e197d660a960540fe83f87d317f2
This commit is contained in:
Lou Quillio
2012-05-25 17:11:02 -07:00
parent f180df2afd
commit 930e8abbda
2 changed files with 990 additions and 0 deletions

View File

@ -77,6 +77,13 @@
ul#markdown-toc + hr {
margin-bottom: 4em;
}
ol ol { /* Format nested ordered lists */
list-style-type: lower-alpha;
}
dt {
font-style: italic;
font-weight: bold;
}
.caption {
}
</style>