Robert Mark Bram
Robert Mark Bram
It seems very responsive on Chrome under iOS (iPad).
Chrome version is 34.0.1847.114 SM9005 - Samsung Galaxy Note 3 Android 4.3 I may be mis-remembering if I played it much on my Android vs my iPad.. But I definitely...
Cross-post from another issue, but I think this is more appropriate. I installed docker and am using it with Cygwin. I created my mdvDocker script as below. Had to add...
@reynoldscem How do I install it from git? I tried downloading master and copying over the contents of `C:\cygwin64\lib\python3.6\site-packages\mdv` and now I don't see anything for code blocks at all.....
I installed docker and am using it with Cygwin. I created my mdvDocker script as below. Had to add winpty (https://github.com/zeit/hyper/issues/2888) ``` #!/bin/bash winpty docker run --rm -v $PWD:/sandbox -w...
As per [this stackoverflow post](https://stackoverflow.com/questions/55779392/what-vs-code-extension-is-adding-these-non-text-lines/) it seems to be combination of `yzhang.markdown-all-in-one` and `AlanWalk.markdown-toc`
And I can prevent this negative side-affect in `AlanWalk.markdown-toc` by un-ticking "Auto update on save".
I think the behaviour should be - do not modify the selected text (so don't remove any trailing or leading new lines if the user wants them there for whatever...
Hi @mdickin , try putting some extra lines at the end of of your file, then you might see the behaviour.. Before:  After: ![2019-03-27 15_51_02-VS Code...
I am using the following in a bash script as a pre-processing step to achieve this atm. ```bash rm -r temp.md touch temp.md echo -e "\n\nTOC\n" >> temp.md IFS=$'\n'; for...