Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
520a7327
Commit
520a7327
authored
Jul 12, 2019
by
mrodzis
💪
Browse files
Implement feedback on abbreviations index
parent
6e22ee22
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/edited-text/abbrev-index.xqm
View file @
520a7327
...
...
@@ -48,7 +48,11 @@ declare function abbrev-index:transform($nodes as node()*) as node()* {
or matches($node, "Gesamtdokumentation")) then
()
else
$node
text {
replace($node, "ſ", "s")
=> replace("m̄", "mm")
=> replace("n̄", "nn")
}
case element(xhtml:h2) return
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment