distributedgov / distributedgov.github.io

Helping public service teams build highly effective remote and telework environments.
https://distributedgov.com
GNU Affero General Public License v3.0
0 stars 3 forks source link

Add ability to add freeform text to services fields #68

Closed lukefretwell closed 4 years ago

lukefretwell commented 4 years ago

The pages are breaking when adding free form text to these services fields:

Can we enable both of these to have paragraph, list and linking functionality?

Example:

prerequisites:
  - [Effective Telework in Distributed Government Teams](/training/effective-telework-in-distributed-government-teams)
  - [Managing Teleworkers in Government](training/managing-teleworkers-in-government)
brianseek commented 4 years ago

@lukefretwell I added a loop in prereqs in this PR: https://github.com/distributedgov/distributedgov.github.io/pull/70

I wasn't sure if you wanted those to print as bullet points like other sections do. As it is, it will just put each on a line of its own. If you want to add links like your example you will need to wrap them in quotes like this:

prerequisites:
  - "[Effective Telework in Distributed Government Teams](/training/effective-telework-in-distributed-government-teams)"
  - "[Managing Teleworkers in Government](training/managing-teleworkers-in-government)"