Skip to content

Conversation

@sokra
Copy link
Member

@sokra sokra commented Sep 21, 2016

No description provided.

rendered = rendered.replace(/\n.*?MARKDOWNDETAILSEND.*?\n/g, "</details>");
rendered = rendered.replace(/\n.*?MARKDOWNSUMMARYSTART.*?\n/g, "<summary>");
rendered = rendered.replace(/\n.*?MARKDOWNSUMMARYEND.*?\n/g, "</summary>");
rendered = rendered.replace(/\n.*?MARKDOWNSUMMARYSTART.*?\n/g, "<summary><span style='margin-left: -15px; cursor: pointer;'>");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be nicer to tag the span with a class and handle this through CSS. Easier to style.

@sokra sokra merged commit 19c3425 into develop Sep 21, 2016
@sokra sokra deleted the feature/configuration2 branch September 21, 2016 13:43
@skipjack skipjack mentioned this pull request Sep 21, 2016
sallar pushed a commit to sallar/webpack.js.org that referenced this pull request Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants