Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

documentation: markdown gulping <pkg> & breaking markup #6488

Closed
sudodoki opened this issue Oct 15, 2014 · 5 comments
Closed

documentation: markdown gulping <pkg> & breaking markup #6488

sudodoki opened this issue Oct 15, 2014 · 5 comments
Assignees
Milestone

Comments

@sudodoki
Copy link
Contributor

At https://www.npmjs.org/doc/misc/npm-scripts.html you can see that starting with "Additionally, arbitrary scripts can be executed by running npm run-script <pkg> <stage>" it will gulp the part in code & invert things that should be highlighted as code & what should be regular text.
Source of the doc is at https://github.com/npm/npm/blob/master/doc/misc/npm-scripts.md#description.

@othiym23
Copy link
Contributor

@zeke, this is probably an issue in marked, so we may want to let @kapouer know if we poke at this a little and the Markdown looks OK.

@kapouer
Copy link
Contributor

kapouer commented Oct 16, 2014

This looks like a problem with marked. If you break line between npm and run-script instead it works.

@othiym23
Copy link
Contributor

I will do that as a workaround (for now). Thanks, Jérémy!

@othiym23 othiym23 changed the title [issue] Documentation: markdown gulping <pkg> & breaking markup documentation: markdown gulping <pkg> & breaking markup Oct 16, 2014
@othiym23 othiym23 added this to the 2.1.5 milestone Oct 16, 2014
@kapouer
Copy link
Contributor

kapouer commented Oct 16, 2014

See markedjs/marked#501

@othiym23
Copy link
Contributor

Sorry, @kapouer, I thought you were the author of both marked and marked-man (I'll check next time!). Thanks for filing the issue on our behalf!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants