{ "info": { "author": "Chris Dent", "author_email": "cdent@peermore.com", "bugtrack_url": null, "classifiers": [], "description": "# Intro\n\nA [TiddlyWeb](http://tiddlyweb.com/) plugin to render markdown\nsyntax wikitext to HTML using the\n[Python Markdown](https://github.com/waylan/Python-Markdown) library.\n\nThe source repository is available\n[on GitHub](https://github.com/tiddlyweb/tiddlywebplugins.markdown).\n\n# Features\n\nIf `markdown.wiki_link_base` is set in\n[instance](http://tiddlyweb.tiddlyspace.com/instance) config, then\nTiddlyWeb oriented features are turned on (see below),\notherwise the text is treated as straight Markdown.\n\nBy default HTML in user input is escaped. If different behavior\nis desired set `markdown.safe_mode` in config to one of the values\ndescribed in the [Python-Markdown\ndocumentation](http://pythonhosted.org/Markdown/reference.html#safe_mode):\n\"replace\", \"escape\", \"remove\" of `False`.\n\nAdditional Markdown extensions can be activated via the `markdown.extensions`\nconfiguration settings, which is a tuple of two items: A list of extension names\nand a dictionary with configuration settings.\n\nBy default some extensions are included:\n\n* `fenced_code`: http://pythonhosted.org/Markdown/extensions/fenced_code_blocks.html\n* `def_list`: http://pythonhosted.org/Markdown/extensions/definition_lists.html\n* `foootnotes`: http://pythonhosted.org/Markdown/extensions/footnotes.html\n* `headerid`: http://pythonhosted.org/Markdown/extensions/header_id.html\n\nThe TiddlyWeb features add the following:\n\n* `wikilinks`: CamelCase\n* `freelinks`: [[some page]]\n* `labeled freelinks`: [[label|some page]]\n* `transclusion`: see below\n\nWikilinks and freelinks will be prefixed by `wiki_link_base`.\nSet it to '' (emptry string) to activate the features without any prefix.\n\nTransclusion uses the following syntax:\n\n```\n{{tiddler title}}\n```\n\nThat will include tiddler with the given title from the\ncurrent context (recipe or bag) of the transcluding tiddler.\n\nLinks and transclusion can be augmented with `@target` syntax:\n\n* `@target`\n* `CamelCase@target`\n* `[[some page]]@target`\n* `[[label|some page]]@target`\n* `{{tiddler title}}@target`\n\n`target` is resolved via three different configuration settings:\n\n* `markdown.interlinker` names a function which returns a link\n to whatever might be considered a target of some kind. It's\n arguments are a WSGI environ and a string representing the\n target. It returns a URI for the target, without the title\n of the tiddler.\n\n* `markdown.target_resolver` names a function which determines\n the tiddler object that is to be transcluded. It's arguments\n are a WSGI environ, a string representing the context from\n which a tiddler is being transcluded and a tiddler object.\n That tiddler object is modified in place to add the bag in\n which it can be found.\n\n* `markdown.transclude_url` names a function which returns a\n link to a tiddler in a target context. It's arguments are a\n WSGI environ and a tiddler. It returns a URI for the tiddler\n that has been transcluded. This is useful for augmenting the\n output to include a link to the transcluded tiddler.\n\nIf the desired target contains spaces, wrap the target in [[ ]], for\nexample:\n\n [[my page]]@[[my bag]]\n\nTo use this renderer on Tiddlers which have a type of\n`text/x-markdown` adjust\n[tiddlywebconfig.py](http://tiddlyweb.tiddlyspace.com/tiddlywebconfig.py)\nto include:\n\n```\n'wikitext.type_render_map' :{\n 'text/x-markdown': 'tiddlywebplugins.markdown'\n}\n```\n\nIf you want all tiddlers with no type to be rendered as markdown,\nthen set\n\n```\n'wikitext.default_renderer': 'tiddlywebplugins.markdown'\n```\n\n# Installation\n\nAvailable from [PyPi](https://pypi.python.org/pypi/tiddlywebplugins.markdown),\ninstall with [pip](https://pypi.python.org/pypi/pip):\n\n```\npip install -U tiddlywebplugins.markdown\n```\n\n# Other\n\nCopyright 2009-2014 Chris Dent \n\nLicensed under the same BSD license as TiddlyWeb\nhttp://tiddlyweb.com/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/tiddlywebplugins.markdown", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tiddlywebplugins.markdown", "package_url": "https://pypi.org/project/tiddlywebplugins.markdown/", "platform": "Posix; MacOS X; Windows", "project_url": "https://pypi.org/project/tiddlywebplugins.markdown/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/tiddlywebplugins.markdown" }, "release_url": "https://pypi.org/project/tiddlywebplugins.markdown/1.3.0/", "requires_dist": null, "requires_python": null, "summary": "Markdown rendering for TiddlyWeb", "version": "1.3.0" }, "last_serial": 1404224, "releases": { "0.2": [], "0.3": [ { "comment_text": "", "digests": { "md5": "037a406182c9d8daf8920711997912d0", "sha256": "aa6671108f0f1ed88012d8bd6bda50d9ff48cd7890c97e14bd641c5c315067d4" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.3.tar.gz", "has_sig": false, "md5_digest": "037a406182c9d8daf8920711997912d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2266, "upload_time": "2009-12-03T17:28:55", "url": "https://files.pythonhosted.org/packages/ec/81/235764f6370284d36587b70168998e1b95da040da9860bfd611f7861efee/tiddlywebplugins.markdown-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "fff12627a0935b65e582d948a19f02ea", "sha256": "62f7eeddf2c11b4d3096f3cca9636e0ddb1eb619751cedd8d1fec19da83b4a90" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.4.tar.gz", "has_sig": false, "md5_digest": "fff12627a0935b65e582d948a19f02ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2319, "upload_time": "2009-12-03T17:57:45", "url": "https://files.pythonhosted.org/packages/6c/d6/6830126cf275635557f008e0b1903708114df70aa2b751dcdb5a91099310/tiddlywebplugins.markdown-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "ae24cf3775665ab2b0f8614911573354", "sha256": "5aec432d8d7e8198b2ccbdf0575eb43d90ae2ebd6debdfd9e96298b2e26d0ee3" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.5.tar.gz", "has_sig": false, "md5_digest": "ae24cf3775665ab2b0f8614911573354", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3038, "upload_time": "2009-12-04T17:50:45", "url": "https://files.pythonhosted.org/packages/e1/47/1ea89898e99110bf7c87e3505af2e5e2dbd1ffa5d8cd45085402bd01a6ef/tiddlywebplugins.markdown-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "040f5ece9b2b08ebceea5b80ca353a62", "sha256": "5cd17da596303b6281940de62d9c74fc31489e748d7166a619d3de5e441d658e" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.6.tar.gz", "has_sig": false, "md5_digest": "040f5ece9b2b08ebceea5b80ca353a62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3041, "upload_time": "2009-12-10T14:40:13", "url": "https://files.pythonhosted.org/packages/23/0a/a3101bf7773003fed8ae2d8036b74b389078e12281d2b44c3c9665f679ef/tiddlywebplugins.markdown-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "5efda187df70294c3033a4d261cffa6d", "sha256": "77d059844dbfd5a05abd8184676ef9c8dbf4a0266a40ffebb1b391bca48396fb" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.7.tar.gz", "has_sig": false, "md5_digest": "5efda187df70294c3033a4d261cffa6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4384, "upload_time": "2011-03-21T11:28:49", "url": "https://files.pythonhosted.org/packages/d2/9d/0223778722bb6948f8174cd17db178187977f288ab6612dc1a630ecf8945/tiddlywebplugins.markdown-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "8407c3c4167cb42f04556fa03c4fc51e", "sha256": "e968037f8e556238bb955c4a6e53f1abb7a3bf544fbfadf7bc9ba7ae670f15ab" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.8.tar.gz", "has_sig": false, "md5_digest": "8407c3c4167cb42f04556fa03c4fc51e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4470, "upload_time": "2011-04-27T15:43:41", "url": "https://files.pythonhosted.org/packages/00/47/b8cfee17bd691d2845136f69f2e3dac56ad7357d3343d5b1d7e565195e6f/tiddlywebplugins.markdown-0.8.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "4dce5de70202dcbf7bf1070c6f30f2f3", "sha256": "e341b0b5419bb8c6bfcae71c99d160703dbe1e55043125e3a5786106a58b2daf" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.9.tar.gz", "has_sig": false, "md5_digest": "4dce5de70202dcbf7bf1070c6f30f2f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5189, "upload_time": "2012-05-24T15:42:00", "url": "https://files.pythonhosted.org/packages/c3/3a/d17756d3b514989ffb5f5718914915696fa89e44e159b20dcd1f1166bd89/tiddlywebplugins.markdown-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "78500bc61c187d5e939ce932a7799cb4", "sha256": "c66197ba39af5fe49f6f0a2f81042ba0fa9a01c633689b84cacb7ee424306de3" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.9.1.tar.gz", "has_sig": false, "md5_digest": "78500bc61c187d5e939ce932a7799cb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5361, "upload_time": "2012-05-24T16:06:10", "url": "https://files.pythonhosted.org/packages/03/01/c1eb978c884ab90ec3f7c24ed119ba95f01c09990beded156b14caedd936/tiddlywebplugins.markdown-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "7fcaa88033eea7fea36be47fb84ae469", "sha256": "f82ccbc841ee52f05bb24546aeab4d2f185863a183175a4fc5a9b915b8bb07e6" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.9.2.tar.gz", "has_sig": false, "md5_digest": "7fcaa88033eea7fea36be47fb84ae469", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10685, "upload_time": "2012-09-30T09:25:25", "url": "https://files.pythonhosted.org/packages/35/16/ff71aab0da57db5b85d749fc968c851509626470241cf725fcdfd0f902c3/tiddlywebplugins.markdown-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "1aa9046addf420dbe78b4f9cb37789ce", "sha256": "386b1192516ff7bc6572334f10a95cae742ef8a0ebbe9e69e2724f1e0639ab5a" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.9.3.tar.gz", "has_sig": false, "md5_digest": "1aa9046addf420dbe78b4f9cb37789ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11419, "upload_time": "2012-09-30T17:13:25", "url": "https://files.pythonhosted.org/packages/b7/f7/e73ca60e96a20815aa52bfc013fec4df9bf50c2207cafe251aed229c30c6/tiddlywebplugins.markdown-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "476596b08f52a9be25081901d6ac9c6e", "sha256": "2d0c888959b3385d6a2e222ea0b9440980d83850b6cfafe766c40053df633c7c" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.9.4.tar.gz", "has_sig": false, "md5_digest": "476596b08f52a9be25081901d6ac9c6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10810, "upload_time": "2012-09-30T19:59:45", "url": "https://files.pythonhosted.org/packages/3a/fd/54be4a333c21555a3823b0c8255e91821507f2efc65ca4bdff50b6b7cdf9/tiddlywebplugins.markdown-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "29c6a4d22da29918c43fab75aee0a3ae", "sha256": "6bc0576fdacebb7d97f48d9cc094e47e46c6374d83602a743934a0fe3871e549" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.9.5.tar.gz", "has_sig": false, "md5_digest": "29c6a4d22da29918c43fab75aee0a3ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11325, "upload_time": "2012-10-08T13:12:54", "url": "https://files.pythonhosted.org/packages/15/0b/5c73a6ddbe5053e45f9bb8c96c768ff918e3430db7e625f74145f5650b64/tiddlywebplugins.markdown-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "d58d94caf2dd2a68d473401fe9bb3ea6", "sha256": "be73b26184140bf40e380363acac87e3429d8b78d93dc948226ffd55a2ecfc5b" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.9.6.tar.gz", "has_sig": false, "md5_digest": "d58d94caf2dd2a68d473401fe9bb3ea6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11502, "upload_time": "2012-10-14T15:13:27", "url": "https://files.pythonhosted.org/packages/f0/fb/a24fc2d10b292ebc693934daebf5a7fb2e37b984f09b20e16a933b47692b/tiddlywebplugins.markdown-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "a8e6aa12cc760087d307bb0fcf25d260", "sha256": "66ad90c7d23da4e259b8b0488013624e4c7554b2b9baeb3eb3e0fca883945b6a" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-0.9.7.tar.gz", "has_sig": false, "md5_digest": "a8e6aa12cc760087d307bb0fcf25d260", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11684, "upload_time": "2012-11-29T19:18:27", "url": "https://files.pythonhosted.org/packages/73/a8/042c4aa9af5b486d3962ade99f1bbc379f0e4c3aa29fa2b32bbb52ad68a6/tiddlywebplugins.markdown-0.9.7.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "b7650609a80e712c8aec61b0ebc9182e", "sha256": "c3dff98809986150ecc096fd365f6da2624d59b4ffff0794f3ff26f57388a4bd" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b7650609a80e712c8aec61b0ebc9182e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16550, "upload_time": "2013-02-24T18:12:39", "url": "https://files.pythonhosted.org/packages/e5/f0/3a02090c9f92700d39af5cea9a4db7a4a467279f00c7480459fb724ddc6c/tiddlywebplugins.markdown-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "84c25167e9584866e1a1fd7a3ca51984", "sha256": "20d21680c7c5dbfd47f463e5aef13c7d08149f532d33aaefb6508458bcd61a33" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.0.1.tar.gz", "has_sig": false, "md5_digest": "84c25167e9584866e1a1fd7a3ca51984", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16997, "upload_time": "2013-02-27T20:02:06", "url": "https://files.pythonhosted.org/packages/40/f6/ed9ad42c803169ee706803564eab27a3335da93482ade8ad1cf6bd3eda98/tiddlywebplugins.markdown-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "84337a14c602d9c5c3bd7f20f3cdcbef", "sha256": "1fcba1f22aaa87029a4e67511f5dd8155c71f43dbe500f944096359e37328068" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.0.2.tar.gz", "has_sig": false, "md5_digest": "84337a14c602d9c5c3bd7f20f3cdcbef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17267, "upload_time": "2013-03-11T19:02:23", "url": "https://files.pythonhosted.org/packages/83/10/903a825751faf338e50f591eca84b1832bc9e7497c4cc7a4079d5c77e616/tiddlywebplugins.markdown-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "e175234fdd55d8c0c23c914d3d80118d", "sha256": "bd032c5152b882619d913773539e3f719d70e365889a2a434b5b7daae1f660c8" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.0.3.tar.gz", "has_sig": false, "md5_digest": "e175234fdd55d8c0c23c914d3d80118d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18759, "upload_time": "2013-03-16T22:55:53", "url": "https://files.pythonhosted.org/packages/b1/fa/be08130b8eac8460c4ae14efcbbe2b002c3591803ecb5e76f8e34744787d/tiddlywebplugins.markdown-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "67431d65c7626cc53c3b38f199cb60fd", "sha256": "7b593263ce51700fe0a5fd6dae8d54c05c1f8eaae26f36b863d10d8a447cf8d7" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.0.4.tar.gz", "has_sig": false, "md5_digest": "67431d65c7626cc53c3b38f199cb60fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19007, "upload_time": "2013-05-09T11:19:28", "url": "https://files.pythonhosted.org/packages/41/32/81be768937e3cdd911d79ecb5778e20d7ea322d15b9cfa2d9b9455576be2/tiddlywebplugins.markdown-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "ff7f4e74c5b7a4117c0c0b3cae952796", "sha256": "80fb2b02ad8cc45532c38a3d979947b25ff4cc3d911d69c68f5dc25e25b7d75c" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.0.5.tar.gz", "has_sig": false, "md5_digest": "ff7f4e74c5b7a4117c0c0b3cae952796", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19097, "upload_time": "2013-05-17T14:17:52", "url": "https://files.pythonhosted.org/packages/38/bd/bb713bbbe8e526b5128bf77afef884a74c103124e9ffce554770677db65d/tiddlywebplugins.markdown-1.0.5.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "f6467d7ace1e2c09a67faed87b9eef21", "sha256": "dfe089b875df7633634ff0b88faf2ce7048ca20d3246f728dae857a76eef60ba" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.1.0.tar.gz", "has_sig": false, "md5_digest": "f6467d7ace1e2c09a67faed87b9eef21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19244, "upload_time": "2013-09-03T10:09:04", "url": "https://files.pythonhosted.org/packages/23/98/9cb45189efd2e4964c12db839b4a1330b713a4dcc7e98f3a1bbbebe355ee/tiddlywebplugins.markdown-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "d464002b960023c64cff18a0d2fc8004", "sha256": "ac19a26d96fd661eeab6a46e515a3b590e7de5fea3afe22468c9f39833d04dff" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.2.0.tar.gz", "has_sig": false, "md5_digest": "d464002b960023c64cff18a0d2fc8004", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23301, "upload_time": "2014-01-17T23:22:33", "url": "https://files.pythonhosted.org/packages/3a/24/731cd6159cdbd75987735e7c1b2f89448603a730d6d3fccbc6e8170500ce/tiddlywebplugins.markdown-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "c52bb27402382e7eacee0a7c647ee7ff", "sha256": "fe245b990e137893fd956cfc16c6a41e1cee44aa56a960ee3cf2322a96074839" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.2.1.tar.gz", "has_sig": false, "md5_digest": "c52bb27402382e7eacee0a7c647ee7ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23348, "upload_time": "2014-01-18T01:03:59", "url": "https://files.pythonhosted.org/packages/69/4b/4eea1b30d7929497390e53a5b25a0859bd45bddb18ed064c6907da07fc95/tiddlywebplugins.markdown-1.2.1.tar.gz" } ], "1.2.10": [ { "comment_text": "", "digests": { "md5": "a8e5b8de6e4ace1e1c24f744c6faf20c", "sha256": "be27509e33607941e042dd1ac672fd83c89f50e229f87aafa1281701f9522926" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.2.10.tar.gz", "has_sig": false, "md5_digest": "a8e5b8de6e4ace1e1c24f744c6faf20c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26725, "upload_time": "2014-04-22T12:24:07", "url": "https://files.pythonhosted.org/packages/83/02/156d0dcc6dc5df6113359d8a864bc1b55b2209e5710dfc3796af047ef272/tiddlywebplugins.markdown-1.2.10.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "f535fd3aec1acdf3ee79dfaecdea72c1", "sha256": "4c9fbb0d26b176ffaf5fb12f057d49766504690f3b164b8e54d37119d2e68f67" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.2.2.tar.gz", "has_sig": false, "md5_digest": "f535fd3aec1acdf3ee79dfaecdea72c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23425, "upload_time": "2014-02-04T18:36:05", "url": "https://files.pythonhosted.org/packages/41/84/5d3df391d62808ac12a7e2c71d1d3698c6bcb8c04e2fd39e79d09876cd4f/tiddlywebplugins.markdown-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "9794beb52f864fbba41d0664be3d85a9", "sha256": "84762d04108530b9500d3c23de39f94f9c794ca18d68cbafe529e1690f264e5a" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.2.3.tar.gz", "has_sig": false, "md5_digest": "9794beb52f864fbba41d0664be3d85a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23475, "upload_time": "2014-02-16T20:31:50", "url": "https://files.pythonhosted.org/packages/2b/66/345cb4ab58243d25f99175bc0ea901599ae648c5d1e30971aa751794032b/tiddlywebplugins.markdown-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "df47bcd42bb7140b1865fec3f636c601", "sha256": "a73f733b293c835a8a0726ed231255927a36dfc7e3c9f5103f557f1dc26e0fb4" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.2.4.tar.gz", "has_sig": false, "md5_digest": "df47bcd42bb7140b1865fec3f636c601", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24174, "upload_time": "2014-02-23T16:57:11", "url": "https://files.pythonhosted.org/packages/53/47/bdaecfac54146e3db915c3556d4816c5b1434a734ec9d2310b8014fc1185/tiddlywebplugins.markdown-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "a3f140241ab3a8ce379a21bb5e20e43e", "sha256": "27100cd0821a9fc5917fdd9290d93fb11b1dd550260b6a8255839be2b8dfaef4" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.2.5.tar.gz", "has_sig": false, "md5_digest": "a3f140241ab3a8ce379a21bb5e20e43e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26477, "upload_time": "2014-03-17T14:12:15", "url": "https://files.pythonhosted.org/packages/54/a9/b8294cace2a3c70f34192628f69a98b269f5186a82d590e1473293df7694/tiddlywebplugins.markdown-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "282e6ede6549dfc3afce8331ffb25937", "sha256": "bed9d5357cb6c1702c82cef16557c2bf4db3434b881a2f6cdf1474afe79813af" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.2.6.tar.gz", "has_sig": false, "md5_digest": "282e6ede6549dfc3afce8331ffb25937", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26522, "upload_time": "2014-03-17T23:33:21", "url": "https://files.pythonhosted.org/packages/4d/a8/f351bcce2326ffc00779b8fe8c18d934caaf561878a58c74a38424bf1b53/tiddlywebplugins.markdown-1.2.6.tar.gz" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "8642296b6ab4fad33e7851fec9a55c6e", "sha256": "c6cd690f81c7a8bec3785f9ed99847b58f335f9c5b60cef404d8bb4af37b99f4" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.2.7.tar.gz", "has_sig": false, "md5_digest": "8642296b6ab4fad33e7851fec9a55c6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26577, "upload_time": "2014-03-28T22:22:20", "url": "https://files.pythonhosted.org/packages/20/5b/7d76e92e3292b85e8ec96d60411eb1d9d194851eff52240b368e38637cf0/tiddlywebplugins.markdown-1.2.7.tar.gz" } ], "1.2.8": [ { "comment_text": "", "digests": { "md5": "37d0d1376e2d6719b4818d20c2af3f91", "sha256": "3cd3426bf199f2657f953f7998b4be3200fb0b34bbd263e85e36afdf71484f0d" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.2.8.tar.gz", "has_sig": false, "md5_digest": "37d0d1376e2d6719b4818d20c2af3f91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26591, "upload_time": "2014-03-28T22:31:27", "url": "https://files.pythonhosted.org/packages/da/63/1585f7cff639680b86829c9f74d096807da6003b3c21beef56e9cbb04398/tiddlywebplugins.markdown-1.2.8.tar.gz" } ], "1.2.9": [ { "comment_text": "", "digests": { "md5": "975297313897e11dd4d71b76b3ac2940", "sha256": "d756714394dd1092a811f5d268eed1a89b969d7b2f894f80623e73aa87e208f2" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.2.9.tar.gz", "has_sig": false, "md5_digest": "975297313897e11dd4d71b76b3ac2940", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26693, "upload_time": "2014-04-02T15:20:41", "url": "https://files.pythonhosted.org/packages/72/41/da26cafa93a87cdee80e40d52a7c771ae829ec1209d30960c075ba30bdcb/tiddlywebplugins.markdown-1.2.9.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "cd53f7792070d50dffc25354543aac46", "sha256": "bfebf71911a3c7acfc1f94fae2356da2e09490014b4deca0c4d57f453cd90859" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.3.0.tar.gz", "has_sig": false, "md5_digest": "cd53f7792070d50dffc25354543aac46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26526, "upload_time": "2015-01-31T14:23:08", "url": "https://files.pythonhosted.org/packages/d3/0e/cf7880260328e17d689d2ca8632b00914ac8a3a0aed19203aba20497ac00/tiddlywebplugins.markdown-1.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cd53f7792070d50dffc25354543aac46", "sha256": "bfebf71911a3c7acfc1f94fae2356da2e09490014b4deca0c4d57f453cd90859" }, "downloads": -1, "filename": "tiddlywebplugins.markdown-1.3.0.tar.gz", "has_sig": false, "md5_digest": "cd53f7792070d50dffc25354543aac46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26526, "upload_time": "2015-01-31T14:23:08", "url": "https://files.pythonhosted.org/packages/d3/0e/cf7880260328e17d689d2ca8632b00914ac8a3a0aed19203aba20497ac00/tiddlywebplugins.markdown-1.3.0.tar.gz" } ] }