You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.7 KiB
1.7 KiB
marp | paginate | math | theme | title |
---|---|---|---|---|
true | true | mathjax | buutti | N. Example Lecture |
Example Lecture
Section
- This line appears instantly
- This line appears by pressing spacebar
- This line has an inline code
variable
console.log("Here's a coloured JavaScript code block"); console.log("Remember indentation so it's revealed after the bullet point.");
- This line has an inline LaTeX maths equation
c = \frac{a^2}{\sqrt{b}}
- Here's a maths block:
F(x) = \int_a^b f(x) dx
Columns
- This line is outside the columns and goes from left all the way to the right
Setup
- In VS Code, install the extensions
- Marp for VS code
- So you can see the slideshow preview when editing.
- Markdown all in one
- Markdown table formatter
- Right click > Format document makes tables pretty
- Save and run
- An HTML version of the lecture is created on save
- See settings.json
- Add filenames to
notMatch
if a HTML on save is not needed
- Marp for VS code