Skip to content

Commit

Permalink
integrated markdown-checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
FND committed Sep 3, 2013
1 parent 7691092 commit ef499e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
'zip_safe': False,
'install_requires': ['tiddlyweb', 'tiddlywebplugins.utils',
'tiddlywebplugins.logout', 'tiddlywebplugins.static',
'tiddlywebplugins.templates', 'tiddlywebplugins.markdown',
'tiddlywebplugins.imaker'],
'tiddlywebplugins.templates', 'tiddlywebplugins.markdown>=1.1.0',
'markdown-checklist', 'tiddlywebplugins.imaker'],
'extras_require': {
'testing': ['pytest', 'wsgi-intercept', 'httplib2'],
'coverage': ['figleaf', 'coverage']
Expand Down
1 change: 1 addition & 0 deletions tiddlywebplugins/bfw/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
instance_config = {
'system_plugins': ['tiddlywebplugins.static', 'tiddlywebplugins.bfw'],
'twanager_plugins': ['tiddlywebplugins.bfw'],
'markdown.extensions': (['markdown_checklist.extension'], {}),
'markdown.wiki_link_base': ''
}

0 comments on commit ef499e3

Please sign in to comment.