Rockingcool pushed to master at Rockingcool/md-to-html
-
e7d94f225a Updated show definitions for some tokens; add HTML syntax
-
e8eb22f3ae Added pragmas to suppress LSP warnings; removed a random line that was
-
ef1809970b Greatly shortened parseQuotedLine, because I can just use greedyParse
-
549504d650 Consume whitespace between greater-than sign and text in a blockquote
-
4f23592aeb Add relevant modules to other-modules section, to get rid of cabal's
- Compare 9 commits »
1 week ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
1df7f64aec Started working on blockquote parser
-
bfd627c763 Added blockquote tests
- Compare 2 commits »
2 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
81671727b2 Added more parsers for escaped characters and links.
-
1b821c4315 Declare separate variable for escaped characters.
-
51728dd3a1 Added double-quotes to link URL when printing link.
-
56e1514213 Added more tests
- Compare 4 commits »
2 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
e7ea7b6ba6 Removed unecessary case statement
2 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
ef132791a1 Applied lots of hints, mostly redundant brackets
2 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
d1b0ce6b10 Move parseHeader up in the chain - parseDocument can either parse
-
b6f51c33c7 Parse until EOF instead of adding a manual check.
-
9ffbb7365c Removed commented line
-
71aacdd26a Removed unecessary parentheses
-
873795e267 Removed unecessary function
- Compare 5 commits »
2 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
9a128407cc Fixed newline bug; working on fixing the last failing test
2 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
a18d03e4ac Working on parsing single newlines
2 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
f916267d29 Changed parsing of header to consume optional newline; removed debug statements
-
9555f55575 Fixed typo in test
- Compare 2 commits »
2 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
7fdc1bcbf1 Trying to fix a bug where a header with a newline isn't recognized as a header
2 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
d771460bb1 Skip spaces at beginning of line; parse a line and header separately; add a Document data constructor for MdToken (consists of the entire document
-
26adcbbc69 Added more tests; fixed some existing tests by adding convenience functions
-
2b771256a1 Only get the first parse result, makes things easier to see
-
231673b6d6 Rename file name to match module name
- Compare 4 commits »
2 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
e51d16a39b Added more tests
-
2273448208 Updated .gitignore
-
eb40ee430f Removed 'dist-newstyle' from being tracked; updated .gitignore
-
66718845d8 Updated cabal file with instructions on split modules
-
d63cd98288 Split package into library module 'src' and executable 'app'
- Compare 5 commits »
2 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
626eb71097 Implement LeftmostLongest, renamed functions, failed parsing works now (see main function for example)
3 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
ade48bd64e Proof of concept for leftmostLongest function
3 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
8e07a5ed0e Trying to get recursive parsing working better
3 weeks ago
Rockingcool pushed to master at Rockingcool/md-to-html
-
1a838e343e Got recursive parsing working
3 weeks ago