UNPKG

@springio/antora-extensions

Version:

Antora extensions that support the Spring documentation.

18 lines (16 loc) 213 B
'use strict' module.exports = ( id, { data: { root: { page }, }, } ) => { const raw = page.attributes['asciinema-options-' + id] if (raw) { return raw } else { return '{}' } }