Skip to content

List added#4

Open
XKFS wants to merge 1 commit intopokepetter:masterfrom
XKFS:master
Open

List added#4
XKFS wants to merge 1 commit intopokepetter:masterfrom
XKFS:master

Conversation

@XKFS
Copy link
Copy Markdown

@XKFS XKFS commented Jul 31, 2025

I tried adding list with the code being done with claude. This was all entirely generated by claude with 8 attempts.
This is not the final version but might help with website like Ursina to add more organized code

Using ' - ' gives undordered list or bullet list. Like

  • List1
  • List2
  • List3

- List1
- List2
- List3

Using ' 1. 2. 3. ' gives code

  1. List1
  2. List2
  3. List3

1. List1
2. List2
3. List3

It gives <ul> and <ol> element in code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant