1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 13:04:21 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/system/version-macros.tid
Jermolene ee66d1a1af Add a documentation macro for marking version numbers
By signalling features that are new in 5.1.14 we can include
documentation updates for the new version when we build updates to
5.1.13
2016-10-08 10:05:34 +01:00

9 lines
209 B
Plaintext

created: 20161008085627406
modified: 20161008085627406
title: $:/editions/tw5.com/version-macros
tags: $:/tags/Macro
\define .from-version(version)
<span class="doc-from-version">New in $version$</span>
\end