Browse Source

markdown: export toListItem helper

Kyle P Davis 10 years ago
parent
commit
4b76c1e2de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/extras/markdown.js

+ 1 - 0
lib/extras/markdown.js

@@ -500,6 +500,7 @@ module.exports = {
 	getIndentStr: getIndentStr,
 	getSingleLineJsonStr: getSingleLineJsonStr,
 	getMultiLineJsonStr: getMultiLineJsonStr,
+	toListItem: toListItem,
 	getMarkdown: function getMarkdown(pipelineJson) {
 		var out = "",
 			docSrcs = pipelineJson;