smacademic / project-bdf

project-bdf created by GitHub Classroom
2 stars 0 forks source link

Add splitting of large comments #76

Closed afig closed 5 years ago

afig commented 5 years ago

Comments over 10000 characters will now be split into multiple comments, each starting with a heading that specified what reply number it is.

A new function (makeReply()) was specified to make this process modular. This new makeReply() function also handles the calls to arrayToString() and escapeMarkdown(), which were previously inline in unrelated blocks of code.

Closes #75