Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120005288
chunkify.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 1, 06:46
Size
485 B
Mime Type
text/x-java
Expires
Thu, Jul 3, 06:46 (2 d)
Engine
blob
Format
Raw Data
Handle
27124751
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
chunkify.d.ts
View Options
import * as Rsg from '../../typings';
/**
* Separate Markdown and code examples that should be rendered as a playground in a style guide.
*
* @param {string} markdown
* @param {Function} updateExample
* @param {Array<string>} playgroundLangs
* @returns {Array}
*/
export default function chunkify(markdown: string, updateExample?: (example: Omit<Rsg.CodeExample, 'type'>) => Omit<Rsg.CodeExample, 'type'>, playgroundLangs?: string[]): (Rsg.CodeExample | Rsg.MarkdownExample)[];
Event Timeline
Log In to Comment