Mike Hingley
Mike Hingley
> Unfortunately it's an issue in Kramdown, see https://github.com/gettalong/kramdown/issues/431 / https://github.com/jekyll/jekyll/issues/2818 / https://stackoverflow.com/questions/23751917/how-do-you-disable-tables-in-kramdown and it seems to be a wontfix. > > Creating a remark-lint plugin for this would make...
Hi @vhf - I've put together a plugin based on taking apart the other plugins that are available, and pretty much copying what was there. I have uploaded it into...
I've created an NPM package - was able to upload from Command Line - but was hoping to publish from GitHub Action - getting an error so will need to...
Thanks, @vhf - these are great points. I've unpublished the package from npm - great point about the AST - I'll have a go at your suggestions.
Hi @vhf, I've gone ahead and made the changes you suggested. I'm a bit dubious about the visit within a visit that I have written. https://github.com/computamike/remark-lint-no-pipes-in-links/blob/46aadbcf4f54de9b4838a7403db4bab259f4cd8a/index.js#L43 I'm not sure if...
hi @vhf - sorry i've been a bit slow. I have build a v0.1 package, and published it to GitHub. https://www.npmjs.com/package/remark-lint-no-pipes-in-links
I am rebasing this branch and will update as soon as I pick apart what has changed since I first set up this branch
Writing the terminal bell character doesn't appear to give any information (about whether the sample is still playing etc) - however we might be able to find the sample that...
@summerbeth - I think that user visitor counts can be collected by a service like Google Analytics - or.. if you prefer - something like Matomo [Matomo supports MySQL as...
I might have a go a creating a docker image - because I was wondering if I could use it through WSL.