Revert rendering as slides
This commit is contained in:
@@ -1,9 +1,37 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
format: revealjs
|
type: slide
|
||||||
|
slideOptions:
|
||||||
|
transition: slide
|
||||||
|
width: 1400
|
||||||
|
height: 900
|
||||||
|
margin: 0.1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.reveal strong {
|
||||||
|
font-weight: bold;
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
|
.reveal p {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.reveal section h1 {
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
|
.reveal section h2 {
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
|
.reveal code {
|
||||||
|
font-family: 'Ubuntu Mono';
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
|
.reveal section img {
|
||||||
|
background:none;
|
||||||
|
border:none;
|
||||||
|
box-shadow:none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
# Learning Goals
|
# Learning Goals
|
||||||
|
|
||||||
- Justify the effort of developing tests to some extent
|
- Justify the effort of developing tests to some extent
|
||||||
Reference in New Issue
Block a user