Skip to content

Commit ec6da69

Browse files
Fix home page markdown rendering and spacing
1 parent 07f4ca8 commit ec6da69

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

docs/index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<div class="rqm-home">
1+
<div class="rqm-home" markdown="1">
22

3-
<div class="rqm-card rqm-hero rqm-grid" markdown>
3+
<div class="rqm-card rqm-hero rqm-grid" markdown="1">
44

55
# RQM Platform
66

77
Agent-ready quantum software documentation for circuit validation, optimization, execution routing, and geometry-native analysis.
88

9-
<div class="rqm-button-row" markdown>
9+
<div class="rqm-button-row" markdown="1">
1010

1111
[:material-robot-outline: Connect an Agent](agents/index.md){ .md-button .md-button--primary }
1212
[:material-file-document-outline: Read llms.txt](llms.txt){ .md-button }
@@ -21,11 +21,11 @@ Agent-ready quantum software documentation for circuit validation, optimization,
2121

2222
RQM keeps the public integration boundary explicit while giving developers and coding agents clear paths to validate circuits, run optimization workflows, and route execution through documented bridges.
2323

24-
<div class="rqm-cols-3" markdown>
24+
<div class="rqm-cols-3" markdown="1">
2525

26-
<div class="rqm-card" markdown>
26+
<div class="rqm-card" markdown="1">
2727

28-
### Agent Connect
28+
<h3>Agent Connect</h3>
2929

3030
Start with machine-readable docs and implementation guidance for coding assistants.
3131

@@ -35,9 +35,9 @@ Start with machine-readable docs and implementation guidance for coding assistan
3535

3636
</div>
3737

38-
<div class="rqm-card" markdown>
38+
<div class="rqm-card" markdown="1">
3939

40-
### API + Circuit Boundary
40+
<h3>API + Circuit Boundary</h3>
4141

4242
Build against the documented API and canonical public circuit schema.
4343

@@ -47,9 +47,9 @@ Build against the documented API and canonical public circuit schema.
4747

4848
</div>
4949

50-
<div class="rqm-card" markdown>
50+
<div class="rqm-card" markdown="1">
5151

52-
### Verification + Trust
52+
<h3>Verification + Trust</h3>
5353

5454
Use trust and verification pages to understand proof-gated and fail-closed behavior.
5555

@@ -61,15 +61,15 @@ Use trust and verification pages to understand proof-gated and fail-closed behav
6161

6262
</div>
6363

64-
### Architecture flow
64+
## Architecture flow
6565

66-
<div class="rqm-flow" markdown>
66+
<div class="rqm-flow" markdown="1">
6767

6868
`Studio / SDK / Agent → rqm-api → rqm-circuits → rqm-compiler → execution bridges`
6969

7070
</div>
7171

72-
### Start by role
72+
## Start by role
7373

7474
| Role | Start here |
7575
|---|---|

0 commit comments

Comments
 (0)