Fixed the table not-updating bug which would only affect some tables and not others.
- The markdown wouldn't update when a table change was made which would mean that the table would appear non-functional.
- This was due to the regex not matching oddly formatted tables (tables that were valid enough to be rendered by Obsidian but might have had 1 weird character or a missing pipe, etc).
- Changed
findTableRegex
toreplaceTableInText
function