Issue 33: Add README.md file below the Tile grid on the web page #105
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello, sorry for the very late response but I have come up with a solution for issue #33 . I was able to get the readme.md file to display under the art as you requested but I required a few additional libraries to help me out. To carry out with this request, I've used a node library known as Marked.
The markdown.js file will read the README.md file and then rewrite it into a HTML file. This HTML file will then be displayed as an object right underneath the art piece. If you make any changes to the README.md file, you'll need to go into the terminal, direct yourself to the js folder and run "node markdown.js" in order to update the README section of the HTML
I hope you are satisfied with how Implemented this display. If you need any clarification or want me to make any changes, I'll be happy to do so