CJGutz / unchained

Simple template renderer and router
https://gutzkow.com
MIT License
2 stars 0 forks source link

5: Add markdown rendering to eportfolio #16

Closed CJGutz closed 2 days ago

CJGutz commented 2 days ago

Uses the markdown_rs package to convert markdown files to html. Added two routes to handle requests to pages for courses. First route to use FromRequest. Separates router and server into two different files. Adds new operation for loading markdown files with md Moves handling of errors into separate function.