Skip to content

Commit e1b96a6

Browse files
authored
FIX: markdown table formatting (#391)
1 parent a4f197b commit e1b96a6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

lectures/harrison_kreps.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,9 @@ The following table gives a summary of the findings obtained in the remainder of
214214

215215
The table reports implications of Harrison and Kreps's specifications of $P_a, P_b, \beta$.
216216

217-
```{raw} html
218-
<div class="content-table"></div>
219-
```
217+
220218
| $ s_t $ | 0 | 1 |
221-
| :-----------: | :---: | :---: |
219+
|---------------|-------|-------|
222220
| $ p_a $ | 1.33 | 1.22 |
223221
| $ p_b $ | 1.45 | 1.91 |
224222
| $ p_o $ | 1.85 | 2.08 |
@@ -522,11 +520,8 @@ He emphasizes how limiting short sales and limiting leverage have opposite effec
522520
523521
This exercise invites you to recreate the summary table using the functions we have built above.
524522
525-
```{raw} html
526-
<div class="content-table"></div>
527-
```
528523
| $s_t$ | 0 | 1 |
529-
| :---------: | :---: | :---: |
524+
|-------------|-------|-------|
530525
| $p_a$ | 1.33 | 1.22 |
531526
| $p_b$ | 1.45 | 1.91 |
532527
| $p_o$ | 1.85 | 2.08 |

0 commit comments

Comments
 (0)