So yes, I'm aware that I can type lorem5*3<tab>
to get emmet to generate 3 lines of text where the last 2 lines are always random. Unfortunately, the FIRST line is always the same: "Lorem ipsum dolor sit amet." I'm currently trying to replace random manually-written text in a pre-existing HTML file with random "lorem ipsum" generated content instead, but I obviously don't want every instance to begin with "Lorem ipsum". Is there a trick to doing this in VSCode? Perhaps a configuration setting that tells emmet to always begin randomly? I need a way to either suppress the first line or to make it random.
Ideally, I'd be able to do this with VSCode's built-in Emmet, but an extension as a fallback would be fine, too.