jhudsl / cow

A GitHub API wrapper in R. Has additional functions to help wrangle GitHub published courses like OTTR courses.
0 stars 0 forks source link

Option to have cow::borrow_chapter() print out the source of the borrowed material #22

Open cansavvy opened 2 years ago

cansavvy commented 2 years ago

Might be as simple as having it print out the url if borrowed from. But basically it should add something to the footer that lets people know where the borrowed chapter is from.

It should be able to be turned on or off with an argument.

vortexing commented 2 years ago

Could this even be the output of the code chunk where a small line that renders immediately under the rendered chunk that says, "Adapted from: "? That way if you borrow multiple markdowns in a single OTTR page the acknowledgment will get rendered very close to the chunk?