We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72923c commit a8f5d5dCopy full SHA for a8f5d5d
lib/posthtml-render.js
@@ -1,15 +1,15 @@
1
(function(global) {
2
/**
3
- * Parse PostHTMLTree to html
+ * Render PostHTMLTree to html
4
* @param {Object} tree PostHTMLTree
5
- * @param {Object} options Parse options
+ * @param {Object} options Render options
6
* @return {String} html string
7
*/
8
function postHTMLRender(tree, options) {
9
options = options || {};
10
11
12
- * options parse
+ * options render
13
* @param {Array} singleTags single tags array for extend default
14
* @param {String} closingSingleTag option for closing single tag
15
* Option:
0 commit comments