View source: R/expand_md_links.R
expand_md_links | R Documentation |
Make markdown links into full paths to GP catalog. Supports 2 types of links:
Named Link: 
Unnamed Link: {filename.ext}
expand_md_links(md, WD)
md |
a markdown string or vector |
WD |
the Working Directory |
Ex:
"See 
for details" becomes ->
"See 
for details"
Ex: 2:
"{img.png}
" becomes ->
{https://catalog.galacticpolymath.com/ThisProject/img.png}
Other markdown:
fixAnchorLinks()
,
parseGPmarkdown()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.