Closed trshemanske closed 2 months ago
This PR seems to include changes from #86 . Do you just want to close #86 and keep this one?
The content of a
As to the PR, it seems that when I checked out the branch for lists, I was still on the sage branch, so it seems that content got pulled in as well. I'll cancel the other one.
Tom
On Mon, Sep 2, 2024 at 11:15 AM Jason Siefken @.***> wrote:
@.**** commented on this pull request.
In packages/docs/pages/reference/elements/dl.mdx https://github.com/siefkenj/pretext-book/pull/87#discussion_r1740171835:
\ No newline at end of file
+<FRAGMENT parents="p"> +<dl>
Groups of order 4: Is it best practices to include the colon or omit it? Does the content of the
tag get an automatic . after it like the title of a theorem? In packages/docs/pages/reference/elements/ol.mdx https://github.com/siefkenj/pretext-book/pull/87#discussion_r1741055346:
@@ -8,12 +8,64 @@ import {
<ol>
-Short description of what the
<ol>
tag does. +The<ol>
tag renders an ordered list with default markers which can (if +desired) be modified. For comparison, see<ul>
.Syntax
It would be good to list all the possibilities for marker. This can be done by changing this line to
<SyntaxDisplay name="ol" defaultVariant="Ol" additionalAttributeInfo={{ Ol: { marker: { value: "(1) (A) (a) (I) (i)" } } }}/>
This also makes it so that the
for a list in a paragraph is the default that shows, rather than the
exercises.
— Reply to this email directly, view it on GitHub https://github.com/siefkenj/pretext-book/pull/87#pullrequestreview-2274465650, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANHA5DDMIVRVC4BQUPDEVKDZUR6HPAVCNFSM6AAAAABNGXHSKWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDENZUGQ3DKNRVGA . You are receiving this because you authored the thread.Message ID: @.***>
-- Thomas R. Shemanske Grantham, NH
First edits on ol and dl tags. ul and li have some content already.