Преглед на файлове

remove pandoc-crossref footnote since it's linked in the software section

George C. Privon преди 7 години
родител
ревизия
079bcae372
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      aastex62/demo.md

+ 1 - 1
aastex62/demo.md

@@ -287,7 +287,7 @@ An opportunity for this is to write a filter that takes the Markdown "simple tab
 ## Internal References
 
 Naively `pandoc` does not support internal reference to figures or equations and does not support numbered section references.
-However the `pandoc-crossref`^[<https://github.com/lierdakil/pandoc-crossref>] filter adds support for this (and has been used in the preparation of this document).
+However the `pandoc-crossref` filter adds support for this (and has been used in the preparation of this document).
 `pandoc-crossref` uses the same syntax as `pandoc-citeproc`, so adds little cognitive overhead in inter-document referencing.
 However in order avoid `pandoc-citeproc` processing internal references, `pandoc-crossref` must be invoked first.