mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user