-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update build scripts to use improved settings #286
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,16 +157,16 @@ Due to this, it’s recommended to configure this rule with `2`. | |
|
||
##### `ok.md` | ||
|
||
When configured with `2`. | ||
When configured with `4`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I also wrapped Before some examples were in numeric order, now they're in the order defined in the docblocks. Before the key was This is also a cosmetic change --- it extracts the change in example order from #279 (review). That PR changes the |
||
|
||
###### In | ||
|
||
```markdown | ||
> Hello | ||
> Hello | ||
|
||
Paragraph. | ||
|
||
> World | ||
> World | ||
``` | ||
|
||
###### Out | ||
|
@@ -175,16 +175,16 @@ No messages. | |
|
||
##### `ok.md` | ||
|
||
When configured with `4`. | ||
When configured with `2`. | ||
|
||
###### In | ||
|
||
```markdown | ||
> Hello | ||
> Hello | ||
|
||
Paragraph. | ||
|
||
> World | ||
> World | ||
``` | ||
|
||
###### Out | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that we currently use
config
in all the readmes:remark-lint/script/build-rules.js
Line 540 in 014fca7
What do you think about replacing
setting
with that?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah sure!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!