The purpose of this function is to insert the html tags required for glossary tooltip functionality into a given markdown file. The function glossarize_md is used by the function rmd2html described in this package.
glossarize_md(md, md_out = md)
md | The markdown file where the tags are to be inserted. |
---|---|
md_out | The markdown output file. |
The output of this function is html tags inserted into a markdown file.