Closed a358003542 closed 6 years ago
Thanks your guys work. I just have tried the project, and found that i do not need to rename the project folder name , just normal import it like another pelican plugin to do as the same.
MARKUP = ('md', 'ipynb') # the plugin PLUGIN_PATHS = ['myplugins'] PLUGINS = ['pelican_javascript', 'extract_toc', 'render_math', 'pelican_ipynb.markup']
so the installation section just point that to install the pelican plugin normally and need the
MARKUP = ('md', 'ipynb')
config , it will be more clarify.
Thanks your guys work. I just have tried the project, and found that i do not need to rename the project folder name , just normal import it like another pelican plugin to do as the same.
so the installation section just point that to install the pelican plugin normally and need the
config , it will be more clarify.