Skip to content

Commit 00b2707

Browse files
committed
Explain QuickMark groups using urlseparator:
* The separator used in documentation is "hardcoded", as such it can be a bit confusing when it does not work with ", " in the event the urlseparator option is changed. * One example: #362
1 parent 2a1ef22 commit 00b2707

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

common/locale/en-US/marks.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@
301301
<p>
302302
<ex>:qmark f http://forum1.com, http://forum2.com, imdb some artist</ex>
303303
</p>
304+
305+
<p>
306+
<o>urlseparator</o> defines the delimiter between the URLs (default: ", ")
307+
</p>
304308
</description>
305309
</item>
306310

common/locale/ja/marks.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,10 @@
285285
<p>
286286
<ex>:qmark f http://forum1.com, http://forum2.com, imdb some artist</ex>
287287
</p>
288+
289+
<p>
290+
<o>urlseparator</o> は URL 間の区切り文字を指定する(デフォルト: ", ")
291+
</p>
288292
</description>
289293
</item>
290294

0 commit comments

Comments
 (0)