kimamula / typedoc-markdown-theme

Markdown theme for TypeDoc
MIT License
24 stars 15 forks source link

fixed registering the newLine handlebars helper #5

Open sclausen opened 7 years ago

sclausen commented 7 years ago

using Handlebars.registerHelper in src/theme.ts doesn't work, because typedoc looks for helpers in a different way. typedoc scans the plugin directory for a helpers folder, where a js file should be placed which exports the helper function. This should fix the newLine issue mentioned in #4.