Loading Test Slides w/ Remark
layout:true <div class="remark-footer">Tianyun Zhang</div> --- class: remark-title # Test Slides w/ Remark <div style="display: flex; justify-content: center; text-align: center;" id="qrcode"></div> <div class="my-3">https://doowzs.com/slides/test/</div> <hr class="fade my-3"/> Last modified at 2019-12-20 17:25 CST --- ## Hello, world! Example code (hello world): ```cpp #include <bits/stdc++.h> using namespace std; int main() { cout << "Hello, world!" << endl; return 0; } ``` ??? Example notes. --- ## Maths Inline maths: $y = x^2$ -- The Frame Rule (FR): $${\lbrace p \rbrace \ c \ \lbrace q \rbrace \over \lbrace p \* r \rbrace \ c \ \lbrace q \* r \rbrace}$$ --- ## Tables | A | B | C | |:-:|:-:|:-:| | 1 | 2 | 3 | --- class: remark-title # Thanks