mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
add documentation for html reader
This commit is contained in:
parent
c87cf2d2cf
commit
a86d5fda71
2 changed files with 31 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ The logic is separated into different classes and concepts:
|
|||
on. Since those operations are commonly used, the object is created once and
|
||||
then passed to the generators.
|
||||
|
||||
* **Readers** are used to read from various formats (Markdown and
|
||||
* **Readers** are used to read from various formats (HTML, Markdown and
|
||||
reStructuredText for now, but the system is extensible). Given a file, they return
|
||||
metadata (author, tags, category, etc.) and content (HTML-formatted).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue