Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 5, 2023
1 parent a33efa6 commit ac63a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion myst_parser/parsers/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def parse_directive_text(
parse_errors.append(
(
"Cannot split content across first line and body, "
"when options block is present",
"when options block is present (move first line to body)",
None,
)
)
Expand Down
1 change: 1 addition & 0 deletions tests/test_renderers/fixtures/directive_parsing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ options:
- tip
warnings:
- - Cannot split content across first line and body, when options block is present
(move first line to body)
- null
.

Expand Down

0 comments on commit ac63a72

Please sign in to comment.