Recensioner för Copy as Markdown
Copy as Markdown av cllama
1 recension
- Betygsatt 3 av 5av Firefox-användare 19690659, för 4 månader sedanit'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:
```
```
---