Unclear example for using Footnote and links #217
Unanswered
sheldonhull
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a new user of the project, I'm a bit confused on the examples provided, as they show some functions that I can't track down.
I replaced
readAll
withioutil.ReadAll
which I'm working through now, but thegetPrefix
doesn't show up in any of the code examples, in this repo. I checked elsewhere and see it mentioned in some unrelated utility libraries, but not sure where this came from.My goal at this time is to print a list of links, as I'd like to generate a footer at the bottom of my markdown file that uses the markdown reference link style. I figured I could use goldmark to parse the markdown to provide me with all extracted links and then convert these to a new collection of links using the new syntax.
Sound like a reasonable usage of goldmark?
Beta Was this translation helpful? Give feedback.
All reactions