mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
a new abstract syntax in Documentation.gf which allows a more compact definition of the corresponding concrete syntax. The new strategy is so far used only in DocumentationEng and the new DocumentationBul.
This commit is contained in:
@@ -16,6 +16,7 @@ resource HTML = open Prelude in {
|
||||
heading1 : Str -> Str = intag "h1" ;
|
||||
heading2 : Str -> Str = intag "h2" ;
|
||||
heading3 : Str -> Str = intag "h3" ;
|
||||
heading4 : Str -> Str = intag "h4" ;
|
||||
|
||||
-- for building tables
|
||||
frameTable : Str -> Str = intagAttr "table" ("rules=all border=yes") ;
|
||||
|
||||
Reference in New Issue
Block a user