I'm wondering if the following is possible. Say in markdown cell one and two I have the following:
CELL1: Newton's second law is defined as:
CELL2: $ F=ma $
Now, I would like the contents of markdowncell 2 to be 'cloned' to another markdown cell way further down. Like this:
CELL19: Recall earlier, we said that Newton's second law was defined as
CELL20: {contents of markdown cell 2}
---
I've not yet attempted, but I suspect that something along these lines will be involved if it is at all possible.
I would like it such that if the contents of markdown cell 2 were changed, eg... $ F=ma $ -----> $$ F=ma $$ ... then the changes in the other cell would occur.