mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-05-06 17:30:35 +07:00
7 lines
181 B
JavaScript
7 lines
181 B
JavaScript
showdown.subParser('makeMarkdown.pre', function (node, globals) {
|
|
'use strict';
|
|
|
|
var num = node.getAttribute('prenum');
|
|
return '<pre>' + globals.preList[num] + '</pre>';
|
|
});
|