Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolves #3893 allow footnotes in footnotes #3894

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 28, 2020

  1. resolves asciidoctor#3893 allow footnotes in footnotes

    * Add 2 tests: basic support of footnotes in footnotes
      and support for escaped ]
    * Change InlineFootnoteMacroRx so that it allows recursive footnotes
    * Move footnote processing code from sub_macros to separate function
      sub_footnote, call it recursively on matches. It is important not
      to call sub_macros recursively as this results to multiple expansion
      of some macros (e.g. URL)
    hedrok committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    2c02055 View commit details
    Browse the repository at this point in the history