Hiccdown methods should live in Rails helpers.
That isn’t a good idea because Hiccdown methods often share the same conventional names (index, show, etc), which can and does lead to conflict.
index
show
Hiccdown methods should live in Rails helpers as instance methods.