cynhr

Results 3 issues of cynhr

Fixes #153 and fixes #154. I agree to license any copyrightable changes made in this pull request under the GNU GPL v3 or later. I have not run the test...

wontfix

When using the [named multiline note syntax](https://plantuml.com/class-diagram#23ca7846dedbb80a), indentation fails. Similar to #153, that also breaks all following indentation. # Example ```plantuml @startuml note as N1 this line should be indented...

When using the [Note on field or method](https://plantuml.com/class-diagram#c909b0b5f0434a64) syntax, indentation fails. # Example ```plantuml @startuml class Foo { + method() } note left of Foo this indents fine end note...