Closed Mylloon closed 2 years ago
Awesome!
However, this doesn't seem to work for code files like style.css
, there is no copy icon for those files. But it does work if the code is in a markdown file.
Reproduce:
Make a new file called style.css
, and add some css content:
.class {
padding: 4px;
}
Open the file in PineDocs and try to copy the code.
Should work now
Thanks it works now.
Closes #155.
Just, it's not rendering inline code
like that