我在R markdown文档中的R代码块内使用html小部件。我正在尝试在块内添加html超链接,但未成功。关于如何解决此问题的任何想法?我是否需要利用Shiny,如果可以,那里的解决方案是什么?
谢谢!
答案 0 :(得分:0)
[I'm an inline-style link](https://www.google.com)
[I'm an inline-style link with title](https://www.google.com "Google's Homepage")
[I'm a reference-style link][Arbitrary case-insensitive reference text]
[I'm a relative reference to a repository file](../blob/master/LICENSE)
[You can use numbers for reference-style link definitions][1]
Or leave it empty and use the [link text itself].
URL和尖括号中的URL将自动变为链接。 http://www.example.com或http://www.example.com,有时 example.com(例如,不在Github上)。