You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @g-pearl, I think you're after the implementation outlined in #75? This would permit you to apply a different style to a particular "Run" within a paragraph.
@g-pearl This functionality is now available in the dev branch if you want to take it for a spin. You will need to use the new Paragraph { } implementation for it to work (the old implementation will remain for compatibility and ease of use). See Example38.ps1 for more details.
I am trying to work on a configuration report and I want to Highlight areas that are incorrect.
I have everything working like I want but when I apply a style it highlights the entire line but I would like it to highlight only the provided text.
Is there a WholeLine (True/False) parameter that I missed or is this the designed result. I could see both options being useful.
Code is as follows:
The text was updated successfully, but these errors were encountered: