1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
Commit Graph

24 Commits

Author SHA1 Message Date
Aidan Woods
79a38a1ebb Implement EscapeSequence 2019-04-07 16:37:56 +01:00
Aidan Woods
164a39f3e9 Implement Emphasis 2019-04-07 16:37:56 +01:00
Aidan Woods
f2a3a2fb08 Implement Email 2019-04-07 16:37:56 +01:00
Aidan Woods
497045d25b Implement Code 2019-04-07 16:37:56 +01:00
Aidan Woods
760945008b Implement plaintext 2019-04-07 16:37:56 +01:00
Aidan Woods
18e239fba1 Implement Paragraph 2019-04-07 16:37:55 +01:00
Aidan Woods
b53971e656 Implement Table 2019-04-07 16:37:55 +01:00
Aidan Woods
0c730e0dc5 Implement Reference 2019-04-07 16:37:55 +01:00
Aidan Woods
565c8dd3cc Implement IndentedCode 2019-04-07 16:37:55 +01:00
Aidan Woods
ee094cb397 Implement Markup 2019-04-07 16:37:55 +01:00
Aidan Woods
edc004f503 Implement SetextHeader 2019-04-07 16:37:55 +01:00
Aidan Woods
af97e99b39 Implement Rule 2019-04-07 16:37:54 +01:00
Aidan Woods
a95bc60c30 Implement List 2019-04-07 16:37:54 +01:00
Aidan Woods
07c2566042 Implement Header 2019-04-07 16:37:54 +01:00
Aidan Woods
57c6350184 Implement FencedCode 2019-04-07 16:37:54 +01:00
Aidan Woods
194c916c6a Implement Comment 2019-04-07 16:37:54 +01:00
Aidan Woods
c50deda690 Implement BlockQuote 2019-04-07 16:37:54 +01:00
Aidan Woods
db657952d1 Add DefinitionBook configurable to replace definition data 2019-04-07 16:37:53 +01:00
Aidan Woods
0f6c0fa84d PHP < 7 compat
Don't use token name for function name

Remove return typehint

Remove parameter typehints
2019-04-07 16:37:51 +01:00
Aidan Woods
0f36000dc9 Add typed Context and Lines objects 2019-04-07 16:37:50 +01:00
Aidan Woods
f6a845fa52 Use typed Line object 2019-04-07 16:37:50 +01:00
Aidan Woods
8512e65a18 Standardise formatting 2019-04-07 16:37:49 +01:00
Aidan Woods
c429c47fee Remove strict_types for PHP 5.3 and 5.4 compat 2019-04-07 16:37:47 +01:00
Aidan Woods
88ab68fd0b Refactor into namespaces for PSR-4 2019-04-07 16:37:47 +01:00