【问题标题】:How to define an image which is a link in markdown so it will be parsed by doxygen如何定义一个图像,它是markdown中的一个链接,所以它将被doxygen解析
【发布时间】:2017-04-15 05:35:18
【问题描述】:

我有一个降价文件,其中包含一个图像,该图像也是具有此语法的链接:

[ ![image caption] (http://image-path) ] (https://when-the-image-is-clicked-get-here)

我正在使用 doxygen 的 USE_MDFILE_AS_MAINPAGE 将我的 MD 文件显示为主要文档页面。在 github 中,MD 文件按预期工作,但是当我尝试使用 doxygen 生成 HTML 时,我收到以下警告:

警告:在上下文中发现意外的 html 标记

我应该如何定义图像链接,以便 doxygen 正确解析它?

doxygen 版本:1.8.11

【问题讨论】:

标签: markdown doxygen github-flavored-markdown doxygen-wizard


【解决方案1】:

我相信如果您删除空格它会起作用,因为它对我有用。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-07-10
    • 2017-04-11
    • 2020-03-17
    • 2021-10-17
    • 2011-03-21
    • 2015-09-22
    • 1970-01-01
    • 2017-05-01
    相关资源
    最近更新 更多