diff options
author | Yuri Takhteyev <yuri@freewisdom.org> | 2007-03-19 02:37:37 +0000 |
---|---|---|
committer | Yuri Takhteyev <yuri@freewisdom.org> | 2007-03-19 02:37:37 +0000 |
commit | f74f4e1be915d6019c2c4acbd70cc7bfb49f7c85 (patch) | |
tree | 8553a53923f7fef9544c0375c88864174f626eba /tests/markdown-test/inline-html-advanced.txt | |
parent | 56cf5f0beaa82d78d6a9b13af545dd099e095ccf (diff) | |
download | markdown-f74f4e1be915d6019c2c4acbd70cc7bfb49f7c85.tar.gz markdown-f74f4e1be915d6019c2c4acbd70cc7bfb49f7c85.tar.bz2 markdown-f74f4e1be915d6019c2c4acbd70cc7bfb49f7c85.zip |
Changed the default conversion method to pass the text to the convert()
method (was "toString()") rather than to the constructor. The idea is
to get rid of the parameter in the constructor later, so that the
standard pattern would be:
markdown.Markdown().convert(text)
rather than
str(markdown.Markdown(text))
Diffstat (limited to 'tests/markdown-test/inline-html-advanced.txt')
0 files changed, 0 insertions, 0 deletions