Closed rparree closed 8 years ago
We use helpers for markdown, in all versions of assemble. You should be able to use https://github.com/helpers/helper-md or https://github.com/helpers/helper-markdown for this. I'll add this to the example too in a little bit. Fwiw I think I just ported the example the way it was in metalsmith
I have been trying that (as the code uses the {{#markdown}}
helper within assemble 0.4.42.
I registed my own helper. I have been looking into assemble-core/node_modules/templates/node_modules/load-helpers/index.js
to see how i could register the handlebars-helper
. Should i use another helper library?
The posts in the jekyll are not using any markdown. When adding markdown syntax, the results are not rendered.
For example change the
2012-08-20-first-post.md
toThe resulting
2012-08-20-first-post.html
has the unprocessed markdown in itsbody
This is in fact the same problem i am having with my migration.