Skip to content

Commit

Permalink
Enable ref in hi
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed May 17, 2019
1 parent d916d74 commit 16b26ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/legacy/eoa-tei-strict.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ markup =
hi =
element hi {
attribute rend { "italic" | "superscript" | "subscript" | "math" | "bold" | "struck" | "spaced" | "smallcaps" },
( text | index | indexanchor )+
( text | index | indexanchor | ref )+
}

theorem =
Expand Down

0 comments on commit 16b26ce

Please sign in to comment.