{%- include newline -%} assignment: # id id: {% assignment %} # assignment[name] name: | {{ page.title }} # assignment[description] description: |- {{ content | replace: newLine, blockNewLine }} # assignment[due_at] due_at: | {{ page.due_at }} # assignment[notify_of_update] notify_of_update: {{ page.notify_of_update }} # assignment[points_possible] points_possible: {{ page.points_possible }}