allow for italics
Description
Allows for italics to be used for species names in headers and paragraph text
Changes Made
Pass text to VizSection template using v-html
, embed spans in text strings.
How to Test
Pull changes locally and run npm run dev
Related Issues
Fixes #21 (closed)
Additional Notes
will need to apply suggested change to css for - I committed this change, so you can test before merging.scientificName
class
Merge Request Checklists
-
Ensure that code changes adhere to best practices documented in README.md
-
Clean the code the way Vue likes it - run npm run lint --fix
-
Document which browsers the site has been tested on: - Desktop/laptop
-
Chrome -
Safari -
Edge -
Firefox
-
- Mobile device
-
Chrome -
Safari -
Edge -
Firefox
-
- Desktop/laptop
Edited by Hayley Corson-Dosch