[Back]
export interface SourceShortcodeAtts {
	id: string
	line_numbers: boolean
}

export interface ContentShortcodeAtts {
	id: string
	name: string
	php: boolean
	format: boolean
	shortcodes: boolean
}