vee w,
vee w,
I'm using index link Example: ``` [text][1] [1]: file.md ``` Also not working.
Confirm same problem. https://allmark.io/bin/windows_amd64/allmark.exe was not found.
This plugin is not working anymore in Netbeans 12.1.
> > > On my machine it's still working with NetBeans 12.1. Did you try a fresh install, @ve3 ? Yes, I tried that but when it was installed and...
I cannot even install. Download from this page https://github.com/madflow/flow-netbeans-markdown/releases/tag/2.3.2 ( flow-netbeans-markdown.nbm ) Try to install with Netbeans 12.3 but error. > The validation of downloaded plugins cannot be completed, cause:...
@jpeck There is a problem with Bootstrap responsive table. http://jsfiddle.net/LqZ2T/82/ - The header width is wrong. - On narrow size of screen when horizontal scroll, the header is not hidden....
I think it is the same as this issue https://github.com/rtfpessoa/diff2html/issues/185 Add `position:relative` to `.d2h-diff-table` class will work and line number still show the same across browsers. The CSS did not...
I don't see any horizontal scroll broken. https://codepen.io/ve3/pen/LYyOdNQ Checked on Firefox, Chrome. How does it broken? side by side or some special configuration? Update: Oh! I see that when H...
I was updated the example -> https://codepen.io/ve3/pen/LYyOdNQ The code below can help fix horizontal scroll **with** position relative. ```js // @link https://stackoverflow.com/a/8676457/128761 Fix horizontal scroll. var leftOffset = parseInt($(".d2h-code-side-linenumber").css('left')); //Grab...
> > > @aldifirmansyah, No I also tried but I can't seem to fix it. > I am just using this CSS rule, to make things a little better >...