Skip to content

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 .scientificName class - I committed this change, so you can test before merging

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
Edited by Hayley Corson-Dosch

Merge request reports

Loading