Common markup elements.
authorwenzelm
Sat, 23 Aug 2008 19:42:12 +0200
changeset 27958 292d78c906b1
parent 27957 1b25b1a7a529
child 27959 d6a4d7b013f7
Common markup elements.
src/Pure/General/markup.scala
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/Pure/General/markup.scala	Sat Aug 23 19:42:12 2008 +0200
@@ -0,0 +1,15 @@
+/*  Title:      Pure/General/markup.scala
+    ID:         $Id$
+    Author:     Makarius
+
+Common markup elements.
+*/
+
+package isabelle
+
+object Markup {
+  val ROOT = "root"
+  val RAW = "raw"
+  val MALFORMED = "malformed"
+}
+