File tree 2 files changed +5
-1
lines changed
fj-doc-freemarker/src/main/resources/fj_doc_freemarker_config/template/macro 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Fixed
11
+
12
+ - [ fj-doc-freemarker] handling link in asciidoc handler < https://github.com/fugerit-org/fj-doc/pull/399 >
13
+
10
14
## [ 8.13.3] - 2025-04-24
11
15
12
16
### Fixed
Original file line number Diff line number Diff line change 28
28
<#macro handlePara current ><@handleHeadings headLevel=current.headLevel/ ><@handleTextStyle styleValue=current.style text=current.text/ > +
29
29
</#macro >
30
30
31
- <#macro handlePhrase current ><@handleTextStyle styleValue=current.style text=current.text/ ></#macro >
31
+ <#macro handlePhrase current ><# if (current.link)?? >link: ${current.link} [< @handleTextStyle styleValue=current.style text=current.text/ >]<# else ><@ handleTextStyle styleValue=current.style text=current.text/ ></# if ></#macro >
32
32
33
33
<#macro handleRowList docTable rowList >
34
34
<#list rowList as row >
You can’t perform that action at this time.
0 commit comments