)]}'
{
  "log": [
    {
      "commit": "b2cc52374cafc799d5b89ae7fc13604deac4e8e8",
      "tree": "be207750e7adb7d41f0d8981b8e734fbc5caa167",
      "parents": [
        "59e95a6c71438a434f037f8f9611672056eada8b"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 16:21:52 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 16:21:52 2026 +0300"
      },
      "message": "Title slide: align all four corners, make QR codes scalable\n\nqrcode::generate_svg() paints the code into a fixed 300x300 canvas and\nemits no viewBox, so the svg could not be resized by CSS: given a smaller\nbox it kept drawing at full size and only its top left corner stayed\nvisible.  qr_svg_fit() adds a viewBox cropped to the dark modules, so the\ncode scales to whatever box it is placed in and its quiet zone becomes\nthe surrounding layout\u0027s business -- the white plate behind the title\nslide\u0027s code, and padding on a.qrcode elsewhere.\n\nWith that in place all four title-slide corners share one 8px inset\nmeasured to the visible ink: IDS (plus partner) logo top right, website\nQR top left, funder logo bottom left, WGL membership logo bottom right.\nThe funder logo previously sat 20px lower than intended, because\nreveal.js\u0027 default image margin adds itself to the offset of an\nabsolutely positioned image.\n\nAlso point the documented repository url at gitlab rather than gerrit,\nand give the ids example deck an Overview slide.\n\nChange-Id: I27447527345b71572a9e952bc21f542eba1ec352\n"
    },
    {
      "commit": "59e95a6c71438a434f037f8f9611672056eada8b",
      "tree": "7fc1c186065ea44efef57750534a3ffba3553568",
      "parents": [
        "6640f1214405e5fde12ec80f22a5e43388da5391"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 10:19:05 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 29 10:19:05 2026 +0300"
      },
      "message": "Introduce partner and funder logos\n\nChange-Id: I71e00aaa51c2dffe74335c7c4f170e8d507356d6\n"
    },
    {
      "commit": "725acd1c41a92662d38867db8b2f185921da9944",
      "tree": "fb4a2d3f661f03e424e7f2a86b7b87ada372d566",
      "parents": [
        "65e231f9a641d81a0f2922676c0e891f06298923"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 28 14:03:21 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 28 14:03:21 2026 +0300"
      },
      "message": "new df_print option: theme-styled data frame tables by default (kable)\n\nChange-Id: I827aa1c5f372ee78944a8bd32f51caea1731e87f\n"
    },
    {
      "commit": "9fdf0f717d84d3a104d08613a03910f748a01caf",
      "tree": "2cd66460fc10b7342892b76929766b68026ae3be",
      "parents": [
        "b9a8cbae70c652c11f64f47bba4400f44b860c06"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 28 07:04:25 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 28 07:04:25 2026 +0300"
      },
      "message": "docs: document only the IDS theme, drop stock reveal.js themes\n\nChange-Id: I379e9fc0b46a42841eef96f17536b4c498334323\n"
    },
    {
      "commit": "b9a8cbae70c652c11f64f47bba4400f44b860c06",
      "tree": "a1d9818d6211f88d32abf1fead88e534563b6232",
      "parents": [
        "010db0b13fc031fb3c7fb0d6758ceed0aa92f12d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 28 06:51:28 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 28 06:51:28 2026 +0300"
      },
      "message": "docs: state default plugin set and reframe stock themes as rarely used alternatives\n\nChange-Id: Id5a37a34b4351fe17fa5c4d32572db6da2d44f04\n"
    },
    {
      "commit": "010db0b13fc031fb3c7fb0d6758ceed0aa92f12d",
      "tree": "2518fff469fc4db5c41e4080cb98f7a603041c4e",
      "parents": [
        "eaaa2b42372ee28360b600276a4100b72b09da45"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 26 09:56:45 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 26 09:56:45 2026 +0300"
      },
      "message": "transcript view: list button for touch devices\n\nThe \u0027r\u0027 keyboard shortcut is useless on mobile browsers, so the\ntranscript view can now also be toggled with a button next to the\nspeaker notes button (shown on coarse-pointer devices, like the\nfullscreen and notes buttons, and highlighted while the transcript is\nopen).\n\nChange-Id: I10909124850a5fba469a670115e87ef4f6c4376b\n"
    },
    {
      "commit": "eaaa2b42372ee28360b600276a4100b72b09da45",
      "tree": "9409760733f00f7e799c88b04ae88c24fc84bde4",
      "parents": [
        "4eb03205f9ff7baf6e3fca4f07aef38275b44faa"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 26 09:41:27 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Aug 26 09:41:27 2026 +0300"
      },
      "message": "add transcript view (\u0027r\u0027) for text-to-speech read-aloud extensions\n\nRead-aloud browser extensions cannot walk a reveal.js deck: slides\noutside the current one are display:none and the visible page text is\nindexed only once at page load, so such extensions stop after the title\nslide. Pressing \u0027r\u0027 now toggles a transcript view -- a single scrollable\npage containing every slide\u0027s content and speaker notes (overview TOC\nlists excluded, fragments shown, rebuilt on every open) -- which\nextensions can read from start to finish. Styled in the ids theme;\ncloses on click or Escape.\n\nChange-Id: Ia3df9dfa68b9699d318d747831ac8a0e270c8271\n"
    },
    {
      "commit": "4eb03205f9ff7baf6e3fca4f07aef38275b44faa",
      "tree": "ad8613b0560b78251d826dd2febd4ef082b7eaf3",
      "parents": [
        "24057e5aa56a0c0830caae3eae6fb120790a67c8"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 25 10:58:10 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 25 10:58:10 2026 +0300"
      },
      "message": "overview TOC: exclude References and Appendix chapters\n\nChapters titled References, Literatur, Literaturverzeichnis, Appendix,\nor Anhang (and their sub-slides) are now left out of the overview table\nof contents.\n\nChange-Id: I2d4c69ef8cb925113b43c3615416091f463bb8ef\n"
    },
    {
      "commit": "6b65c03e7e6177f73fe435b528b4e8533db58e0a",
      "tree": "fe662f8f831fcbab803ee43a175f58f6d310b982",
      "parents": [
        "4a4d612ce7b632be1eff9c0dd8b590ce1bf6839e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 25 09:43:28 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 25 09:43:28 2026 +0300"
      },
      "message": "support speaker notes and timing comments on the title slide\n\nPandoc puts content written before the first heading into an otherwise\nempty phantom slide right after the title slide. When such a slide\nconsists of nothing but ::: notes blocks, timing comments, and\nwhitespace, it is now merged into the title slide: the title gets the\ndata-timing attribute and the notes, the phantom slide disappears, and\nslide_timing() reports the title time as \"(title)\".\n\nChange-Id: I984e924c467c4e15905b97c128c380887132f09d\n"
    },
    {
      "commit": "88799180fb0ddf2ac00194e0397d6708ba3d5c18",
      "tree": "f546d84e138c2970e7c1d854dda7c46c292a4dad",
      "parents": [
        "ad0f24bb7c325da6960db16306fd19c536b80230"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 24 09:22:33 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 24 09:22:33 2026 +0300"
      },
      "message": "ids theme: speaker notes overlay button for touch devices\n\nThe reveal.js speaker view (\u0027s\u0027) opens a separate window, which is\nawkward on mobile browsers. Add a button next to the fullscreen toggle\n(shown on coarse-pointer devices only, like the fullscreen button) that\ncovers the slide with a full-screen overlay showing the current slide\u0027s\nspeaker notes, its title and planned time (from data-timing). The\noverlay follows slide changes while open, closes with the X button or\nEscape, is hidden in print output, and the button only appears when the\ndeck contains notes at all.\n\nChange-Id: I50c6cd701115a973e8c6ba35448b13d5c722ab5a\n"
    },
    {
      "commit": "ad0f24bb7c325da6960db16306fd19c536b80230",
      "tree": "9547a849c69cf1a9374d04fadf096efd6b5a882c",
      "parents": [
        "9e19dbec7b21f7ca2df9fc5d679abd742e11b4eb"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Aug 23 10:09:05 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Aug 23 10:09:05 2026 +0300"
      },
      "message": "bundle IDS citation style as ids.csl and make it the default\n\nInclude the IDS citation style (based on the style developed for\nICLC-10 2023 in Mannheim) as resources/ids.csl and pass it to pandoc\nunless the document specifies a csl of its own. Drop the now-redundant\nremote csl URL from examples/ids.Rmd.\n\nChange-Id: Iaaff300bfb9d9b7ea80471b73de3bf6019fb9f93\n"
    },
    {
      "commit": "b066e74393fc5cbfbdb5dac57471b294499f28d9",
      "tree": "8054db96b92aa7728eeb8b65016e699a6a4710b6",
      "parents": [
        "03dbc5d9489d674c37dd10fedd284d5948e9d9ae"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Aug 23 09:57:06 2026 +0300"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sun Aug 23 09:57:06 2026 +0300"
      },
      "message": "slide timing: per-speaker timing comments activate speaker view pacing\n\nPort the Google-Docs slide workflow convention: timing comments like\n\u003c!-- JD 00:30 --\u003e (speaker code plus MM:SS/HH:MM:SS/seconds duration, or\njust \u003c!-- 00:30 --\u003e for single-speaker talks) are converted into\ndata-timing attributes on the rendered slides\u0027 \u003csection\u003e elements, and\nthe calculated grand total is passed to reveal.js as the totalTime\nconfig value, activating the pacing timer in the speaker view. A\ndocument-supplied totalTime or defaultTiming takes precedence.\n\nA per-speaker time summary is printed during rendering; the new\nslide_timing() function computes slide, speaker, and grand totals\ndirectly from an .Rmd source file without rendering it.\n\nChange-Id: I89d37baab06c6ee8be7ab777a70b9b21295c8780\n"
    },
    {
      "commit": "03dbc5d9489d674c37dd10fedd284d5948e9d9ae",
      "tree": "cf50b8d5a066c38558f7b75687a96cac0fec39b3",
      "parents": [
        "235b0b5357142471d3550fa06e756f7e223237e5"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 21 15:44:25 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 21 15:44:25 2026 +0200"
      },
      "message": "enable notes, search, menu and zoom plugins by default\n\nreveal_plugins now defaults to c(\"notes\", \"search\", \"menu\", \"zoom\");\npass NULL to render without plugins. Existing self_contained decks keep\nworking: the default set is dropped with a warning there instead of\ntriggering the hard stop, which still applies to explicitly requested\nplugins.\n\nChange-Id: I9041861a6914886e0c32ab5e37b8c4f55a5576c3\n"
    },
    {
      "commit": "e195ceaf53bc1e5dfafba79055a7efc2d32b441f",
      "tree": "c4568a4ba63670a5e78d7069296814d42e3bb9d5",
      "parents": [
        "bec496e5a70187b5206d4cc702db559bcbb2ea4e"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 17 13:17:33 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Aug 17 13:17:52 2026 +0200"
      },
      "message": "Rename package to revealjs.ids\n\nRenames the fork so the IDS corporate design edition can be installed\nalongside upstream rstudio/revealjs (same pattern as posterdown.ids).\nUse revealjs.ids::revealjs_presentation in the R Markdown yaml header.\n\nChanges: DESCRIPTION (Package name, Version -\u003e 0.9.1.9009, Title notes\nthe IDS edition), R/utils.R package lookups, skeleton + RStudio\ntemplate identity (now \u0027Reveal.js Presentation (IDS CD theme)\u0027),\nREADME usage, GitLab CI render call, tests, examples. Old documents\nreferring to revealjs::revealjs_presentation need upstream revealjs\nor a search/replace of the prefix.\n\nChange-Id: Id3988b2c3fd348faca3c0951223d0b90c01741dc\n"
    },
    {
      "commit": "9d96fda15d9e5288872b043297de3afbd1e28402",
      "tree": "e3fbdd4cb9be87520776769ed045b9b3987bc060",
      "parents": [
        "e082686b4fca491cbdd6e620ce68566cf57d46b4"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 11 16:55:13 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 11 16:55:13 2026 +0200"
      },
      "message": "ids theme: default to slide transition\n\nSlides in IDS-themed decks now slide in instead of rotating in with\nreveal.js\u0027 convex effect. Only applies when no explicit transition is\nrequested; the formal default stays \"convex\" for the other themes.\n\nChange-Id: I8932517bdf97792a39fd053b6d647a4c422dc38f\n"
    },
    {
      "commit": "a0f8f6812ed465f8747b8c56d703afc89f31791c",
      "tree": "28bec43d117441cc0003d6150ed65bcb58f4c94c",
      "parents": [
        "e45ed915373802087ee17cb7e05e95605faa79ab"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 14:13:11 2026 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Aug 08 14:13:11 2026 +0200"
      },
      "message": "Fix IDS theme heading and bar layout\n\nThe orange bar never reached the slide\u0027s top left corner and the headings\nstayed centred, because several separate things were fighting:\n\n- reveal.js keeps 4% of the display empty around the content (config\n  `margin`, default 0.04). No CSS inside the slide can escape that box.\n  Default it to 0 and add the breathing room back as slide padding.\n\n- Draw the bar as two ::before segments, one on the title and one on the\n  subtitle, each sized as a percentage of its own heading box. The bar\n  then always ends at the bottom of the last heading, follows a wrapped\n  heading, and needs no fixed heights. Slides without a subtitle reserve\n  the room one would take, so the bar does not change height between\n  slides.\n\n- Reaching the window\u0027s physical left edge needs viewport / scale, and\n  CSS cannot divide a length by a length. The template now publishes the\n  letter-/pillarbox bands as --ids-band-left / --ids-band-top and the bar\n  shifts out by that much; it falls back to 0px, which is already correct\n  whenever the deck and display aspect ratios agree.\n\n- Headings rendered in a regular-weight, regular-width fallback because\n  korap.ids-mannheim.de/font/fira-condensed.css returns a 404 page rather\n  than CSS. Load Fira Sans Extra Condensed from Google Fonts, weight 700.\n\n- Paint the bar as flat #f6a800. orange_bar.png is two-toned, so\n  stretching it over each segment left a pale seam where they met.\n\n- Left-align body content with the heading text and put the IDS logo\u0027s\n  top on the heading\u0027s cap line.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\nChange-Id: I199cb4f0c3b766c0774351922d05f171fdbd4e79\n"
    },
    {
      "commit": "f8d5ff1d1ea6ead88aacdaa589861ed2d214f9a9",
      "tree": "3380ad72facfaa6724eaeef1b7914b404adcdb5d",
      "parents": [
        "fbf254d01f62f2a0dd1e03f2b99d110c64bacc0d"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 18:58:09 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Mon Oct 09 18:58:09 2023 +0200"
      },
      "message": "Default to ids theme\n\nChange-Id: I83c57a86247c1cca7d350ae2b101eb2bf03b8d14\n"
    },
    {
      "commit": "7c8f7de3d1f88781c87f467281e5a4af9b9fd4ab",
      "tree": "9b7eb53cbb24e32874c804b0d8088fd877298f61",
      "parents": [
        "a737b1b052ee6d6eb978c52d4d8d878773a1b9f2"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 11:42:29 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 11:47:22 2023 +0200"
      },
      "message": "Add footer for ids theme\n\nChange-Id: If85c9fe027fb9cc45677068474b21d15d32e7134\n"
    },
    {
      "commit": "a737b1b052ee6d6eb978c52d4d8d878773a1b9f2",
      "tree": "706b1c2e64e08f6b3b79a751066ee9a45a9219f6",
      "parents": [
        "09b75753a99d58e575e600d8ab9abc030bec7bce"
      ],
      "author": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 09:32:20 2023 +0200"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Oct 07 09:32:20 2023 +0200"
      },
      "message": "Add ids theme\n\nChange-Id: I1b4a82a3ee14a7499293c639ad22221e4b60f4c3\n"
    },
    {
      "commit": "e1893aed9df79d26db48538ace56cc0d55ae2f0c",
      "tree": "53311640c8303c2078ff92ff8f2e51d9e8ff0e32",
      "parents": [
        "cc46ea0f68eb62f7c24f19c044ace57223053a9a"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "cderv@rstudio.com",
        "time": "Thu Oct 07 17:09:02 2021 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 07 17:09:02 2021 +0200"
      },
      "message": "Update to reveal.js 4.1.2 (#136)\n\n- New tools/ script to manually keep step for updates\r\n- Plugins are all updated\r\n- Template update following latest Pandoc version\r\n- updated README for documentation\r\n- Help page updated \r\n- See other change in NEWS file"
    },
    {
      "commit": "d26add3157711a71211bb5a6aebb366b3bd4b97b",
      "tree": "dcefad74c7823b7f2a27c65e0cf9f1b5c0a57b85",
      "parents": [
        "aa008e4cb334a82f870b6ecbb16a5a34a02e2fc4"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 16:55:00 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 16:55:00 2021 +0200"
      },
      "message": "Convert roxygen doc to markdown\n"
    },
    {
      "commit": "aa008e4cb334a82f870b6ecbb16a5a34a02e2fc4",
      "tree": "8f7dd68009c43b0a660685cbfc585cd1db3656d0",
      "parents": [
        "5ef4ee21f76b84e47f41d31ff88c6366bc117c49"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "cderv@rstudio.com",
        "time": "Thu Sep 23 16:52:37 2021 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Sep 23 16:52:37 2021 +0200"
      },
      "message": "Add missing variable in templates regarding toc (#127)\n\nRelated to #123 and alignement with `html_document()` behavior"
    },
    {
      "commit": "0acc6c9f12b64e337770404bb7876920458a0b7a",
      "tree": "1e70a1e9721284697ec8a8ac2f3dd9a0edae5f10",
      "parents": [
        "ca0e0f291a40aed6509a1d8857f906c849412055"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 11:18:18 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 11:18:18 2021 +0200"
      },
      "message": "Remove smart argument as it is no more present in `html_document_base()`\n\nFollowing https://github.com/rstudio/rmarkdown/issues/1774 as Pandoc sets it by default.\n\nCloses #107\n"
    },
    {
      "commit": "ad3a575cc21cbbd85697da8496fd5c1ed44c0379",
      "tree": "0e4417aab3b4c59d8ee237627530f00180d4b8d3",
      "parents": [
        "2f01dc9f8e56eeb01bb1a7ad8caaff3ee1863f29"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 10:24:09 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 23 10:24:09 2021 +0200"
      },
      "message": "Use from_rmarkdown() to build from part of the format\n\nThis should have been done this way in #75 when support was added for `md_extensions`\n"
    },
    {
      "commit": "2f01dc9f8e56eeb01bb1a7ad8caaff3ee1863f29",
      "tree": "2938881e10f3fe12162122600d300b8f3b490fdc",
      "parents": [
        "1ebd513e93d5a0af3fe7fced86f7b6a6cbbbbf48"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "cderv@rstudio.com",
        "time": "Wed Sep 22 09:37:18 2021 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Sep 22 09:37:18 2021 +0200"
      },
      "message": "Move processing of reveal_options out of main format (#126)\n\nThis includes the addition of unit tests"
    },
    {
      "commit": "1ebd513e93d5a0af3fe7fced86f7b6a6cbbbbf48",
      "tree": "77deb4d11a76dd13bffee98e022bfa34c498dc35",
      "parents": [
        "062940d7ca627b49373708d2324f385be3d86011"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Wed Sep 22 08:47:21 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Wed Sep 22 08:47:21 2021 +0200"
      },
      "message": "Fix typo from 062940d\n"
    },
    {
      "commit": "062940d7ca627b49373708d2324f385be3d86011",
      "tree": "edb40b231874db55c7d00059561b53e1f3798f20",
      "parents": [
        "f9bae67725ebe23d7bc9b397ec21303ed7a19935"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Tue Sep 21 16:26:14 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Tue Sep 21 16:26:14 2021 +0200"
      },
      "message": "Use `pandoc_variable_arg` to create argument to pandoc CLI\n"
    },
    {
      "commit": "f9bae67725ebe23d7bc9b397ec21303ed7a19935",
      "tree": "6d2a1780af45e5aab0238aceeb477a784a82b7aa",
      "parents": [
        "24418a840c0cc5624fb129111eec7786274bd8d7"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Tue Sep 21 16:20:24 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Tue Sep 21 16:20:24 2021 +0200"
      },
      "message": "Style with styler\n"
    },
    {
      "commit": "24418a840c0cc5624fb129111eec7786274bd8d7",
      "tree": "8353e805878d266b6b31e608468f812750d0a882",
      "parents": [
        "92fa469ca1eed0732558d2c15d0f3fb177f4b8b7"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Tue Sep 21 16:17:18 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Tue Sep 21 16:17:18 2021 +0200"
      },
      "message": "Move utils functions outside of main format\n"
    },
    {
      "commit": "92fa469ca1eed0732558d2c15d0f3fb177f4b8b7",
      "tree": "f9fca71df8826258d641ccdf9da6526a62f268cf",
      "parents": [
        "6053c4186de882fd6d66019e6a8d10b3ec9beec8"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Tue Sep 21 16:15:17 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Tue Sep 21 16:15:17 2021 +0200"
      },
      "message": "Refactor resource finder function\n"
    },
    {
      "commit": "ee7e9b5dfe18639648513c9bc4a2cba59461f95b",
      "tree": "10a9766e20d06a353d5034a342ea331c3097f044",
      "parents": [
        "0e3a0d3998e8980c6f62df38ad05e60cb3c3e710"
      ],
      "author": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 16 17:42:17 2021 +0200"
      },
      "committer": {
        "name": "christophe dervieux",
        "email": "christophe.dervieux@gmail.com",
        "time": "Thu Sep 16 17:43:25 2021 +0200"
      },
      "message": "Handle correctly % value in width and height\n\nrelated to #72\n"
    },
    {
      "commit": "0e3a0d3998e8980c6f62df38ad05e60cb3c3e710",
      "tree": "bc4fab14c67bc5a63e4973338135c213b36092e3",
      "parents": [
        "1b2048391c0b4a133757b03857ca56ceb1fb91c3"
      ],
      "author": {
        "name": "atusy",
        "email": "30277794+atusy@users.noreply.github.com",
        "time": "Thu Sep 16 19:52:35 2021 +0900"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Sep 16 12:52:35 2021 +0200"
      },
      "message": "support array in chalkboard reveal_options (#88)\n\nfixes #62\r\n\r\nCo-authored-by: christophe dervieux \u003cchristophe.dervieux@gmail.com\u003e"
    },
    {
      "commit": "21239cfd9f1d3ab86a131e71768ce654bae4c298",
      "tree": "9a489f8bbe173eef855121be2213d8a7c0292d5c",
      "parents": [
        "76d730d5313ee9caf0a0b36f42722de2dfeb190c"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "cderv@rstudio.com",
        "time": "Wed Sep 15 15:34:01 2021 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Sep 15 15:34:01 2021 +0200"
      },
      "message": "Add pandoc to GHA and fix build (#106)\n\n* usethis::use_tidy_description()\r\n* devtools::document()\r\n* Put back smart doc to fix CI but remove it later (#107)"
    },
    {
      "commit": "d5dc8e9af52c3ec21be3baa06f7e0bb0cda2d479",
      "tree": "b187afa49a6b0d3a28851c9221fe9288ddbf1384",
      "parents": [
        "6b272a7e188067c19bacac6b3f69713b8f25cba5"
      ],
      "author": {
        "name": "Christophe Dervieux",
        "email": "cderv@rstudio.com",
        "time": "Mon Jul 26 14:50:53 2021 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 26 14:50:53 2021 +0200"
      },
      "message": "Fix quoting of default variable in template (#91)\n\n* Revert \"don\u0027t quote reveal options in template\". This reverts commit 633c05f47dca23c48382804bd8d0cf9d55d018bb fixing #72 \r\n* Only quote specific option that can be character or else like slideNumber https://revealjs.com/slide-numbers/\r\n"
    },
    {
      "commit": "66c55859ea1a7d47dab53e96b75d7c063801978c",
      "tree": "37a670da19471b8a51b3ac49be8918d83c6f56b0",
      "parents": [
        "e734cd8d0e4fe6509d42cb6945254adf4517e66c"
      ],
      "author": {
        "name": "Atsushi Yasumoto",
        "email": "atsushi@hacarus.com",
        "time": "Mon Aug 10 21:50:04 2020 +0900"
      },
      "committer": {
        "name": "Atsushi Yasumoto",
        "email": "atsushi@hacarus.com",
        "time": "Mon Aug 10 21:50:04 2020 +0900"
      },
      "message": "update links in revealjs_presentation.R\n"
    },
    {
      "commit": "0bf4444759641b10d885ab4abd02a52099081553",
      "tree": "7b85adef37accbdf7a7bf513a6f5106b4f79ecad",
      "parents": [
        "633c05f47dca23c48382804bd8d0cf9d55d018bb"
      ],
      "author": {
        "name": "Atsushi Yasumoto",
        "email": "atsushi@hacarus.com",
        "time": "Sat Feb 15 00:08:30 2020 +0900"
      },
      "committer": {
        "name": "Atsushi Yasumoto",
        "email": "atsushi@hacarus.com",
        "time": "Sat Feb 15 00:08:30 2020 +0900"
      },
      "message": "add md_exteiontions option\n"
    },
    {
      "commit": "01541a28119c17b4d4aded306777aada52195cda",
      "tree": "a2a7fdc1605ac487fd4c72d2a6b60bd2524e5c81",
      "parents": [
        "064552c4b5641ae5e156d0d0b6977dd507519cba"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Fri Feb 10 10:32:28 2017 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Fri Feb 10 10:32:28 2017 -0500"
      },
      "message": "bump reveal.js version to force updating of plugins\n"
    },
    {
      "commit": "064552c4b5641ae5e156d0d0b6977dd507519cba",
      "tree": "33d2f4be37fb34362f943fb82e63e7808f74befa",
      "parents": [
        "35c0b49794e80c403d70cfe3ebc641b8e6092e16"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Fri Feb 10 10:28:41 2017 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Fri Feb 10 10:28:41 2017 -0500"
      },
      "message": "add support for menu plugin\n"
    },
    {
      "commit": "35c0b49794e80c403d70cfe3ebc641b8e6092e16",
      "tree": "71c2fb9fdaeb8011574e2eab7fd2a6927d1d8f35",
      "parents": [
        "f93c95fb48edaa03dc49b145be038b7c126ad2c6"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Fri Feb 10 09:30:24 2017 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Fri Feb 10 09:30:24 2017 -0500"
      },
      "message": "update to roxygen2 6.0 + markdown\n"
    },
    {
      "commit": "375805c0b9c5a0c1941a76d1cd684810dd92c330",
      "tree": "0c40e90ce39fa9f89f454b0e8e8fb6063bb86678",
      "parents": [
        "32dd3cd453d546734285585e16e2fa0df371925b"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Tue Nov 15 08:56:43 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Tue Nov 15 08:56:43 2016 -0500"
      },
      "message": "add support for the chalkboard plugin\n"
    },
    {
      "commit": "a075efe27bb5cfe11ab3ddefb7a01aa8ccbaff4f",
      "tree": "804dc410b420cad98e34e44ae6e023ad32a68d37",
      "parents": [
        "7da10b5e37105ec9545f30c8473d6dcbba158cb0"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Thu Jul 14 21:24:12 2016 -0400"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Thu Jul 14 21:24:12 2016 -0400"
      },
      "message": "ability to specify slideNumber reveal_option as either string or boolean\n"
    },
    {
      "commit": "ee8ed98bc77b0f8ca666e1975ef88531e61bae05",
      "tree": "a0ff16a2ea691774b8657bf90295478b2167b21e",
      "parents": [
        "eea3bca7849aab9be3f64034f517c2b19063e65f",
        "3c3d67dfa207057d5f248a979bdb650cee97ef7a"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj.allaire@gmail.com",
        "time": "Wed Jul 13 15:02:34 2016 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 13 15:02:34 2016 -0400"
      },
      "message": "Merge pull request #36 from BruceZhaoR/revealjs-3.3.0\n\nStandalone PR: upgrade to reveal.js-3.3.0"
    },
    {
      "commit": "eea3bca7849aab9be3f64034f517c2b19063e65f",
      "tree": "092778e2b93bb18f03aa63a5a3150a36710f650a",
      "parents": [
        "20e6c31767f8bf803b099750a939db9690e99b0b"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Wed Jul 13 12:42:01 2016 -0400"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Wed Jul 13 12:42:01 2016 -0400"
      },
      "message": "still use pandoc_path_arg when not on windows\n"
    },
    {
      "commit": "8b73dcfa549acf4d83361f88d325cd0de33f4497",
      "tree": "f25a8192147c12f3f986ce24a4fb15b7ddcb7192",
      "parents": [
        "5f51424cbbc8a60af0a7d87917cc636f90615b65"
      ],
      "author": {
        "name": "Bruce\u0027s Thinkpad",
        "email": "brucezhaor2016@gmail.com",
        "time": "Thu Jul 14 00:12:43 2016 +0800"
      },
      "committer": {
        "name": "Bruce\u0027s Thinkpad",
        "email": "brucezhaor2016@gmail.com",
        "time": "Thu Jul 14 00:12:43 2016 +0800"
      },
      "message": "upgrade to reveal.js-3.3.0\n"
    },
    {
      "commit": "30f9bc04ab7a1bb7ddc1fa6089ae8b71bc8d0ca9",
      "tree": "8d319f5b68cdf62ace9d8f8a9c5e85e8c1f37d26",
      "parents": [
        "4609b6c7d483db3ee1d929baa3c73f582f5c58ce"
      ],
      "author": {
        "name": "BruceZhao",
        "email": "bulezhao456@163.com",
        "time": "Wed Jul 13 22:33:54 2016 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 13 22:33:54 2016 +0800"
      },
      "message": "fix typo"
    },
    {
      "commit": "4609b6c7d483db3ee1d929baa3c73f582f5c58ce",
      "tree": "dcf2b964d21039a6de8d528af93109576d5e0fb9",
      "parents": [
        "5f51424cbbc8a60af0a7d87917cc636f90615b65"
      ],
      "author": {
        "name": "Bruce\u0027s Thinkpad",
        "email": "brucezhaor2016@gmail.com",
        "time": "Wed Jul 13 22:24:33 2016 +0800"
      },
      "committer": {
        "name": "Bruce\u0027s Thinkpad",
        "email": "brucezhaor2016@gmail.com",
        "time": "Wed Jul 13 22:24:33 2016 +0800"
      },
      "message": "Standalone PR for fixing the revealjs-url bug in Windows\n"
    },
    {
      "commit": "82a8deeec03225ec4aeef73060d582bf0c101309",
      "tree": "e300078b25a62e83e48b79056de5546b152ba434",
      "parents": [
        "c58a6c49f926084f9c0b07d6c282f8ebdbedfbb1"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Tue Jul 12 10:25:36 2016 -0400"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Tue Jul 12 10:25:36 2016 -0400"
      },
      "message": "support for zoom, search, and notes reveal.js plugins\n"
    },
    {
      "commit": "c58a6c49f926084f9c0b07d6c282f8ebdbedfbb1",
      "tree": "ef8ee0573e427fc309553b818cb377dc2c493d45",
      "parents": [
        "158f5c78caaef57fbb21710d1c3c532ca2332fa3"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Wed Mar 30 23:45:21 2016 -0400"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Wed Mar 30 23:45:21 2016 -0400"
      },
      "message": "always forward slide-level; update NEWS\n"
    },
    {
      "commit": "8d845bb33d92c47e91149f6510c8beed0c104eef",
      "tree": "a394a527e8f5a7cd5b4b76d57dc99d4fc6132b1e",
      "parents": [
        "05f85669ad39ce017b6bb70c9dd38f5696adf7a3"
      ],
      "author": {
        "name": "Michael Lerch",
        "email": "mdlerch@gmail.com",
        "time": "Tue Mar 29 19:50:10 2016 -0600"
      },
      "committer": {
        "name": "Michael Lerch",
        "email": "mdlerch@gmail.com",
        "time": "Tue Mar 29 19:58:27 2016 -0600"
      },
      "message": "Interpret slide_level in YAML\n"
    },
    {
      "commit": "4ae486fbcf0af0709666ff23b8e45a169aa732ba",
      "tree": "a14bb57f289e67b9997e30b62b1979e8720e8963",
      "parents": [
        "8bfd364afb3a46e28131a71f65cef9a2954f6f50"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Wed Mar 23 06:08:42 2016 -0400"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Wed Mar 23 06:08:42 2016 -0400"
      },
      "message": "always use history for slide changes\n"
    },
    {
      "commit": "8bfd364afb3a46e28131a71f65cef9a2954f6f50",
      "tree": "67e9b28d63fe72e8f68f7c42e8c8383a5e6c1916",
      "parents": [
        "1dfec0218f2ba7c889d5c0b183c1949903266dd4"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Mon Mar 21 13:43:13 2016 -0400"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Mon Mar 21 13:43:13 2016 -0400"
      },
      "message": "Push slide changes to browser history\n"
    },
    {
      "commit": "f86d1651e1b94509c4bb841a662b7637a34b9034",
      "tree": "2a2df6165b46e5e7f057cf22a0d9768d136a7f57",
      "parents": [
        "44680d7792e2d620fc05140be673bc29fc711e56"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 20:40:01 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 20:40:01 2016 -0500"
      },
      "message": "remove section on templates (too many features break without them)\n"
    },
    {
      "commit": "4c17805eda6bf31feaccb5ad3b7279e2f5619182",
      "tree": "812ab54fe265cd649034d6cdacc742dc23ef7eb2",
      "parents": [
        "b98735662648b47f178c07e647fad8433c37a1ec"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 19:35:39 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 19:35:39 2016 -0500"
      },
      "message": "re-wrap docs, add docs on slide level\n"
    },
    {
      "commit": "309bc7d44bf5c80caa593c5870654d18b5be6be9",
      "tree": "a0857fd5bac1900a6225d04d0f68f8e487c5b4c1",
      "parents": [
        "41921d33f62b6d52743a1e5c597871be6597de71"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 19:17:54 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 19:17:54 2016 -0500"
      },
      "message": "links to repo\n"
    },
    {
      "commit": "b033eb93afda7db2badace49d404440d84811ae4",
      "tree": "ad501b80cddf960c907f8e83ee6596e283310e47",
      "parents": [
        "e60feb28d70bf215fb784eacd0b94013907f1507"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 18:32:28 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 18:32:28 2016 -0500"
      },
      "message": "remove history parameter\n"
    },
    {
      "commit": "e60feb28d70bf215fb784eacd0b94013907f1507",
      "tree": "a0872f496103d0216ce236651233e7a035eea8a8",
      "parents": [
        "e475d61068c915f991a51562b1ab7b12a9eee480"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 18:28:47 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 18:28:47 2016 -0500"
      },
      "message": "error for runtime: shiny\n"
    },
    {
      "commit": "e475d61068c915f991a51562b1ab7b12a9eee480",
      "tree": "dc7e10e3976a619bffe5b943669a3e722956d021",
      "parents": [
        "37f45b7840c0bbdf75528e8d888be7fdddef2eda"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 18:18:40 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 18:18:40 2016 -0500"
      },
      "message": "remove history option (covered in reveal_options and breaks slide preview navigation in rstudio if set to false)\n"
    },
    {
      "commit": "37f45b7840c0bbdf75528e8d888be7fdddef2eda",
      "tree": "1217cde14f60acc7849a6cbbda0a7a7612570226",
      "parents": [
        "5665d54f01fcfa74c377ed025a220826ab45b3a2"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 18:17:45 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 18:17:45 2016 -0500"
      },
      "message": "support additional reveal options\n"
    },
    {
      "commit": "5665d54f01fcfa74c377ed025a220826ab45b3a2",
      "tree": "dfe85964801ddf634271d0c8052c727bab66b6b5",
      "parents": [
        "e6fc8ac02c6410df6731d89c8994bf972a42a5de"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 17:38:06 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 17:38:06 2016 -0500"
      },
      "message": "document history\n"
    },
    {
      "commit": "e6fc8ac02c6410df6731d89c8994bf972a42a5de",
      "tree": "21c62deab4f95c1158aafea0cb05cfcfd83b2c0a",
      "parents": [
        "cddd0ae6a88e9f35b2c45f4f0cea9042c53eb627"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 17:12:13 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 17:12:13 2016 -0500"
      },
      "message": "Revert \"remove history option\"\n\nThis reverts commit cddd0ae6a88e9f35b2c45f4f0cea9042c53eb627.\n"
    },
    {
      "commit": "cddd0ae6a88e9f35b2c45f4f0cea9042c53eb627",
      "tree": "cb57a39fbfda8a6fe8fcdf0988465208449559da",
      "parents": [
        "40fec33295313705ca4081850329fef5af9cdfab"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 17:11:00 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 17:11:00 2016 -0500"
      },
      "message": "remove history option\n"
    },
    {
      "commit": "40fec33295313705ca4081850329fef5af9cdfab",
      "tree": "21c62deab4f95c1158aafea0cb05cfcfd83b2c0a",
      "parents": [
        "8d1c2f4f963b9bdb12dde0f85ffe63bd2f309bd9"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 16:54:51 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 16:54:51 2016 -0500"
      },
      "message": "use updated pandoc tempalte\n"
    },
    {
      "commit": "8d1c2f4f963b9bdb12dde0f85ffe63bd2f309bd9",
      "tree": "0a1b6be5563e4801868061294b3955cfd1ce9cdb",
      "parents": [
        "540f402682a7be5bdc00eaac1c747f27ab42f813"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 14:56:45 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 14:56:45 2016 -0500"
      },
      "message": "some R CMD check stuff\n"
    },
    {
      "commit": "a8c414b88aee297c0d8b869bb76ccf8441124613",
      "tree": "9e3b9c921de4391a209fbb01494ab4a0fbec7c5b",
      "parents": [
        "d708ef0f727240ce5fc23f7f2d5a0d97b2c86551"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 14:36:53 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 14:36:53 2016 -0500"
      },
      "message": "move reveal to top level of inst directory\n"
    },
    {
      "commit": "6da1bb6fc2d73916acd1947d5df5150404b4fbdb",
      "tree": "9e1b8b57c2a85478c13ece55939c31634f3c8325",
      "parents": [
        "cff9e7cbd110f2050fe69f51bcdab4c2a2f1a4d7"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 14:28:39 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 14:28:39 2016 -0500"
      },
      "message": "migrate to reveal 3.2; add tests for all themes\n"
    },
    {
      "commit": "2d8f3f2e322f2509d82543bfe9505f915917cecc",
      "tree": "f2736466a25d88a727aece81f89f7ee2914b1ddd",
      "parents": [
        "a4854c017eac44d969a216103551c21d66329a74"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 13:08:52 2016 -0500"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Sat Jan 30 13:08:52 2016 -0500"
      },
      "message": "move embedded reveal into it\u0027s own directory\n"
    },
    {
      "commit": "fad5523bc0427824afdf9a630b57ea2fa33d5469",
      "tree": "0234e5a9888a4522d9545cacedb926b781eb2858",
      "parents": [
        "c2d1f9de71c2a90c5b507645e709bd8473738b72"
      ],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Mon Oct 19 07:47:26 2015 -0400"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Mon Oct 19 07:47:26 2015 -0400"
      },
      "message": "add css argument\n"
    },
    {
      "commit": "d4b3a16544a354c8ebcd1031440e0ea0590c0552",
      "tree": "8a02c14c56e1e38a05eb31e437311c5006e28e82",
      "parents": [
        "ea3d7cb544fe1cec50208bee6ddb09af019dac43"
      ],
      "author": {
        "name": "junkka",
        "email": "johan.junkka@gmail.com",
        "time": "Mon Mar 16 07:49:11 2015 +0100"
      },
      "committer": {
        "name": "junkka",
        "email": "johan.junkka@gmail.com",
        "time": "Mon Mar 16 07:49:11 2015 +0100"
      },
      "message": "Documentation\n\nUpdated documentation to match new transition and theme options, and new background_transition param\n"
    },
    {
      "commit": "d55cff0e506404f826f1bb341f4482bc7343775f",
      "tree": "d62233a671da6a79806a73c44998d2acaf1e94e7",
      "parents": [
        "77fbf08e4b9839796192f8fd83237df79a9f34d8"
      ],
      "author": {
        "name": "junkka",
        "email": "johan.junkka@gmail.com",
        "time": "Sun Mar 15 22:27:03 2015 +0100"
      },
      "committer": {
        "name": "junkka",
        "email": "johan.junkka@gmail.com",
        "time": "Sun Mar 15 22:27:03 2015 +0100"
      },
      "message": "background-transition\n"
    },
    {
      "commit": "77fbf08e4b9839796192f8fd83237df79a9f34d8",
      "tree": "590059fd33f7229a7828419dbe289fc42c68f298",
      "parents": [
        "aa108722e90826a1a891fa051fc255f13429123e"
      ],
      "author": {
        "name": "junkka",
        "email": "johan.junkka@gmail.com",
        "time": "Sun Mar 15 22:25:47 2015 +0100"
      },
      "committer": {
        "name": "junkka",
        "email": "johan.junkka@gmail.com",
        "time": "Sun Mar 15 22:25:47 2015 +0100"
      },
      "message": "update themes and transitions\n\nto match reveal.js 3.0.0\n"
    },
    {
      "commit": "2ec4024b48275a092bb0702ef684a363c70735b0",
      "tree": "f148c66cdccdac3b05e16a4d501a5f8e99f73c3e",
      "parents": [],
      "author": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Mon Sep 15 09:18:39 2014 -0400"
      },
      "committer": {
        "name": "JJ Allaire",
        "email": "jj@rstudio.org",
        "time": "Mon Sep 15 09:18:39 2014 -0400"
      },
      "message": "initial commit\n"
    }
  ]
}
