diff --git a/TextSymbolizer.md b/TextSymbolizer.md index 4886b9d..dc76453 100644 --- a/TextSymbolizer.md +++ b/TextSymbolizer.md @@ -201,4 +201,13 @@ A simple XML example: ``` -The above specifies two offset text layouts to be placed along opposite sides of a line. \ No newline at end of file +The above specifies two offset text layouts to be placed along opposite sides of a line. + +## Formats +When you want to change attributes within the text symbolizer, you can use the ```` element. +Example +```xml + + [name] + "\n" "(" + [ele] + ")" + +``` \ No newline at end of file