Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101487474
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
Mon, Feb 10, 22:42
Size
485 B
Mime Type
text/x-java
Expires
Wed, Feb 12, 22:42 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24162434
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