/** * Plugin to support hard breaks without needing spaces or escapes (turns enters * into `
`s). * * @type {import('unified').Plugin} */ export default function remarkBreaks(): | void | import('unified').Transformer export type Root = import('mdast').Root export type PhrasingContent = import('mdast').PhrasingContent