mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
Nuovo articolo: ⌚ Orologi che non segnano l'ora: il caso della Mi' Band
This commit is contained in:
@ -13,7 +13,7 @@ const markdownOptions = {
|
||||
|
||||
const TurndownService = require('turndown');
|
||||
const turndownService = (new TurndownService(markdownOptions));
|
||||
turndownService.keep(['span', 'small', 'sup', 'sub', 'dl', 'details', 'table', 'iframe', 'video', 'audio', 'scripts']);
|
||||
turndownService.keep(['span', 'small', 'sup', 'sub', 'dl', 'details', 'table', 'iframe', 'figure', 'video', 'audio', 'scripts']);
|
||||
|
||||
Exp.Transform = (html) => fixFootnoteRefs(turndownService.turndown(html));
|
||||
|
||||
|
Reference in New Issue
Block a user