File tree Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Expand file tree Collapse file tree 2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 1515- JavaScript
1616
1717usage:
18- \
18+ \
1919< meta charset = "utf-8" >
2020< script src = "sent.js" >
2121slide 1
22- \
22+ \
2323slide 2
24- \
24+ \
2525etc
2626< \/script >
2727
5555\
5656
5757* You can have several paragraphs in one slide
58- \
58+ \
5959 Use \\<space > for a blank line in a slide
6060
6161# Use \ to escape \ or # or @
6464=> Use backslash to kill behaviour of tags
6565
6666UTF - 8 support:
67- \
67+ \
6868๐๐๐๐๐๐
๐๐๐๐๐๐๐๐๐๐
6969๐ ๐ก๐ข๐ฃ๐ฅ๐ฆ๐ง๐จ๐ฉ๐ช๐ซ๐ญ๐ฎ๐ฏ๐ฐ๐ฑ
7070
7878thanks .
7979questions ?
8080
81+ How to present code snippets ?
82+
83+ Well , use either image or text :)
84+
85+ @Fonts . png
86+
87+ \@font - face {
88+ font - family : 'JetBrains Mono' ;
89+ src: url ( './fonts/JetBrainsMono-Regular.ttf' ) format ( 'truetype' ) ;
90+ font - weight : normal ;
91+ font - style : normal ;
92+ font - display : swap ;
93+ }
94+ \
95+ \@font - face {
96+ font - family : 'Iosevka' ;
97+ src: url ( './fonts/SGr-Iosevka-Regular.ttc' ) format ( 'truetype' ) ;
98+ font - weight : normal ;
99+ font - style : normal ;
100+ font - display : swap ;
101+ }
102+
81103</ script >
You canโt perform that action at this time.
0 commit comments