blocks icon indicating copy to clipboard operation
blocks copied to clipboard

A set of files to use as input for Blocks.

Results 22 blocks issues
Sort by recently updated
recently updated
newest added

There are currently a few inconsistencies for displaying the Markdown content in Blocks vs how it is rendered by GitHub itself. This issue should help listing these inconsistencies. Be aware...

* For large files stored in LFS props.content is a pointer to the actual blob and not the content. It would be nice if there is a flag indicating such...

looks like we are matching files that have the parent directory name as a prefix, even when they aren't actually in the directory. (reported in [Discord](https://discord.com/channels/735557230698692749/1039950186136469535/1081270802814599198))

Some blocks may make sense only in certain contexts, e.g. a block intended to be used in Markdown. We could add metadata to restrict what scope they appear in. Feedback...

When expanded on hover, placing the pointer in the blank space between two icons makes the list enter a infinite shake between expanding and shrinking. Best explained visually: https://user-images.githubusercontent.com/76776/222196506-d46be5bc-d0cb-428d-9fa5-a5703b673ab5.mov Browser:...

Wanted to showcase the custom block I created and how to embed it in the README of the repo. With the below Markdown I would expect the BlockComponent to be...

With the default Markdown block, It seems that having text selected and expanding the selection to include a list entry item totally breaks the current selection by expanding it to...

GitHub MD preview currently supports the display/action of the `` and `` tags, but the Beta MD Blocks Editor does not show these as expected: https://blocks.githubnext.com/paulhibbitts/cmpt-363-222-pages-blocks/blob/main/ux-techniques-guide-no-divs.md?blockKey=githubnext__blocks-examples__markdown-block&fileRef= Same file on GitHub:...

When Divs are included in MD files the display the file seems to be severely impacted. For example, this file (scroll down): https://blocks.githubnext.com/paulhibbitts/cmpt-363-222-pages-blocks/blob/main/home.md?blockKey=githubnext__blocks-examples__markdown-block&fileRef= By removing the divs, the same content...

I use Docsify.js.org to display Markdown files, and when including a class the image does not display as expected (but was working in a standard GitHub repo, and as included...