Styling Pages and Assignments =============================== Rationale and brief explanation -------------------------------- I often want a "header" and "footer" across all of my content in a course. Using vanilla Canvas, this is unwieldly, because if I want to change the header and footer, I have to do it in every piece of content -- this is error prone, time consuming, and maddening. So, I wrote a styling system that provides two sets of headers and footers: * HTML at the very top and bottom * markdown inside that Essentially, the content gets stacked in this order: #. `header.html` #. `header.md` #. `source.md` #. `footer.md` #. `footer.html` Making a style --------------- A style in `markdown2canvas` is a folder containing four files. Their names are important: * `header.html` * `header.md` * `footer.md` * `footer.html` I hope they're self-documenting in purpose and content. Here's what's in the `header.html` file for my DS710 course: .. code-block:: html