J-Dark
J-Dark
`fullScreenByDefault: true` triggers the fullscreen again the first time you exit fullscreen. I'm using Navigator 2.0 (using Routemaster package) and maybe its related to #618. You can find a repo...
On web, the video player turns black whenever you exits fullscreen. The video starts fine, you go on fullscreen and it's fine here too. Then, you exit fullscreen and the...
I get a FormatExceptions when user types a special character (e.g. a parenthesis) after a long string. With `test1 test2 test3 test4 test5 (` it works but with `test1 test2...
` ` is breaking emphasis syntax in markdown results. e.g.: `Text ` becomes `**Text **` instead of `**Text** ` The workaround is to `html2md.convert(html.replaceAll(' ', ' '))`