pimd icon indicating copy to clipboard operation
pimd copied to clipboard

PIMD – Processing Instructions for Markdown

Results 65 pimd issues
Sort by recently updated
recently updated
newest added

## The devDependency [eslint](https://github.com/eslint/eslint) was updated from `5.16.0` to `6.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `6.0.2` to `6.1.0`. 🚨 [View failing branch](https://github.com/hagenburger/pimd/compare/master...hagenburger:greenkeeper%2Fmocha-6.1.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The devDependency [sinon](https://github.com/sinonjs/sinon) was updated from `7.3.0` to `7.3.1`. 🚨 [View failing branch](https://github.com/hagenburger/pimd/compare/master...hagenburger:greenkeeper%2Fsinon-7.3.1). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The devDependency [eslint](https://github.com/eslint/eslint) was updated from `5.15.3` to `5.16.0`. 🚨 [View failing branch](https://github.com/hagenburger/pimd/compare/master...hagenburger:greenkeeper%2Feslint-5.16.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Check if HTML comments are rendered right in combination with Markdown ``` ```

Check if: ```markdown --- ``` Renders to: ```html ```

bug

Some files should not be released as Node module and therefore be put into the `.npmignore` file: - `./demo/` - `./scripts/` - `./.hound.yml` - `.prettierrc` - `.npmignore` - `greenkeeper.json` -...

good first issue

Hi @hagenburger, it seems I finally fixed the Attribute plugin, thanks to your great masterclass on Regex functions last tuesday. All 5 Attributes tests are passing now. Can you please...