Skip to content

Commit

Permalink
fixing SlidesCommandTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Mar 7, 2023
1 parent 4543e68 commit 443673e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void render(@TempDir final Path temp) throws IOException {
"<meta name=\"mobile-web-app-capable\" content=\"yes\">" +
"<link rel=\"stylesheet\" href=\"//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css\" integrity=\"sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=\" crossorigin=\"anonymous\" />\n" +
"<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.1/styles/idea.min.css\" integrity=\"sha512-jxbAYisMjIOokHq0YnYxWqTUfJRe8s1U2F1lp+se3vv0CS8floaFL3Mc3GEpG3HCG2s6lxHb3QvQdmUOT1ZzKw==\" crossorigin=\"anonymous\" />\n" +
"<link rel=\"stylesheet\" href=\"css/slides.generated.2142310732.css\">\n" +
"<link rel=\"stylesheet\" href=\"css/slides.generated.229142858.css\">\n" +
"</head><body><article class=\"deck\"><section class=\"title\" data-title=\"\"><h1>My Awesome Presentation</h1><p>Additional content for the title slide.</p><footer><p class=\"author\"><span class=\"personname\"><span class=\"firstname\">Yupiik</span> <span class=\"surname\"></span></span><span class=\"affiliation\"><span class=\"position\">Company</span> <span class=\"organization\">Yupiik</span></span><span class=\"contact\"><span class=\"twitter\">@yupiik</span> <span class=\"url\">yupiik.com</span></span></p></footer></section>\n" +
"<section><h2>First Topic</h2></section></article>\n" +
"<script src=\"//cdnjs.cloudflare.com/ajax/libs/bespoke.js/1.1.0/bespoke.min.js\"></script>\n" +
Expand Down

0 comments on commit 443673e

Please sign in to comment.