在Markdown

时间:2016-02-04 16:27:34

标签: markdown sublimetext3

我希望能够将文本和代码中的超链接生成到文档末尾的定义列表中。

此语法不起作用:

定义列表(在文档末尾)

[1]: Donation Date
: The date on which the organ was recovered from the donor.

~~~
TRANSPLANT.SURGERY_DATE
when TRANSPLANT.TYPE_ID = DONOR [1]
~~~

文字链接

[Donation Date][1] should be after the start of this year.

代码块中的链接

`[Donation Date][1] >= 01/01/2016`

Markdown分别呈现为[1]: Donation Date[Donation Date][1]

是否可以创建定义列表的链接?

使用Sublime Text 3和Markdown Preview包构建HTML。

0 个答案:

没有答案