Critiques pour Copy as Markdown
Copy as Markdown par cllama
1 note
- Noté 3 sur 5par Utilisateur ou utilisatrice 19690659 de Firefox, il y a un moisit'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:
```
```
---