Skip to content

Commit

Permalink
chore: update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kylengn committed Dec 9, 2024
1 parent 0b6f332 commit 32d143e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ function updateOutput() {
let outputs = sources.map((x) => {
return (
'<div class="slide">' +
_u.convertMarkdownToHTML(x) +
_u.convertMarkdownToHTML(x, {
maxWordsPerSlide: 200,
}) +
'</div></div>'
);
});
Expand Down
2 changes: 1 addition & 1 deletion md2slides.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32d143e

Please sign in to comment.