KevinWorkman / StaticVoidGames

http://StaticVoidGames.com
GNU General Public License v3.0
5 stars 7 forks source link

Fix Tutorial Markdown (images, links) #2

Open KevinWorkman opened 9 years ago

KevinWorkman commented 9 years ago

Tutorials are written in markdown. I've converted them from HTML, which mostly worked. However, two things didn't translate correctly:

1- The image tags weren't converted to markdown image tags. 2- The link to the next lesson at the end of each tutorial doesn't parse. It looks like markdown requires absolute URLs.

It would be very helpful for somebody to go through the tutorial markdown files and fix the image tags and the links at the bottom. You don't even have to know how to code to help with this one.

Tutorial content is here: https://github.com/KevinWorkman/StaticVoidGames/tree/master/StaticVoidGames/src/main/webapp/WEB-INF/tutorialsContent