webpro / reveal-md

reveal.js on steroids! Get beautiful reveal.js presentations from any Markdown file
MIT License
3.74k stars 416 forks source link

Can you provide the Settings that can be filled in yaml formatter markdown head? #437

Closed jackyliu16 closed 1 year ago

jackyliu16 commented 1 year ago

It looks like not all of the pieces have been covered, for example seem the --theme=black in cil is match to theme: black in the head of md file, but seem --highlight-theme: github haven't a kind of shows in yaml formatter head of markdown

ChongChengAC commented 1 year ago

Maybe you're talking about highlightTheme?

This is my YAML in the head of markdown file. It specifies title, theme, highlight theme, and reveal.js options:

---
title: reveal-md – The Markdown Presentation Framework
theme: black
highlightTheme: vs2015
revealOptions:
  transition: 'convex'
---
jackyliu16 commented 1 year ago

yes, i'm talking about highlightTheme, thanks.