paste-markdown icon indicating copy to clipboard operation
paste-markdown copied to clipboard

Paste spreadsheet cells as a Markdown table.

Results 14 paste-markdown issues
Sort by recently updated
recently updated
newest added

![IMG_E0949](https://user-images.githubusercontent.com/105240466/172538827-833ef7fc-d166-4432-b1cf-60ed434dbc9f.JPG)

![0184bebd-b592-4473-be53-85a16c0ff309](https://user-images.githubusercontent.com/105240466/172537100-d8b6d52f-b5f5-4896-b8e5-00736a241836.jpg)

A couple cases that generate the wrong markup. ### 1. nested html elements in link ```html foo bar foo bar ``` gets converted to ```markdown [foo](http://example.com/) bar foo [bar](http://example.com/) ```...

When attempting to `npm install && npm run test` in a fresh codespace, we initially see an error related to a missing shared library: ``` 26 04 2022 14:32:23.081:ERROR [launcher]:...

I was just trying to copy text out of an actions workflow, specifically [these lines](https://github.com/xt0rted-test/setup-dotnet-test/blob/044a4edc45952284fc730aed213e32644d07cb34/.github/workflows/dotnet-sdks.yml#L26-L32). Since I'm using OctoLinker the action name is linkified and the text that gets pasted...

To manage events, typically these projects have followed a pattern of using `subscribe(): () => void` where the returned function is the unsubscribe method. This gives us a more "ergonomic"...

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.1. Changelog Sourced from nanoid's changelog. 3.3.1 Reduced package size. 3.3 Added size argument to function from customAlphabet (by Stefan Sundin). 3.2 Added --size and...

dependencies

This was originally an issue by @imjohnbo in `github/special-projects`, a private repository: > ## Summary > > Today, content is pasted into GitHub comments (issues, PRs, discussions, etc) as plaintext,...

This is an issue that was forwarded to me, but I'm able to reproduce. If text/html and text/plain contain the same title, the output we return is nested. Expected output:...