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
4837baa4
Commit
4837baa4
authored
Jul 12, 2019
by
mrodzis
💪
Browse files
Merge branch 'feature/
#94
-abbrev-index-feedback' into 'develop'
Implement feedback on abbreviations index Closes
#94
See merge request
!29
parents
6e22ee22
520a7327
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/edited-text/abbrev-index.xqm
View file @
4837baa4
...
...
@@ -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