remark-generic-extensions icon indicating copy to clipboard operation
remark-generic-extensions copied to clipboard

!Extension[Content](Argument){Properties} -> :tada: — commonmark generic directive extension for remark

Results 39 remark-generic-extensions issues
Sort by recently updated
recently updated
newest added

## The devDependency [react-scripts](https://github.com/facebook/create-react-app) was updated from `2.1.3` to `2.1.4`. 🚨 [View failing branch](https://github.com/medfreeman/remark-generic-extensions/compare/master...medfreeman:greenkeeper%2Fdefault%2Freact-scripts-2.1.4). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The dependency [prop-types](https://github.com/facebook/prop-types) was updated from `15.6.2` to `15.7.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

I would like to be able to use markdown syntax inside the content of an extension. For example: "!highlight[Highlight this \*\*string\*\*]" should give me something like "Highlight this string" Is...

Valid – regular markdown supports image nested in anchor ``` [![](https://i.imgur.com/oG4ni03.png)](http://www.hyperfiddle.net) ``` image nested in generic – Doesn't work but i think could be semantically valid ``` !list[![](https://i.imgur.com/oG4ni03.png)]() ``` generic...

``` !anchor[](admin-account-masterlist) ``` ![image](https://user-images.githubusercontent.com/124158/37360990-2fc70c88-26c8-11e8-8390-5c748b567538.png) ``` (def remarkInstance (-> (js/remark) (.use js/remarkGenericExtensions (clj->js {"elements" {"anchor" {"html" {"properties" {"label" "::content::" "ident" "::argument::"}}} }})) (.use js/remarkGridTables) (.use js/remarkReact (clj->js {"sanitize" false "remarkReactComponents" (->>...

Changing both occurences of "div1" to "div" (and also the third occurence in the test markdown) causes markdown rendering to silently fail (nothing is emitted). Working remark scaffolding (clojurescript): ```clj...

allow placeholders like `%PHENOMIC_URL%` where replacement is defined in plugin configuration

enhancement

using [github pages](https://pages.github.com/)

doc

make `joi` an optionalDependency convert joi import to dynamic require

enhancement