module Pagy::Frontend

def pagy_marked_link(link)

it returns the marked link to used by pagy.js
def pagy_marked_link(link)
  link.call(PAGE_PLACEHOLDER, '', 'style="display: none;"')
end