Reviews for Copy as Markdown
Copy as Markdown by cllama
1 review
- Rated 3 out of 5by Firefox user 19690659, a month agoit's as good as all the other extensions in it's class when it comes to copying text in markdown format, but it does not work with the blocks of code at all.
For example:
---
# Deduplicated
### What it means
Duplicate aliases inside the same option are rejected.
Input:
```text
-p, --Path, -p
```
This throws at compile time.
No silent deduplication.
---
It copies like:
---
# 2. Deduplicated
### What it means
Duplicate aliases inside the same option are rejected.
Input:
```
```
---