74 Commits (549c6baa96552b913c54cb7d42007f65e0b948cc)
 

Author SHA1 Message Date
Michael Ochmann 549c6baa96 fixed bottom padding 3 years ago
Michael Ochmann bb1ba19757 fixed linenumber alignment on mobile 3 years ago
Michael Ochmann fb4cfc9486 more mobile optimizations 3 years ago
Michael Ochmann ea10ed0a30 fixed linebreak in code blocks 3 years ago
Michael Ochmann 7c95ce46fe fix `white-space: nowrap` for safari 3 years ago
Michael Ochmann e11d3989d1 optimized mobile view 3 years ago
Michael Ochmann 610ce2c0d3 fixed test 3 years ago
Michael Ochmann 1d55913f85 added new default text 3 years ago
Michael Ochmann fb5df71101 not using strict mode in playground 3 years ago
Michael Ochmann aaa15ce893 added playground for debuggin purposes 3 years ago
Michael Ochmann 5acd3b362e fixed minor bugs 3 years ago
Michael Ochmann 7e19ede470 added custom assertion error 3 years ago
Michael Ochmann 543112f89e added better debug tools in strict mode 3 years ago
Michael Ochmann 4eb24000e1 better asserts; start of implementing strict/non strict mode 3 years ago
Michael Ochmann 81de125831 added filename to Token location 3 years ago
Michael Ochmann 18067b6e56 added `strict` mode 3 years ago
Michael Ochmann 0cc7b0dd45 added changelog for v1.2.0 3 years ago
Michael Ochmann c7dcd85cce cleaned up index.php 3 years ago
Michael Ochmann efa8516a67 fixed typos in readme 3 years ago
Michael Ochmann 507e1e4d26 added tests for headings 3 years ago
Michael Ochmann e6ba398b14 Merge pull request 'Paragraph annotations' (#2) from feature/paragraph-annotations into development 3 years ago
Michael Ochmann e37050c3f4 added tests to check for annotations breaking things 3 years ago
Michael Ochmann 496034258a fixed annoations breaking headings 3 years ago
Michael Ochmann 4e1e44a41b added braces to escapable characters 3 years ago
Michael Ochmann b71dd1d440 added annotation example to readme 3 years ago
Michael Ochmann e841ca30ad Merge branch 'development' into feature/paragraph-annotations 3 years ago
Michael Ochmann 1aa376d6ec fixed bug in parser where bold text on single line was parsed as list 3 years ago
Michael Ochmann 9d407c3706 now parsing `id` and `class` annotations on paragraphs 3 years ago
Michael Ochmann 6100cf0f6b added `LBRACE` and `RBRACE` tokens to lexer 3 years ago
Michael Ochmann 499b2b6fe4 fixed annotation test 3 years ago
Michael Ochmann 8408d735dc Merge branch 'development' into feature/paragraph-annotations 3 years ago
Michael Ochmann d6f4545325 added test for paragraph annotations 3 years ago
Michael Ochmann 39307e24e9 fixed test for codeblocks 3 years ago
Michael Ochmann 08ea243729 added usage example 3 years ago
Michael Ochmann 1bca2ac15c added changelog for new version 3 years ago
Michael Ochmann d7e17e59df bump version 3 years ago
Michael Ochmann 289d68fa2f added support for `prism` style code highlighting 3 years ago
Michael Ochmann abb2dbc690 making shure, php 8.1 or higher is required 3 years ago
Michael Ochmann 859e4801ab mentioning tests in readme 3 years ago
Michael Ochmann 35dbd30681 added changelog for 3 years ago
Michael Ochmann aefa51e96c added license 3 years ago
Michael Ochmann b0cb237b22 releasing version 1.0.0 3 years ago
Michael Ochmann 3fb2aa6a2d added full test suite for: 3 years ago
Michael Ochmann 559574b492 fixed endless loop when blockquote had not empty line after 3 years ago
Michael Ochmann 86c895b971 removed old monkey tests 3 years ago
Michael Ochmann 1457431f9e removed test strings from readme; added nesting to mentioning of nesting 3 years ago
Michael Ochmann 850dd51029 now using color option on `PHPUnit` 3 years ago
Michael Ochmann fc2c074e5b now checking if skipped empty node is actually a text node 3 years ago
Michael Ochmann cbba8bf4dd finished tests for inline elements 3 years ago
Michael Ochmann 3b4c24b02b added tests for inline elements 3 years ago