When the word document is in a sharepoint folder, the following plantuml directive doesn't work :
@startuml
!include .\resources\open_session.md
@enduml
It seems to be a problem with the relative path. When I change the relative path by an absolute path, it works.