Tier: 2-Intermediate
Convert Github flavored markdown into HTML code.
- User can enter Github flavored markdown into a
textarea -
User can see the resultingIt is done automatically when typingHTMLin another container/box by pressing on a button
- User can see the resulting
HTMLupdated automatically when the markdowntextareais changed - When closing the browser window the markdown formatted text will be stored in
localStorageand when the User returns, the data will be retrieved and displayed - User can click a button to download a markdown file
- User can click a button to download a markdown file

