Inline footnotes

Categories

Component ID

2362243

Component name

Inline footnotes

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1331

Component created

Component changed

Component body

Show footnotes inline with the text. An independent CKEditor plugin is included.

Footnotes of the standard footnote html format will be converted to responsive html.

old:

<fn value="label">Content</fn>

new:

<fn value="label">Content</fn>
<span>
  <span>
    <span>label</span>
    <span>Hide</span>
  </span>
  <span>
    Content
  </span>
</span>