jakartaee / transactions

Welcome to the Jakarta EE Transactions API Project (formerly JTA)
https://jakartaee.github.io/transactions/
Other
29 stars 30 forks source link

Update footnotes #127

Closed tomjenkinson closed 4 years ago

tomjenkinson commented 4 years ago

From https://raw.githubusercontent.com/jakartaee/specification-committee/master/steps_javaee_to_jakartaee.adoc:

* Footnotes were kind of ugly.  Getting footnotes to render in a similar manner for both pdf and html generation was tricky.  I ended up using the following syntax:
** `\footnote:[text of footnote]`  -- get text from the [.footnoteNumber] items
** Remove all of the “[.footnoteNumber]...” items from the migrated document.  They are no longer needed.
** Add a dividing line at the bottom of each page where footnotes will reside via three single backward quotes (```).  Reference link:https://github.com/eclipse-ee4j/jakartaee-platform/pull/89/files[this PR] for an example.

Please raise pull requests against: https://github.com/eclipse-ee4j/jta-api/tree/spec-document-conversion

tomjenkinson commented 4 years ago

Thanks @starksm64 for fixing this