Dolan

Results 153 comments of Dolan

Considering `@angular/[email protected]` was released 2 months ago, I have a feeling think 17 won't be released until a while longer lol (I really hope I am wrong)

It should be captured by type definitions, so it shouldn't be possible to add a paragraph inside a paragraph. It wouldn't compile

Oh I see Then there is something wrong with the type definitions. Regarding a validator: docx uses https://github.com/ChristophWurst/xmllint-action to validate the generated xml against https://github.com/dolanmiu/docx/blob/master/ooxml-schemas/microsoft/wml-2010.xsd Maybe you could implement something...

Found it ``` excluded_directories: !!set .git: null addons: null ```

Yes, this is not released as of yet Will be part of the next major version as this is a breaking API change

Could you send the code as minimal reproduction steps?

Try something like this: https://github.com/dolanmiu/docx/blob/master/demo/45-highlighting-text.ts

Yes Try making the heading as a separate `Paragraph`

Yeah, i am not sure if this is possible. Is this even possible with Word itself? I can do it in word by adding a table into the text box,...