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.
using
Handlebars.registerHelper
insrc/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.