Nico Hagenburger

Results 59 issues of Nico Hagenburger

Some languages require additional spacing: « fr » «fr-ch»

enhancement

en: “ ” => ‘ ’ en-UK: ‘ ’ => “ ” de: „ “ => ‚ ‘ …

enhancement

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

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...

enhancement
good first issue
plugin

Write a plugin that adds IDs and anchors to headings. ## Example Input: ```markdown # Lorem ipsum ``` Output: ```html Lorem ipsum ``` ## Background - The extra `` allows...

enhancement
plugin

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 -...

enhancement

## 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 ```...

enhancement
RGSoC

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...

enhancement
good first issue
plugin