Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/posthtml-render.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
(function(global) {
/**
* Parse PostHTMLTree to html
* Render PostHTMLTree to html
* @param {Object} tree PostHTMLTree
* @param {Object} options Parse options
* @param {Object} options Render options
* @return {String} html string
*/
function postHTMLRender(tree, options) {
options = options || {};

/**
* options parse
* options render
* @param {Array} singleTags single tags array for extend default
* @param {String} closingSingleTag option for closing single tag
* Option:
Expand Down