2014-09-28 05:05:47 by OBATA Akio | Files touched by this commit (1) | |
Log message:
I don't remember why I imported and updated this package.
|
2014-08-26 13:51:58 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update py-markdown2 to 2.2.2.
## python-markdown2 2.2.2
- [pull #156] Footnotes XML compatibility.
- [pull #157] Horizontal rule minimum length.
- [pull #162] Fix escaping fenced code block with safe mode
- [pull #163] Fix code highlight with safe mode
|
2014-08-08 14:56:21 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update py-markdown2 to 2.2.1.
## python-markdown2 2.2.1
- [issue #142 pull #141] Fix parentheses and spaces in urls.
- [issue #88 issue #95 pull #145] Fix code blocks in code blocks with syntax \
highlighting.
- [issue #113 issue #127 via pull #144] Fix fenced-code-blocks html and code output.
- [pull #133] Unify the -/= and ## style headers and fix TOC order
- [pull #146] tag-friendly extra to require that atx headers have a space after #
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2014-01-22 14:18:19 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update py-markdown2 to 2.2.0.
## python-markdown2 2.2.0
- [issue #135] Fix fenced code blocks odd rendering.
- [pull #138] specify shell in Makefile
- [pull #130] break-on-newline extra
- [pull #140] Allow html-classes for img
- [pull #122] Allow parentheses in urls
|
2013-01-19 11:35:05 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update py-markdown2 to 2.1.0
## python-markdown2 2.1.0
- ["nofollow" extra, issue #74, pull #104] Add \
`rel="nofollow"` support
(mostly by https://github.com/cdman):
$ echo '[link](http://example)' | markdown2 -x nofollow
<p><a rel="nofollow" \
href="http://example">link</a></p>
Limitation: This *can* add a duplicate 'rel' attribute to raw HTML links
in the input.
|
2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-04 02:22:01 by Aleksey Cheusov | Files touched by this commit (34) |
Log message:
Bump revision for packages with changed CONFLICTS (PYTHON_SELF_CONFLICT)
|
2012-10-04 01:40:39 by Aleksey Cheusov | Files touched by this commit (35) |
Log message:
CONFLICTS between python modules
|
2012-08-15 11:27:34 by OBATA Akio | Files touched by this commit (4) |
Log message:
Import py-markdown2-2.0.1 as textproc/py-markdown2.
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML. Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes, and
links. -- http://daringfireball.net/projects/markdown/
This is a fast and complete Python implementation of the Markdown
spec.
|