mdrip
mdrip copied to clipboard
turns markdown into tested tutorials
@monopole can we tag a new version? ``` go install github.com/monopole/[email protected] go: downloading github.com/monopole/mdrip v1.0.1 go: github.com/monopole/[email protected] (in github.com/monopole/[email protected]): The go.mod file for the module providing named packages contains one...
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.2.0 to 1.4.1. Release notes Sourced from github.com/gorilla/websocket's releases. v1.4.1 Notable Changes ⚠️ This release fixes a potential denial-of-service (DoS) vector in gorilla/websocket, and we recommend that...
It seems empty line between the markup and code block will cause the test being skipped. See https://github.com/kubernetes-sigs/kustomize/pull/3253#issuecomment-731143696
If you run mdrip test.md, you get no block found in given file https://gist.githubusercontent.com/dougbeal/f4d3671c94d010c35ea7c609f3c81fc5/raw/74326322309b0a64a5719b62d06baa4e1fb158d2/test.md If you remove @dash-em, 2 block will be found.
I noticed that I get an occasional test failure where stderr doesn't seem to be captured: ``` $ go test -v github.com/monopole/mdrip === RUN TestLex --- PASS: TestLex (0.00s) ===...
Hello, I noticed that `internal/web/server/lissajous.go` specifies a non-commercial use license in its copyright message: ``` // License: https://creativecommons.org/licenses/by-nc-sa/4.0/ ``` But the project itself is MIT-licensed. The non-commercial use copyright was...
4/18 ~ i cant reproduce this in a "non jay" environment, so maybe ill close it. Original report: # Problem Statement mdrip test fails at the right time, effectively in...
# problem statement `mdrip test` panics if run with a folder that has no .md files in it, that gives users impression that mdrip itself is broken. # solution -...
# Problem Statement It appears - mdrip print - checks files for their suffixes, which means you can't extract md from non .md files, i.e. in internal/loader/filter.go: ``` if filepath.Ext(info.Name())...
# Problem Statement MDrip Block Time out doesnt accept day values # Solution Either support pflag, or just update the docs w/ a long time example (i.e. `--block-timeout-duration=48h`. # Details...