Added \R{ref}{name} for named references
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2315 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
96eb3b0537
commit
8a97b60b30
19 changed files with 45 additions and 36 deletions
|
@ -1426,6 +1426,7 @@ static void xhtml_rdaddwc(rdstringc * rs, word * text, word * end)
|
|||
|
||||
case word_UpperXref:
|
||||
case word_LowerXref:
|
||||
case word_FreeTextXref:
|
||||
kwl = kw_lookup(keywords, text->text);
|
||||
if (kwl) {
|
||||
sect = xhtml_find_section(kwl->para);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue