Rafe Goldberg
Rafe Goldberg
yo, so first off this `gulp-webserver` guy is a fantastic ‘lil plugin. I've only got one (minor!) bone to pick, which is that the plugin continues to print logs even...
Would be nice to add a reference for Jade's inline tag syntax, like so: ```pug blockquote Lorem, ipsum #[a(href="http://google.com") dolor sit] amet. ``` In any case, it's not easy to...
Heyyo, this plugin looks awesome. Quick q: is there an option to use space.js with a custom selector? It's a pretty common jQuery plugin pattern, I believe. Just for clarity,...
Let's add a `previewText` export method to the RDMD engine to [loop through the AST](https://www.npmjs.com/package/unist-util-flatmap) and remove any non-paragraph nodes. Then we can [transform that to plain-text](https://www.npmjs.com/package/remark-plain-text), and do the...
We should probably pull the ReadMe-side TOC styles in to this repo!
I set up `TerserWebpackPlugin` to run on our builds a while back, but for some reason the minified output would break the ReadMe app whenever I imported it! https://github.com/readmeio/api-explorer/blob/67ebc1dde38871bee0c8127166ae3dd90668051d/packages/markdown/webpack.config.js#L18-L27 Didn't...
Technical documentation features a lot of code blocks. We already allow authors to customize the base background and text colors for code blocks. We should extend this support to the...
Currently, the RDMD engine handles pinned sidebar blocks in a somewhat hacky way: we always render the full doc content (pinned and non-pinned blocks alike), [wrapping sidebar blocks](https://github.com/readmeio/api-explorer/blob/master/packages/markdown/processor/parse/magic-block-parser.js#L4-L14) in a...
Callout should clear floated elements on either side so they don't interrupt the block's inner content layout.
## Bug Description When a flexible content field is loaded in to another group via ACF's built-in `clone` field the plugin struggles to load or save templates for the given...