I would like to ask if it is possible to enter HTML tags in the generated text when generating a docx document, e.g. string "Sample text with <b>bold</b> tag".
I would like the word "bold" to be bold after generating the document. Currently, in my docx4j program, it simply writes tags to the document without recognizing them as HTML tags.