R anchors in markdown
问题 In creating a Rmd file I included an internal hyperlink: [hlink](#id1) and then further on an anchor <a id="id1"></a> . When I then use Knit HTML (in RStudio) everything works fine and the internal hyperlink works fine but I also get an unwanted � <p><a id="id1"></a>�</p> How can I avoid getting this error? 回答1: I was just looking for a solution to produce a table of content and came across your question. The above example works perfectly fine. No unwanted side effects. My session info: R