Gerrit Uitslag
Gerrit Uitslag
Now it works! wiki is updated a bit. @rybern do you apply your own changes?
Ah, makes sense.
The variables from the constructor are not listed as well: (these are defined in the construct function page, so reference to that page?) * [ ] mode * [ ]...
* [ ] codepage
Not sure if this not-documented setters should be used by library users...
That is a good observation. A little search reveals that during a cleanup these tags are accidentally removed. https://github.com/mpdf/mpdf.github.io/commit/4c8a151a6c76252018a1750cb750877fa7fb3172#diff-8646484ae7b174d534a4971d39b7b9cf I guess that the closing tag of the pagebreak screws up...
@tormec I try to find these relative links to documentation. Nice to see it exists. That is the better solution.
Please, post the example also as text (the picture is not selectable).
It is a multiline comment according to definition file: https://github.com/GeSHi/geshi-1.0/blob/5861c58981244ab6ee0dd337f096ff14bf15b1eb/src/geshi/sas.php#L47 According to most manuals the comment should just start with `*`... So I guess internally there is some check to...
Is related to #95