Ckan markdown view
This extension provides markdown view for CKAN applications.
Installation
To install ckanext-markdown_view:
- Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
- Install the ckanext-markdown_view Python package into your virtual environment:
pip install ckanext-markdown_view
Add markdown_view to the ckan.plugins setting in your CKAN
config file (by default the config file is located at
/etc/ckan/default/production.ini).
Restart CKAN.
Config settings
None at present
License
AGPL