Skip to content

Commit 125aca5

Browse files
committed
DOCS: Fix list indentation
1 parent 05f1652 commit 125aca5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/contributing.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,14 @@ For documentation build tests:
6868
Where possible try to port directly from that.
6969
It is usually better to modify existing code, instead of writing all from scratch.
7070
2. Try to find the right place for your plugin rule:
71-
72-
- Will it conflict with existing markup (by priority)?
73-
- If yes - you need to write an inline or block rule.
74-
- If no - you can morph tokens within core chains.
75-
- Remember that token morphing in core chains is always more simple than writing
76-
block or inline rules, if you don't copy existing ones. However,
77-
block and inline rules are usually faster.
78-
- Sometimes, it's enough to only modify the renderer, for example, to add
79-
header IDs or `target="_blank"` for the links.
71+
- Will it conflict with existing markup (by priority)?
72+
- If yes - you need to write an inline or block rule.
73+
- If no - you can morph tokens within core chains.
74+
- Remember that token morphing in core chains is always more simple than writing
75+
block or inline rules, if you don't copy existing ones. However,
76+
block and inline rules are usually faster.
77+
- Sometimes, it's enough to only modify the renderer, for example, to add
78+
header IDs or `target="_blank"` for the links.
8079

8180
## FAQ
8281

0 commit comments

Comments
 (0)