Skip to content

Commit f550316

Browse files
committed
1 parent 55ce2f4 commit f550316

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/txtnode.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ <h3><a class="anchor" aria-hidden="true" id="all-node-types"></a><a href="#all-n
223223
<tr><td>ASTNodeTypes.TableCellExit</td><td>TxtTableCellNode</td><td></td></tr>
224224
</tbody>
225225
</table>
226+
<blockquote>
227+
<p>📝Note
228+
<code>LinkReference</code>, <code>ImageReference</code> and <code>Definition</code> are introduced in textlint <a href="https://github.com/textlint/textlint/releases/tag/v14.5.0">v14.5.0</a>.</p>
229+
</blockquote>
226230
<p>Some node have additional properties.
227231
For example, <code>TxtHeaderNode</code> has <code>level</code> property.</p>
228232
<pre><code class="hljs css language-ts"><span class="hljs-keyword">export</span> <span class="hljs-keyword">interface</span> TxtHeaderNode <span class="hljs-keyword">extends</span> TxtParentNode {

0 commit comments

Comments
 (0)