Create a table of contents (toc) in a post with blogdown package
问题 I know the short answer, add the following in the metadata toc: TRUE But when I create a post with the blogdown package that have a table of content, I have problems with the url (redirection) behind the table options. The links for the table of content are of the following form: http://home-website/#tree-terminology Instead to be: http://home-website/post_name/#tree-terminology How can reference the name of the post correctly in the url to generate the proper url in the table of content? In