panzhangwang
Results
3
comments of
panzhangwang
Python markdown seems different with other lists.
Let me know your node version. At least works for 0.10.x and 0.12.x
Some fixes to pagination ``` javascript function createPagination (req) { return function createPagination (pages, currentPage, maxDisplay) { currentPage = parseInt(currentPage) pages=Math.ceil(pages) var paginationLinkFirst =function(page, params){ params.page=page var clas = currentPage...