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

This closes #45 : deploy live demo to github pages

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

If a code block contains ``, the preview must convert it into a `` (or other HTML tag) as otherwise the browser will ignore it. Two options: 1. Convert ``...

enhancement
good first issue
plugin

## Existing functionality ![Video preview of Showmore plugin](https://user-images.githubusercontent.com/103399/46336396-f7049980-c62a-11e8-94ec-9acdee8e858f.gif) Detailed documentation: https://github.com/hagenburger/pimd/tree/master/plugins/showmore#readme ## New feature To allow more easy counting, allow negative numbers: ````markdown ```html +showmore=2..-2 ``` ```` Should have the...

enhancement
good first issue
plugin

## New feature Allow inline JavaScript to create or manipulate content. ## Specifications Tbd. ## Example use cases ### Create a list out of files The following Markdown: ```markdown #...

enhancement
plugin
specification-needed

Create simple website with the following structure: ``` / # Home page with live preview and rendered README below, /plugins/highlight # Renderered /plugins/highlight/README.md /plugins/preview # Renderered /plugins/preview/README.md /plugins/... # All...

good first issue
RGSoC
documentation