Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
he1senbrg authored Apr 3, 2024
1 parent fe9c601 commit 7815945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Convert Github flavored markdown into HTML code

Initially, I believed I needed to construct the parser and compiler entirely from the ground up. Within just two days, I managed to accomplish around 95% of this task. However, progress I got stuck when I tried handling nested lists, which consumed more than a week of effort to achieve partial functionality.
Initially, I believed I needed to construct the parser and compiler entirely from the ground up. Within just two days, I managed to accomplish around 95% of this task. However, I got stuck when I tried handling nested lists, which consumed more than a week of effort to achieve partial functionality.


It wasn't until I noticed the presence of marked.js in the reference materials that I realized i could use a library. Utilizing marked.js made it way easier, thus completing the project.
It wasn't until I noticed the presence of marked.js in the reference materials that I realized I could use a library. Utilizing marked.js made it way easier, thus completing the project.


Despite the challenge, I will work on refining the handling of nested lists as a personal challenge. Building this website has been an satisfying experience, and I would love to continue improving it.
Expand Down

0 comments on commit 7815945

Please sign in to comment.