OpenWaterFoundation / owf-app-viz-demo-ng

Open Water Foundation application to test different visualizations in Angular
0 stars 0 forks source link

Convert Resources menu to markdown #15

Open smalers opened 3 years ago

smalers commented 3 years ago

The current Resources page is HTML, from what I understand. It looks good (don't make it worse!). However, it would be a good test to see if it can be configured as Markdown (see also the Showdown issue), especially with use of images. The URL path should be something like /resources to match the menu. The Markdown could use a table like the following:

| **Resource** | **Description** |
| -- | -- |
|  ![](link for image) | Text formatted similar to existing.  Should be able to use `<canvas>`<br>**Heading**, and lists.

This demonstration would force figuring out where images and files live. Ideally then can be in a resources folder and not mixed in with other files.