-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure option details get wrapped in
<p>
Turns out Markdown (remark? remark in Astro??) was deciding some lines were _not_ a paragraph if they contained an HTML tag — whether that were a `<br>` tag or the new `<Since />` component. This explicitly wraps the block containing the component in a `<p>` tag and also uses the more explicit `<br>` over two trailing spaces for clarity. (An empty line is needed after the opening `<p>` to have the following text still parse as Markdown.)
- Loading branch information
Showing
2 changed files
with
62 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters