Skip to content

Commit 7757388

Browse files
authored
Fix heading levels
1 parent 0a6f501 commit 7757388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/known-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ See [#10](https://github.com/torchbox/django-pattern-library/issues/10). It’s
7878
{% if search_results.paginator.count %}
7979
```
8080

81-
## Django form fields are not well supported
81+
### Django form fields are not well supported
8282

8383
🎉 This is now addressed as of v0.5.0, with the [context modifiers in Python](../guides/defining-template-context.md#modifying-template-contexts-with-python) API. View our [forms and fields](../recipes/forms-and-fields.md) recipe.
8484

@@ -100,7 +100,7 @@ form:
100100

101101
While this is in theory possible, it’s not a very desirable prospect.
102102

103-
## Can’t mock objects comparison by reference
103+
### Can’t mock objects comparison by reference
104104

105105
🎉 This is now addressed as of v0.5.0, with the [context modifiers in Python](../guides/defining-template-context.md#modifying-template-contexts-with-python) API.
106106

0 commit comments

Comments
 (0)