--- a/RelaxNG/publidoc.rnc mar. juil. 16 11:55:42 2013 +0200
+++ b/RelaxNG/publidoc.rnc mer. juil. 17 13:34:07 2013 +0200
@@ -272,7 +272,7 @@
attribution.content = mixed {
sup* & number* & date* & name* & foreign* & acronym* & term* & literal*
- & highlight* & mentioned* & note* & warning* }
+ & highlight* & emphasis* & mentioned* & note* & warning* }
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -651,6 +651,7 @@
& literal*
& stage*
& highlight*
+ & emphasis*
& mentioned*
& initial*
& note*
@@ -762,6 +763,12 @@
highlight.content = inlines
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ emphasis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+emphasis = element emphasis { emphasis.content }
+
+emphasis.content = inlines
+
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mentioned ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mentioned = element mentioned { mentioned.content }
@@ -812,7 +819,7 @@
link.content = mixed {
sup* & sub* & var* & number* & math* & date* & name* & foreign* & acronym*
- & term* & literal* & stage* & highlight* & mentioned* & warning* }
+ & term* & literal* & stage* & highlight* & emphasis* & mentioned* & warning* }
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ anchor ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~