Skip to content

loadPrism

loadPrism(): Promise<any>

Defined in: obsidian.d.ts:2248

Load Prism.js and return a promise to the global Prism object. Can also use Prism after this promise resolves to get the same reference.

Returns

Promise<any>

See

Official Prism documentation