Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,6 @@
* var run = require( '@stdlib/_tools/remark/plugins/remark-run-javascript-examples' );
*
* var str = [
* '<section class="usage">',
* '',
* '## Usage',
* '',
* '```javascript',
* 'var path = require( "path" );',
* '```',
* '',
* '#### path.posix.join( [...paths] )',
* '',
* '```javascript',
* 'var p = path.posix.join( "foo", "bar" );',
* '```',
* '',
* '</section>',
* '',
* '<!-- /.usage -->',
* '',
* '<section class="examples">',
* '',
* '## Examples',
Expand All @@ -60,7 +42,6 @@
* ];
*
* remark().use( run ).process( str.join( '\n' ), done );
* // => 'HELLO WORLD'
*
* function done( error ) {
* if ( error ) {
Expand Down