-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor feature documentation #798
base: main
Are you sure you want to change the base?
Conversation
- style `kbd` element - basic table styles
🦋 Changeset detectedLatest commit: fc4376b The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
<h3>Lists</h3> | ||
<p> | ||
You can make an unordered (bulleted) list by preceding one or more | ||
lines of text with <kbd>-</kbd>, or <kbd>*</kbd>. | ||
</p> | ||
<pre> | ||
<code>{`- Red\n- Green\n- Blue`}</code> | ||
</pre> | ||
|
||
<p> | ||
Create an ordered (numbered) list by preceding each line with a | ||
number. | ||
</p> | ||
<pre> | ||
<code>{`1. Red\n1. Green\n1. Blue`}</code> | ||
</pre> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I'd describe it like this, seems a bit weird since you'd just add e.g. the 1.
on the first time and then press enter for more, you wouldn't precede every line with a number yourself
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, needs to be reconsidered.
<p> | ||
Markdown is a way to style text; it is intended to be as | ||
easy-to-read and easy-to-write as is feasible. | ||
</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels weird to say this when you're not reading markdown, there are just some markdown shortcuts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah agreed, this is all pretty green. Switching to draft for now; we can workshop the content whenever, the concept and UI are in place.
@keystar/ui
Improve prose styles:
kbd
elements@keystatic/core
Document editor features, within footer actions: