14 lines
174 B
Plaintext
14 lines
174 B
Plaintext
---
|
|
subtitle: "Abstract"
|
|
author: ""
|
|
engine: knitr
|
|
---
|
|
|
|
|
|
```{bash}
|
|
#| echo: false
|
|
#| output: asis
|
|
grep "^abstract: " ./MS/MS.qmd | sed -e 's/^abstract: \"*\(.*\).$/\1/g'
|
|
```
|
|
|