Sha256: 8847aec6afb21132f022e50c7a08525239ea95773fcb6b483d9e7212f8df9961
Contents?: true
Size: 466 Bytes
Versions: 23
Compression:
Stored size: 466 Bytes
Contents
'use strict' module.exports = { gfm: true, commonmark: false, pedantic: false, entities: 'false', setext: false, closeAtx: false, tableCellPadding: true, tablePipeAlign: true, stringLength: stringLength, incrementListMarker: true, fences: false, fence: '`', bullet: '-', listItemIndent: 'tab', rule: '*', ruleSpaces: true, ruleRepetition: 3, strong: '*', emphasis: '_' } function stringLength(value) { return value.length }
Version data entries
23 entries across 23 versions & 1 rubygems