Commit Graph

  • 681ec50020 . v1.2.1 development Michael Ochmann 2022-12-12 23:35:26 +0100
  • 21713e2209 added functionality to force a linebreak #3 feature/strict-mode Michael Ochmann 2022-12-12 13:29:55 +0100
  • 3b7e772fc7 now tokenizing spaces Michael Ochmann 2022-12-12 13:29:42 +0100
  • 594b85a81e fixed bug where ordered lists and tables were wrongly detected Michael Ochmann 2022-12-12 12:04:03 +0100
  • f3bbcb07e7 removed unnecessary console.log Michael Ochmann 2022-12-12 12:03:48 +0100
  • af61963440 better editor features: Michael Ochmann 2022-08-25 19:01:17 +0200
  • 549c6baa96 fixed bottom padding Michael Ochmann 2022-08-23 21:33:06 +0200
  • bb1ba19757 fixed linenumber alignment on mobile Michael Ochmann 2022-08-23 21:29:37 +0200
  • fb4cfc9486 more mobile optimizations Michael Ochmann 2022-08-23 21:28:10 +0200
  • ea10ed0a30 fixed linebreak in code blocks Michael Ochmann 2022-08-23 21:27:13 +0200
  • 7c95ce46fe fix `white-space: nowrap` for safari Michael Ochmann 2022-08-23 21:24:18 +0200
  • e11d3989d1 optimized mobile view Michael Ochmann 2022-08-23 21:19:09 +0200
  • 610ce2c0d3 fixed test Michael Ochmann 2022-08-23 20:51:02 +0200
  • 1d55913f85 added new default text Michael Ochmann 2022-08-23 20:25:01 +0200
  • fb5df71101 not using strict mode in playground Michael Ochmann 2022-08-23 19:24:28 +0200
  • aaa15ce893 added playground for debuggin purposes Michael Ochmann 2022-08-23 19:23:44 +0200
  • 5acd3b362e fixed minor bugs Michael Ochmann 2022-08-23 19:23:35 +0200
  • 7e19ede470 added custom assertion error Michael Ochmann 2022-08-23 15:44:24 +0200
  • 543112f89e added better debug tools in strict mode Michael Ochmann 2022-08-23 15:18:56 +0200
  • 4eb24000e1 better asserts; start of implementing strict/non strict mode Michael Ochmann 2022-08-23 15:18:31 +0200
  • 81de125831 added filename to Token location Michael Ochmann 2022-08-23 15:18:19 +0200
  • 18067b6e56 added `strict` mode Michael Ochmann 2022-08-23 15:18:07 +0200
  • 0cc7b0dd45 added changelog for v1.2.0 master Michael Ochmann 2022-08-21 13:22:02 +0200
  • c7dcd85cce cleaned up index.php Michael Ochmann 2022-08-21 13:18:27 +0200
  • efa8516a67 fixed typos in readme Michael Ochmann 2022-08-21 12:35:02 +0200
  • 507e1e4d26 added tests for headings v1.2.0 Michael Ochmann 2022-08-21 12:23:19 +0200
  • e6ba398b14 Merge pull request 'Paragraph annotations' (#2) from feature/paragraph-annotations into development Michael Ochmann 2022-08-21 12:19:29 +0200
  • e37050c3f4 added tests to check for annotations breaking things #2 Michael Ochmann 2022-08-21 12:18:38 +0200
  • 496034258a fixed annoations breaking headings Michael Ochmann 2022-08-21 12:18:18 +0200
  • 4e1e44a41b added braces to escapable characters Michael Ochmann 2022-08-21 12:04:48 +0200
  • b71dd1d440 added annotation example to readme Michael Ochmann 2022-08-18 17:41:30 +0200
  • e841ca30ad Merge branch 'development' into feature/paragraph-annotations Michael Ochmann 2022-08-18 17:29:37 +0200
  • 1aa376d6ec fixed bug in parser where bold text on single line was parsed as list Michael Ochmann 2022-08-18 17:28:43 +0200
  • 9d407c3706 now parsing `id` and `class` annotations on paragraphs Michael Ochmann 2022-08-18 17:19:36 +0200
  • 6100cf0f6b added `LBRACE` and `RBRACE` tokens to lexer Michael Ochmann 2022-08-18 16:56:07 +0200
  • 499b2b6fe4 fixed annotation test Michael Ochmann 2022-08-18 16:55:36 +0200
  • 8408d735dc Merge branch 'development' into feature/paragraph-annotations Michael Ochmann 2022-08-18 16:31:36 +0200
  • d6f4545325 added test for paragraph annotations Michael Ochmann 2022-08-18 16:31:21 +0200
  • 39307e24e9 fixed test for codeblocks Michael Ochmann 2022-08-18 16:30:39 +0200
  • 08ea243729 added usage example Michael Ochmann 2022-08-18 16:20:43 +0200
  • 1bca2ac15c added changelog for new version v1.1.2 Michael Ochmann 2022-08-18 15:44:20 +0200
  • d7e17e59df bump version Michael Ochmann 2022-08-18 15:42:57 +0200
  • 289d68fa2f added support for `prism` style code highlighting Michael Ochmann 2022-08-18 15:41:50 +0200
  • abb2dbc690 making shure, php 8.1 or higher is required v1.1.1 Michael Ochmann 2022-08-18 15:22:24 +0200
  • 859e4801ab mentioning tests in readme v1.1.0 Michael Ochmann 2022-08-18 15:14:28 +0200
  • 35dbd30681 added changelog for Michael Ochmann 2022-08-18 15:12:05 +0200
  • aefa51e96c added license Michael Ochmann 2022-08-18 15:08:48 +0200
  • b0cb237b22 releasing version 1.0.0 Michael Ochmann 2022-08-18 15:06:33 +0200
  • 3fb2aa6a2d added full test suite for: feature/tests Michael Ochmann 2022-08-18 14:55:32 +0200
  • 559574b492 fixed endless loop when blockquote had not empty line after Michael Ochmann 2022-08-18 14:32:16 +0200
  • 86c895b971 removed old monkey tests Michael Ochmann 2022-08-18 13:53:19 +0200
  • 1457431f9e removed test strings from readme; added nesting to mentioning of nesting Michael Ochmann 2022-08-18 13:52:19 +0200
  • 850dd51029 now using color option on `PHPUnit` Michael Ochmann 2022-08-18 13:24:12 +0200
  • fc2c074e5b now checking if skipped empty node is actually a text node Michael Ochmann 2022-08-18 13:22:50 +0200
  • cbba8bf4dd finished tests for inline elements Michael Ochmann 2022-08-18 13:22:00 +0200
  • 3b4c24b02b added tests for inline elements Michael Ochmann 2022-08-18 12:59:43 +0200
  • 3ce53597a4 added test for ordered lists (`<ol>`) Michael Ochmann 2022-08-18 12:59:21 +0200
  • 34d502b090 added test for list elements Michael Ochmann 2022-08-18 12:58:13 +0200
  • ec4169ea22 added helper functions which are injected into every test Michael Ochmann 2022-08-18 12:57:44 +0200
  • edafdd15ea added `PHPUnit` as dev dependency Michael Ochmann 2022-08-18 12:56:56 +0200
  • 0378f35b07 now preventing empty lines from gettin parsed into paragraphs Michael Ochmann 2022-08-18 12:04:27 +0200
  • e0800aa7cb removed unnessecary escaping in readme v1.0.0 Michael Ochmann 2022-03-27 19:33:43 +0200
  • f0c6e1484c completely rewrote parsing of lists Michael Ochmann 2022-03-27 19:22:48 +0200
  • b61060302c implemented horizontal rules. Michael Ochmann 2022-03-01 18:50:57 +0100
  • 3025f885f7 added `phpunit` dependency Michael Ochmann 2022-03-01 10:52:57 +0100
  • 2c00ed8b4a git push fixed link handling Michael Ochmann 2022-03-01 10:26:57 +0100
  • 98b72d96c1 added parkdown logo Michael Ochmann 2022-03-01 10:03:19 +0100
  • a63756d2b0 fixed table alignment parsing Michael Ochmann 2022-03-01 09:44:03 +0100
  • a1bf9a82ae fixed typo Michael Ochmann 2022-02-28 17:43:03 +0100
  • 349d5bc012 added support for blockquotes Michael Ochmann 2022-02-28 17:41:49 +0100
  • 7f70681411 added readme as test Michael Ochmann 2022-02-28 17:01:03 +0100
  • b7eeae8626 implemented escaping Michael Ochmann 2022-02-28 16:52:12 +0100
  • 4c0ff45e02 fixed paragraphs not being able to have line breaks Michael Ochmann 2022-02-28 16:16:31 +0100
  • 03356fc709 restructured abi of main class Michael Ochmann 2022-02-28 16:16:15 +0100
  • 3ea15a3f51 fixed parsing of tables Michael Ochmann 2022-02-28 14:45:52 +0100
  • 35546e556a implemented tables Michael Ochmann 2022-02-28 10:51:04 +0100
  • 65744f1363 added support for images Michael Ochmann 2022-02-27 01:07:25 +0100
  • 2d7cf901b9 added support for links and references Michael Ochmann 2022-02-26 23:50:33 +0100
  • b917c74bdf implemented code blocks Michael Ochmann 2022-02-26 19:39:24 +0100
  • 9ff845fb09 initial commit Michael Ochmann 2022-02-26 18:20:31 +0100