ect.sakai-radeox.23.3.source-code.radeox_markup_sv.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sakai-radeox Show documentation
Show all versions of sakai-radeox Show documentation
This project generates and creates an appropriate radeox jar for the Sakai RWiki tool.
The code here was developed by the Radeox project.
# JDK 1.4.1 Regular Expressions
#Macros
macro.isbn.name=isbn
macro.link.name=link
macro.quote.name=quote
macro.mailto.name=mailto
macro.code.name=code
macro.apidocs.name=api-docs
macro.filepath.name=file-path
macro.api.name=api
macro.asin.name=asin
macro.interwiki.name=inter-wiki
macro.macrolist.name=list-of-macros
macro.rfc.name=rfc
macro.table.name=table
macro.xref.name=xref
macro.code.start=
macro.code.end=
#Filters
#filter.bold.match=(^|>|[\\p{Punct}\\p{Space}]+)__(.*?)__([\\p{Punct}\\p{Space}]+|<|$)
#filter.bold.print=$1$2$3
filter.bold.match=(?$1
# Notice the checks to ensure ~~~ doesn't match but \~~~ does.
filter.italic.match=(?$1
filter.superscript.match=(?$1
filter.subscript.match=(?$1
# HRule should be on a line by itself(?)
#filter.line.match=^-----*$
filter.line.match=-----*
filter.line.print=
filter.newline.match=\\\\\\\\
filter.newline.print=
#filter.strikethrough.match=([^!-]|^)--(?=.*--)((?:(?:[^-]+)-?)+)--([^-]|$)
#filter.strikethrough.match=([^!-]|^)--((?:(?:[^-]+)-?)+)--([^-]|$)
#filter.strikethrough.print=$1$2$3
# Should now obey the escape character
filter.strikethrough.match=(?$1
#filter.typography.match=([^.]|^)[.][.][.](?!\\.)( |$)
#filter.typography.print=$1…$2
# Similarly will obey the slash character.
filter.typography.match=(?{0}{2}
filter.escape.match=\\\\(\\\\\\\\)|\\\\(.)|([&<>])
# ORO: filter.heading.match=^[[:space:]]*(1(\\.1)*)[[:space:]]+(.*?)$
# Original: filter.heading.match=^[\\p{Space}]*(1(\\.1)*)[\\p{Space}]+(.*?)$
filter.heading.match=^[\\p{Space}]*[hH](([123456]))\\.?[\\p{Space}]+(.*?)$
filter.heading.print={1}
filter.key.match=((Ctrl|Alt|Shift)-[^ ]*)
filter.key.print=$1
filter.mark.match=(^|[[:space:]]+)neotis([[:space:]]?|[.!,:]?|$)
filter.mark.print=neotis®
#filter.paragraph.match=([ \t\r]*[\n]){2}
#filter.paragraph.print.1=
#filter.paragraph.print.2=
#filter.paragraph.match=(^[ \t\r]*[\n])(.*?)(^[ \t\r]*[\n])
#filter.paragraph.print=
{1}
{2}
filter.paragraph.breaks.match=([ \t\r]*[\n]){2}
filter.paragraph.breaks.print=
filter.paragraph.first.print=
filter.paragraph.last.print=
filter.paragraph.first.match=(\\p{Alnum}>)(.*?)$
filter.paragraph.last.match=.*?(\\p{Alpha})
#filter.paragraph.match=([ \t\r]*[\n]){2}
#filter.paragraph.print.1=
#filter.paragraph.print.2=
filter.linktest.match=\\[(.*?)\\]
#filter.wikilink.match=([A-Z][a-z]+([A-Z][a-z]+)+)
#Stops wikilinks from being linked if they're inside [ ]'s
filter.wikilink.match=(?