File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ For now we will require our parser support the follow Markdown syntax:
1010- Links: ` [Elixir](https://elixir-lang.org) `
1111- Images: `  `
1212
13- If you're looking to up the exercise difficulty try these bonus features:
13+ Looking to take this exercise further?
14+ Try out these bonus features:
1415
15- + Support option ` :keep_lines ` to retain newline characters
16- + Add the ability to parse backquotes: ` > Backquote `
17- + Implement ` document/2 ` to return a complete HTML document (` <html><head></head><body> ... </body></html> ` ) given a string of Markdown
16+ - Support option ` :keep_lines ` to retain newline characters
17+ - Add the ability to parse backquotes: ` > Backquote `
18+ - Implement ` document/2 ` to return a complete HTML document (` <html><head></head><body> ... </body></html> ` ) given a string of Markdown
1819
1920To verify your code works and the tests pass run:
2021
You can’t perform that action at this time.
0 commit comments