Move </mark> on word right in dac examples

Change-Id: I7669164b1ad1064fc9b8876418b7a27a3c4718ce
diff --git a/lvc_identification.Rmd b/lvc_identification.Rmd
index 5391013..30c03f6 100644
--- a/lvc_identification.Rmd
+++ b/lvc_identification.Rmd
@@ -115,4 +115,5 @@
       minOccur = 5,
       addExamples = TRUE
     ) %>%
+  mutate(example=str_replace(example, "(</mark>)(\\W?\\w+)", "\\2\\1")) %>%
   show_table()