-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ BUG ] Insert does not work on MacOS 10.15.7 zsh #119
Labels
Comments
on 11.5.2 i am now getting blank output all the sudden :( |
Could you provide a full example? Like:
|
having same problem on ubuntu 20.04 ➜ github-markdown-toc git:(master) cat tests/test_plussign.md
# C vs C++
Blabla...
➜ github-markdown-toc git:(master) ./gh-md-toc tests/test_plussign.md
Table of Contents
=================
<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
➜ github-markdown-toc git:(master) ./gh-md-toc --version
0.8.0
os: Linux
arch: x86_64
kernel: 6.0.0-060000-generic
shell: zsh 5.8 (x86_64-ubuntu-linux-gnu)
curl : curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
wget : GNU Wget 1.20.3 built on linux-gnu.
grep : grep (GNU grep) 3.4
awk : GNU Awk 5.0.1, API: 2.0 (GNU MPFR 4.0.2, GNU MP 6.2.0)
sed : sed (GNU sed) 4.7
|
Same here, Mac OS X Ventura or debian rodete debian:
Mac:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When running
gh-md-toc --insert ./Readme.md
i getIt seems this comes down to this command not working
but this one does
Notice the arguments to grep. I'm using zsh (the macos native shell now - not sure if that has an impact)
The text was updated successfully, but these errors were encountered: