markdown icon indicating copy to clipboard operation
markdown copied to clipboard

ReadMe's flavored Markdown parser and React-based rendering engine.

Results 59 markdown issues
Sort by recently updated
recently updated
newest added

The [commonmark spec](https://spec.commonmark.org/0.29/#fenced-code-blocks) allows an unclosed code block to extend to the end of the doc. I think we allowed this until #70, but didn't have a test for it?

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

If someone happens to have an API Reference page with the following Markdown with invalid CSS, the Markdown engine will currently fail, taking the rest of the Explorer component down...

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.

| [![PR App][icn]][demo] | Fix RM-XYZ | | :--------------------: | :--------: | ## 🧰 Changes Exports our `Owlmoji` class for consumption in the main app. ## 🧬 QA & Testing...

| [![PR App][icn]][demo] | Fix RM-9013 | | :--------------------: | :---------: | ## 🧰 Changes Describe your changes in detail. ## 🧬 QA & Testing - [Broken on production][prod]. -...

[![PR App][icn]][demo] | Fix RM-9020 :-------------------:|:----------: ## 🧰 Changes MDXify the `Image` component ## 🧬 QA & Testing - [Broken on production][prod]. - [Working in this PR app][demo]. [demo]: https://markdown-pr-PR_NUMBER.herokuapp.com...

Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...

dependencies