paste-markdown
paste-markdown copied to clipboard
Paste spreadsheet cells as a Markdown table.


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"...
Thanks
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...
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:...