For those of us still using Stata 15, putwrap facilitates the commingling of putdocx commands and commentary (large bodies of text). But it doesn't seem to support spreading putdocx commands over multiple lines in the following way:

Code:
putdocx table ame1 = etable, layout(autofitcontents) width(100%) ///
title("Table 5") ///
note("Significance levels adjusted for multiple comparisons using Bonferroni") ///
note("* p < 0.05, ** p < 0.01, *** p < 0.001")
Does anybody have any suggestions on other approaches that may work with putwrap?