Skip to content

Commit 1dde5cb

Browse files
Updated .markdownlint.yml NO_JIRA
1 parent 287161f commit 1dde5cb

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

.markdownlint.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,3 @@
22
MD013:
33
# Number of characters
44
line_length: 200
5-
6-
# MD033/no-inline-html - Inline HTML
7-
MD033:
8-
# Allowed elements
9-
allowed_elements: [
10-
# Image elements
11-
img,
12-
# Table elements
13-
table,
14-
thead,
15-
tbody,
16-
th,
17-
td,
18-
tr,
19-
col,
20-
colgroup,
21-
hr,
22-
# Definition list elements
23-
dl,
24-
dt,
25-
dd,
26-
# Text body elements
27-
p,
28-
br,
29-
span,
30-
data,
31-
sup,
32-
sub,
33-
code,
34-
em,
35-
strong
36-
]
37-

0 commit comments

Comments
 (0)