dc.headerLink("Recipes", "Mom's Recipe")
This results in a Link object where subpath is "Moms Recipe". This is incorrect, since the generated markdown link will be broken. Apostrophes are supported in header links.
Current workaround is to edit the subpath manually after creating the object
dc.headerLink("Recipes", "Mom's Recipe")This results in a
Linkobject wheresubpathis"Moms Recipe". This is incorrect, since the generated markdown link will be broken. Apostrophes are supported in header links.Current workaround is to edit the subpath manually after creating the object