Josh Young

Results 4 comments of Josh Young

I think I'm running into this issue. I have 2 profiles setup when docked at work, one that uses the built-in monitor of the laptop along with 2 other monitors...

I just tested running the command to switch to the new layout 2x and that seems to work.

+1 this would really help reduce the load on our engineering support team.

my current workaround is to remove all `` after conversion. ``` public static String convertHtmlToMarkdown(String html) { if (html == null) { return null; } final String mdWithRogueBrs = HTML_TO_MD_CONVERTER.convert(html);...