render-engine / cookiecutter-render-engine-site

cookiecutter template used with render-engine init
MIT License
0 stars 1 forks source link

Update render_engine_markdown importer #6

Closed kjaymiller closed 7 months ago

kjaymiller commented 9 months ago

This pull request updates the render_engine_markdown importer to fix an import error in the code. The previous code was importing from the wrong module, causing a runtime error. This PR corrects the import statement to import from the correct module.