Skip to content

use autosave rhs for spec #2143

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

Merged
merged 13 commits into from
Feb 19, 2025
4 changes: 3 additions & 1 deletion packages/base/spec.gts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ export class Spec extends CardDef {
<BookOpenText width='20' height='20' role='presentation' />
<h2 id='readme'>Read Me</h2>
</header>
<@fields.readMe />
<div data-test-readme>
<@fields.readMe />
</div>
</section>
<section class='examples section'>
<header class='row-header' aria-labelledby='examples'>
Expand Down
Loading