This website requires JavaScript.
Explore
Help
Sign In
Aadhavan Srinivasan
Rockingcool
0 Followers
·
0 Following
Joined on
2022-10-09
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
25
Projects
Packages
Public Activity
Starred Repositories
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-23 13:04:28 -05:00
4a15330874
Updated showing of image
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-23 13:04:19 -05:00
c14112d3e4
Updated special and escapable characters
Rockingcool
pushed to
fixingIncompleteElements
at
Rockingcool/md-to-html
2025-05-23 07:07:15 -05:00
09982f4ab1
Made some changes
Rockingcool
pushed to
fixingIncompleteElements
at
Rockingcool/md-to-html
2025-05-20 21:24:53 -05:00
4101767aff
Merge remote-tracking branch 'origin' into fixingIncompleteElements
ed7d2c1ef1
Added code parser to list line parser list
Compare 2 commits »
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-20 21:23:54 -05:00
ed7d2c1ef1
Added code parser to list line parser list
eb20f154a4
Removed unused function
172985131b
Fixed HTML rendering for horizontal rule
3781e67ab1
Created a separate list of escapable chars
f2d54edd3f
Implemented inline code parsing
Compare 6 commits »
Rockingcool
created branch
fixingIncompleteElements
in
Rockingcool/md-to-html
2025-05-20 21:22:25 -05:00
Rockingcool
pushed to
fixingIncompleteElements
at
Rockingcool/md-to-html
2025-05-20 21:22:25 -05:00
234145bcb3
Started working on parsing changes to allow incomplete elements to be parsed (eg. opening bold, followed by text, without closing bold)
eb20f154a4
Removed unused function
172985131b
Fixed HTML rendering for horizontal rule
3781e67ab1
Created a separate list of escapable chars
f2d54edd3f
Implemented inline code parsing
Compare 6 commits »
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-20 15:48:55 -05:00
e051c87f08
Factor list line common parsing into a separate function; refactored
9b1c51897c
A nested list can be ordered or unordered
2a3dddc7b0
Rename function
a8793b5adb
Remove obsolete comments
eecec764ad
A list can contain a blockquote as well.
Compare 16 commits »
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-20 12:25:34 -05:00
5c871f2b25
Removed test file
5273c99e6e
Added unordered list tests and integration tests; added strikethrough
50888c9c3d
Added bold and strikethrough tests
45115c765c
An unordered list must end in a blank line.
5b0d42fd2d
Use the in-order parsing approach instead of the post-order one.
Compare 24 commits »
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-09 23:14:27 -05:00
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 »
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-08 17:54:11 -05:00
1df7f64aec
Started working on blockquote parser
bfd627c763
Added blockquote tests
Compare 2 commits »
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-07 14:21:30 -05:00
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 »
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-06 17:11:01 -05:00
e7ea7b6ba6
Removed unecessary case statement
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-06 17:10:02 -05:00
ef132791a1
Applied lots of hints, mostly redundant brackets
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-06 17:07:53 -05:00
ca0d09dfab
Added another test
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-06 17:06:38 -05:00
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 »
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-05 10:31:36 -05:00
9a128407cc
Fixed newline bug; working on fixing the last failing test
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-05 09:43:11 -05:00
a18d03e4ac
Working on parsing single newlines
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-04 16:23:10 -05:00
f916267d29
Changed parsing of header to consume optional newline; removed debug statements
9555f55575
Fixed typo in test
Compare 2 commits »
Rockingcool
pushed to
master
at
Rockingcool/md-to-html
2025-05-04 00:34:43 -05:00
7fdc1bcbf1
Trying to fix a bug where a header with a newline isn't recognized as a header
First
Previous
1
2
3
4
5
...
Next
Last