- Index
- »
- markdown
- »
- HtmlWriter
type
constructors
methods
| line |
write a newline character if the last character written wasn't a newline |
|---|---|
| raw |
Write the raw string |
| tag |
Write a tag with the given name ("foo" - opening tag, "/foo" - closing tag) with the given attributes. |
| text |
Write the escaped text |
| w |
Slot Details
line
This line()
write a newline character if the last character written wasn't a newline
make
new make(OutStream out)