Commit Graph

16 Commits

Author SHA1 Message Date
Joachim Neu
c81e7a999f Compatibility with Markdown's meta extension 2015-09-26 01:49:24 +02:00
teoric
8073847dc2 Merge pull request #4 from ashander/patch-1
Use BaseLoader to avoid type mapping
2015-05-08 15:14:06 +02:00
ashander
305ba3eca9 Use BaseLoader to avoid type mapping
In PyYAML tag types are mapped to python types (http://pyyaml.org/wiki/PyYAMLDocumentation#YAMLtagsandPythontypes)

In contrast, in Markdown Meta-Data extension, values are strings (https://pythonhosted.org/Markdown/extensions/meta_data.html).

The BaseLoader class only construct basic Python objects: lists, dictionaries and Unicode strings so will likely perform more as expected.
2015-04-24 16:19:12 -07:00
teoric
dd7f3b648d Merge pull request #3 from pR0Ps/master
Miscellaneous fixes
2015-01-16 18:42:28 +01:00
pR0Ps
27433419bd Formatting cleanup 2014-12-26 13:58:45 -05:00
pR0Ps
7a7e135f2b Slight optimization 2014-12-26 13:57:53 -05:00
pR0Ps
e7db190fca No need to use regexp to compare equality 2014-12-26 13:49:51 -05:00
pR0Ps
201a20e1c3 Add gitignore 2014-12-24 23:57:23 -05:00
pR0Ps
667260e324 Force unicode for all strings 2014-12-24 23:37:35 -05:00
teoric
0f9f83f005 Merge pull request #2 from kernc/init
Add __init__.py so extension is usable as a module
2014-12-02 19:40:23 +01:00
kernc
a66a2da68c Add __init__.py so extension is usable as module 2014-11-30 21:57:52 +01:00
teoric
2f81f5ebdb Merge pull request #1 from kernc/fixes
Play along nicely with Markdown's Meta extension
2014-11-25 09:19:25 +01:00
Kernc
2aabeb4aae Play along nicely with Markdown's Meta extension 2014-11-25 01:28:49 +01:00
Bernhard Fisseni
b9a79ab484 Move copyright up 2014-07-20 11:29:11 +02:00
Bernhard Fisseni
91ee1edf9e Fix package name in README and doc string example 2014-07-20 11:27:20 +02:00
Bernhard Fisseni
1ee78f5f62 Initial checkin 2014-07-20 11:15:27 +02:00