mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 17:26:22 +03:00
[PR #224] [MERGED] Add fenced code block style rule #826
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#826
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/DavidAnson/markdownlint/pull/224
Author: @mlichtblau
Created: 10/3/2019
Status: ✅ Merged
Merged: 10/9/2019
Merged by: @DavidAnson
Base:
next← Head:next📝 Commits (1)
6db69acAdd fenced code block style rule📊 Changes
17 files changed (+232 additions, -25 deletions)
View changed files
📝
README.md(+2 -1)📝
doc/Rules.md(+38 -0)➕
lib/md048.js(+38 -0)📝
lib/rules.js(+2 -1)📝
schema/build-config-schema.js(+14 -0)📝
schema/markdownlint-config-schema.json(+43 -1)📝
test/break-all-the-rules.md(+4 -0)➕
test/code_fence_style_backtick.json(+6 -0)➕
test/code_fence_style_backtick.md(+19 -0)➕
test/code_fence_style_tilde.json(+6 -0)➕
test/code_fence_style_tilde.md(+19 -0)📝
test/detailed-results-MD041-MD050.md(+4 -0)📝
test/detailed-results-MD041-MD050.md.fixed(+4 -0)📝
test/detailed-results-MD041-MD050.results.json(+11 -2)📝
test/fenced_code_blocks.md(+1 -1)📝
test/fenced_code_with_nesting.md(+6 -6)📝
test/markdownlint-test.js(+15 -13)📄 Description
Hi @DavidAnson
I added a new rule MD048 to fix the fenced code block style issue #223.
I hope I updated all necessary files.
I am happy to get feedback and implement suggestions.
(fixes #223)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.