Revert "Get HtmlReader to work again"

This reverts commit 39db9ddcfd.

Conflicts:

	tests/test_readers.py
This commit is contained in:
Alexis Métaireau 2012-10-29 00:36:42 +01:00
commit 84c708b74b
7 changed files with 15 additions and 72 deletions

View file

@ -172,17 +172,6 @@ Markdown posts should follow this pattern::
This is the content of my super blog post.
Your third option is to write raw html (by ending your file in ``.html``)::
<!-- title: My super title -->
<!-- date: 2010-12-03 10:20 -->
<!-- tags: thats, awesome -->
<!-- category: yeah -->
<p>
This is the content of my super blog post.
</p>
Note that, aside from the title, none of this metadata is mandatory: if the date
is not specified, Pelican will rely on the file's "mtime" timestamp, and the
category can be determined by the directory in which the file resides. For

View file

@ -60,9 +60,9 @@ Setting name (default value) What doe
here or a single string representing one locale.
When providing a list, all the locales will be tried
until one works.
`MARKUP` (``('rst', 'md', 'html')``) A list of available markup languages you want
`MARKUP` (``('rst', 'md')``) A list of available markup languages you want
to use. For the moment, the only available values
are `rst`, `md` and `html`.
are `rst` and `md`.
`MD_EXTENSIONS` (``['codehilite','extra']``) A list of the extensions that the Markdown processor
will use. Refer to the extensions chapter in the
Python-Markdown documentation for a complete list of