Closed justb3a closed 8 years ago
I get the following error: [TypeError: anchorFn // captionFn is not a function].
@justonestep , it's very much work in progress, and it's going to be rewritten from scratch at least a few more times around. So I can't really say anything yet.
Oops... I deleted the branch, and github apparently auto-closed this PR.
Anyway, we decided to get rid of caption
and anchor
altogether because you can just override renderer functions. If you think those plugin options are needed, please open a separate issue.
hei this PR adds another option called
header
which allows you to add a headline inside your section (optional).One more hint (I know you pushed just some minutes before and this is still work in process): if I want to use the option
caption
and/oranchor
, I get the following error:[TypeError: anchorFn // captionFn is not a function]
.Thanks!