|
@ -128,7 +128,7 @@ module.exports = function list(state, startLine, endLine, silent) { |
|
|
markerValue = Number(state.src.substr(start, posAfterMarker - start - 1)); |
|
|
markerValue = Number(state.src.substr(start, posAfterMarker - start - 1)); |
|
|
|
|
|
|
|
|
token = state.push('ordered_list_open', 'ol', 1); |
|
|
token = state.push('ordered_list_open', 'ol', 1); |
|
|
if (markerValue > 1) { |
|
|
if (markerValue !== 1) { |
|
|
token.attrs = [ [ 'start', markerValue ] ]; |
|
|
token.attrs = [ [ 'start', markerValue ] ]; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|