Nico Hagenburger
Nico Hagenburger
en: “ ” => ‘ ’ en-UK: ‘ ’ => “ ” de: „ “ => ‚ ‘ …
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` -...
Currently the Showmore plugin accepts ranges (= from line X to line Y). In future, it should also support RegEx and Strings like the Highlight plugin. For example: ````markdown ```html...
Write a plugin that adds IDs and anchors to headings. ## Example Input: ```markdown # Lorem ipsum ``` Output: ```html Lorem ipsum ``` ## Background - The extra `` allows...
A nice looking default theme is needed for the first release. It should be: - subtle (no bright colors, mostly light grays like GitHub does) - use default fonts -...
## New feature as plugin This command will include the result of another Markdown file into the current one. The plugin should be named `@pimd/include-plugin`. ## Specifications ``` xml ```...
Right now, the [Showmore] plugin allows to hide 1 or more lines of code. [showmore]: https://github.com/hagenburger/pimd/tree/master/plugins/showmore#readme ## New feature Allow ranges to accept columns: 1. `+showmore=2:10..2:20`: Hide character 10 to...