-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aggiunto Spagnolo, riconversione post Listed da HTML a Markdown
- Loading branch information
octospacc
committed
Sep 4, 2024
1 parent
56de420
commit 4811e9c
Showing
30 changed files
with
1,013 additions
and
1,250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
const Exp = {}; | ||
|
||
const TurndownService = require('turndown'); | ||
const turndownService = (new TurndownService({ | ||
headingStyle: "atx", | ||
hr: "---", | ||
bulletListMarker: "*", | ||
codeBlockStyle: "fenced", | ||
fence: "```", | ||
emDelimiter: "_", | ||
strongDelimiter: "**", | ||
linkStyle: "inlined", | ||
})); | ||
turndownService.keep(['span', 'small', 'sup', 'sub', 'table', 'dl', 'iframe', 'video', 'audio']); | ||
|
||
Exp.Transform = (html) => turndownService.turndown(html); | ||
|
||
module.exports = Exp; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
121 changes: 53 additions & 68 deletions
121
content/it/blog/2022-12-13-Blogging-Rapido-con-Standard-Notes.md
Large diffs are not rendered by default.
Oops, something went wrong.
191 changes: 84 additions & 107 deletions
191
content/it/blog/2022-12-17-Distrazioni-di-Natale-Albero-Padoru.md
Large diffs are not rendered by default.
Oops, something went wrong.
283 changes: 133 additions & 150 deletions
283
content/it/blog/2022-12-26-Epicyon-Piattaforma-del-Fediverso-Durata-2-Giorni.md
Large diffs are not rendered by default.
Oops, something went wrong.
165 changes: 74 additions & 91 deletions
165
content/it/blog/2023-01-28-Problemi-Hardware-Diventano-Mentali.md
Large diffs are not rendered by default.
Oops, something went wrong.
281 changes: 97 additions & 184 deletions
281
content/it/blog/2023-03-18-Cattiva-Interfaccia-Partizione-Distrutta.md
Large diffs are not rendered by default.
Oops, something went wrong.
151 changes: 59 additions & 92 deletions
151
content/it/blog/2023-04-03-Tutto-Per-Non-Cambiare-Due-Pile.md
Large diffs are not rendered by default.
Oops, something went wrong.
84 changes: 36 additions & 48 deletions
84
content/it/blog/2023-04-16-Che-Impatto-Nuova-Legge-Anti-Pirateria-Italiana.md
Large diffs are not rendered by default.
Oops, something went wrong.
90 changes: 40 additions & 50 deletions
90
content/it/blog/2023-05-02-Piu-Che-un-Esame-Ho-Fatto-una-Guerra.md
Large diffs are not rendered by default.
Oops, something went wrong.
142 changes: 63 additions & 79 deletions
142
content/it/blog/2023-06-30-Brutture-Irrisolvibili-della-Dock-Nintendo-Switch.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.