'Bookdown:: word_document2 knits outdated word document

my manuscript output is no longer converted into an updated word document using bookdown or regular md. After knitting my .Rmd, I get an outdated version of the manuscript.docx with the header "My document - Compatibility Mode - Last Modified: Yesterday ..."

Restarting PC, R, reinstall "YAML" pckg were no help. Any idea how to fix the problem?

---
title: "My document"
output:
  bookdown::word_document2: default 
  bookdown::pdf_document2:
          toc: no
  word_document: default
bibliography: references.bib
header-includes:
- \usepackage[left]{lineno}
- \linenumbers
---


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source