Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
929d079bc3
1 changed files with 5 additions and 0 deletions
|
@ -451,6 +451,11 @@ func SetDynamicBlockRefText(blockRef *ast.Node, refText string) {
|
|||
return
|
||||
}
|
||||
|
||||
refText = strings.TrimSpace(refText)
|
||||
if "" == refText {
|
||||
refText = blockRef.TextMarkBlockRefID
|
||||
}
|
||||
|
||||
blockRef.TextMarkBlockRefSubtype = "d"
|
||||
blockRef.TextMarkTextContent = refText
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue