Aadhavan Srinivasan Rockingcool
  • Joined on 2022-10-09
Rockingcool pushed to master at Rockingcool/india-translator 2025-06-29 17:34:42 -05:00
8f7d4e477f Added my name to the bottom
Rockingcool pushed to usingMegaparsec at Rockingcool/md-to-html 2025-06-18 14:22:05 -05:00
7d45b1123f Renamed md-to-html-runner to mdtoh
Rockingcool pushed to master at Rockingcool/ccat 2025-06-16 10:16:08 -05:00
f32bbd2ff1 Added Markdown definitions for bold and italic with asterisks
Rockingcool pushed to master at Rockingcool/kleingrep 2025-06-15 12:15:50 -05:00
3c61ab16ae Added code for recursively traversing directories
Rockingcool pushed to usingMegaparsec at Rockingcool/md-to-html 2025-06-10 13:15:02 -05:00
9627abcd12 Updated test
Rockingcool pushed to usingMegaparsec at Rockingcool/md-to-html 2025-06-10 13:14:33 -05:00
82277e9ea8 Only add newlines for linebreak when pretty printing
Rockingcool pushed to usingMegaparsec at Rockingcool/md-to-html 2025-06-10 13:10:53 -05:00
d074b0131c Parse linebreaks as a backslash before a newline
Rockingcool pushed to usingMegaparsec at Rockingcool/md-to-html 2025-06-10 13:02:30 -05:00
57cb3e68fa Import module for word wrapping; add package to cabal file
4e9f84c2bb Add function to pretty print; commented out my word wrap and use a
e025614324 Print extra newline if output text doesn't include a newline
e711444066 Add more packages to cabal file
Compare 4 commits »
Rockingcool pushed to usingMegaparsec at Rockingcool/md-to-html 2025-06-10 08:12:58 -05:00
6b99a1835d Created a separate parser list for all parsers (except the unit parser
04167e0f96 Parse CSS classes in image and figure
0528e813c5 Parser for CSS classes
b1b99189c9 Link tect can be empty; inline code cannot be empty and can have nested
ade3768e29 Try and backtrack
Compare 15 commits »
Rockingcool pushed to usingMegaparsec at Rockingcool/md-to-html 2025-06-03 14:37:40 -05:00
b8ba27f240 Strip newlines when comparing in test
bb08b40512 Replaced nested bold with asterisks, with asterisks and underscores
93548a4533 Never mind, doesn't seem to work well
160cb0edeb Trying to get nested bold and italic to work
Compare 4 commits »
Rockingcool pushed to usingMegaparsec at Rockingcool/md-to-html 2025-06-03 10:20:27 -05:00
2893fa25e6 Include new packages
324e5da82d Use new definition for lefmostLongestParse
05e5548aa9 Huge rewrite - use megaparsec instead of readP
1915628a2b Used 'in-order' parsing for headers, instead of leftmostLongestParse
Compare 4 commits »
Rockingcool created branch usingMegaparsec in Rockingcool/md-to-html 2025-06-03 10:20:26 -05:00
Rockingcool pushed to master at Rockingcool/india-translator 2025-05-28 07:54:11 -05:00
945d3d6526 Paying my dues
Rockingcool pushed to master at Rockingcool/md-to-html 2025-05-27 12:41:53 -05:00
1d9ac86a2a Implementation and test for horizontal rule
Rockingcool pushed to master at Rockingcool/md-to-html 2025-05-27 08:28:26 -05:00
0320402957 Fixed how trailing newlines are parsed
Rockingcool pushed to master at Rockingcool/md-to-html 2025-05-27 07:55:16 -05:00
8696a185a7 Rewrote readLines function to be more concise
Rockingcool pushed to master at Rockingcool/md-to-html 2025-05-27 07:55:05 -05:00
da38ac226f Added figure implementation and tests
Rockingcool pushed to master at Rockingcool/md-to-html 2025-05-23 18:06:44 -05:00
1fcce32ef6 Updated to read from stdin/file
e50081614a Removed section from cabal file
Compare 2 commits »
Rockingcool pushed to master at Rockingcool/md-to-html 2025-05-23 13:56:05 -05:00
b98a8cc44f Added image tests
Rockingcool pushed to master at Rockingcool/md-to-html 2025-05-23 13:04:44 -05:00
90c7a585d2 Added image parser