OSIPI CAPLEX Quick Reference¶
This quick reference provides common syntax and patterns used in OSIPI CAPLEX Markdown files.
Basic Markdown¶
| Element | Syntax |
|---|---|
| Heading 1 | # Heading |
| Heading 2 | ## Heading |
| Heading 3 | ### Heading |
| Bold | **bold text** |
| Italic | *italic text* |
| Link | [link text](URL) |
| Image |  |
| Blockquote | > quoted text |
| Ordered List | 1. First item 2. Second item |
| Unordered List | - Item - Another item |
| Code | `code` |
| Code Block | <br> ```language <br> code <br> ``` <br> |
| Horizontal Rule | --- |
CAPLEX-Specific Elements¶
Anchors and Links¶
Create an anchor:
Link to an anchor:
Link to an anchor on another page:
Tables¶
Basic table structure:
Multi-line cell content:
Hyperlink Button¶
Math Equations¶
Inline math:
Display math:
Material MkDocs Extensions¶
Note box:
Warning box:
Expandable section:
Tabbed content:
Annotations:
Common Lexicon Patterns¶
Quantity entry:
| Q.XX1.001 <button class="md-button md-button--hyperlink">COPY LINK</button> | <a id="ID"></a> Name | Alt Names | *Symbol* | Description | Units | Reference |
Model entry:
| M.XX1.001 <button class="md-button md-button--hyperlink">COPY LINK</button> | <a id="ID"></a> Name | Alt Names | Symbol | Description | Reference |
Images with Options¶
{ width="300" }
{ align=right }
{ loading=lazy }
Common Quantities Notation¶
| Quantity | Notation |
|---|---|
| Signal | S |
| T1 | T1 |
| T2 | T2 |
| T2* | T2* |
| R1 | R1 |
| R2 | R2 |
| R2* | R2* |
HTML Elements for Layout¶
Two-column layout:
<div class="grid" markdown>
<div class="grid-column" markdown>
First column content (written in Markdown)
</div>
<div class="grid-column" markdown>
Second column content (written in Markdown)
</div>
</div>
Centered image: