UNPKG

@x-govuk/govuk-eleventy-plugin

Version:

Write documentation using Markdown and publish it using GOV.UK styles

18 lines (17 loc) 721 B
export { canonicalUrl } from './canonical-url.js' export { date } from './date.js' export { dateToRfc3339, getNewestCollectionItemDate } from '@11ty/eleventy-plugin-rss' export { currentPage } from './current-page.js' export { includes } from './includes.js' export { sliceFromCollection } from './slice-from-collection.js' export { itemsFromCollection } from './items-from-collection.js' export { itemsFromNavigation } from './items-from-navigation.js' export { itemsFromPagination } from './items-from-pagination.js' export { markdown } from './markdown.js' export { noOrphans } from './no-orphans.js' export { pretty } from './pretty.js' export { smart } from './smart.js' export { tokenize } from './tokenize.js'