mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
improving replace url features
This commit is contained in:
@@ -108,6 +108,12 @@ export const getStatus = ({
|
||||
markdownToHTMLSafe({
|
||||
markdownString: assignment.description,
|
||||
settings,
|
||||
replaceText: [
|
||||
{
|
||||
source: "insert_github_classroom_url",
|
||||
destination: assignment.githubClassroomAssignmentShareLink || "",
|
||||
},
|
||||
],
|
||||
}),
|
||||
canvasAssignment.description
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user