Closed KyleMit closed 4 years ago
Asked about diff library that can markup the delta between two strings to look for prior art.
Instead, looking to publish diffing as md-diff
Would like to validate edge cases via a js test framework, but don't have any defacto framework to leverage. Possible frameworks include: mocha, jest, jasmine, or karma
be able to compare deltas and show insert / delete text from previous day or over time
We can use some semantic demarcating edits tags:
<ins>
<del>
A couple potential vehicles:
faqs-prev.json
and new data tofaqs-cur.json
. Then when building site, grab both data sets (IDs must match) and build updated markdown with diffs