Youngho Cho created CB-9578:
-------------------------------
Summary: Document link generate wrong link in some condition.
Key: CB-9578
URL: https://issues.apache.org/jira/browse/CB-9578
Project: Apache Cordova
Issue Type: Bug
Components: Docs
Affects Versions: Master
Reporter: Youngho Cho
Priority: Minor
During translate the document to Korean, I found a strange behavior abut link generation.
For some head words in pages we have, for example
# 플랫폼 가이드 --> A
# 안드로이드 플랫폼 가이드 --> B
# 윈도우폰 8 플랫폼 가이드 --> C
# iOS 플랫폼 가이드 --> D
---------------------------
the link for A, C, D are generated correctly like
<A>플랫폼 가이드<A>
<C>윈도우폰 8 플랫폼 가이드</C>
<D>iOS 플랫폼 가이드</D>
but for B, the link generated likes
안드로이드 <A>플랫폼 가이드</A> which I expect <B>안드로이드
플랫폼 가이드</B>.
Looks like the duplicated part of key word followed by a number or english alphabet then no
problem but it is followed by other charcter then the link is generated for the duplcated
part key word only not for whole key word.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org
|