Motivation behind the feature and what it will do
We want to display meeting minutes on our site and we have a few options to do that.
- We can display the PDFs within the site in an
<iframe>, which is easy to do and it would look exactly like the finals PDFs.
- Parse it into Markdown and have it built on the site. Needs research, but we have more control in what it looks like and can create a table of contents, navigation, etc.
Tasks
Motivation behind the feature and what it will do
We want to display meeting minutes on our site and we have a few options to do that.
<iframe>, which is easy to do and it would look exactly like the finals PDFs.Tasks
publicto store the meeting minute PDFs.