instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.66k stars 2.5k forks source link

Change list format to match rest of docs #2011

Closed scoutskylar closed 2 years ago

scoutskylar commented 2 years ago

Most lists like this in the docs use commas. This pull request changes the vertical pipes to commas and removes the single quotes around each list item. Using vertical bars causes the text to not render properly, as explained in https://github.com/instructure/canvas-lms/pull/1943. Closes https://github.com/instructure/canvas-lms/pull/1943

scoutskylar commented 2 years ago

I don't know how to use Rails, but I edited the file data_service_canvas_submission.md manually. Will that work @spencerolson?

spencerolson commented 2 years ago

@scoutskylar I think your change looks good, I'll double-check locally to make sure your change to the markdown file matches what would have been generated from the command I shared.