If I set a milestone such as [[@topic:my_topic]] has anyone figured out the syntax to create an internal link to it from somewhere else in the same book??
if it were html I would use an anchor tag, but being docx am unsure how this would be implemented.
For example
[[@topic:my_topic]]
my_topic
further study [[Text_Link|pos=?(my_topic2)|res=_what_goes_here_for internal]]
my topic text
...
...
[[@topic:my_topic2]]
my_topic2
further study [[Text_Link|pos=?(my_topic)|res=_what_goes_here_for internal]]
my topic2 text
Thanks for your help in anticipation..