Explorar el Código

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

George C. Privon hace 7 años
padre
commit
079bcae372
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.