remark
remark copied to clipboard
A simple, in-browser, markdown-driven slideshow tool.
Hello, I have couple of markdown files that contains detailed information about few topics. I want to use some of these contents and convert them into ppt (not the entire...
Both CommonMark and GitHub Flavored Markdown support specifying the first number of a list. In other words: 2. Second 1. Third 1. Fourth gets rendered as:  Remark doesn't seem...
Hi! **Here is what I do:** I put a YAML document separator (`---`) within an indented triple-quote: ```` - Example YAML with multiple docs in it: ```yaml key1: value1 ---...
I would like to use the `vs2015` highlight.js style. It's not listed as one of the options for [`highlightStyle`](https://github.com/gnab/remark/wiki/Configuration#highlighting). How can I do this?
Congrats again for this wonderful project. Is there a way to easily add multi-lang for a single document ? Something like : ``` First slide ||| Première diapositive My presentation...
I'm using remark for the first time and I like it very much, so thanks! The only issue I'm having is that generating a PDF for my presentation in 16:9...
Hello! I'd like to add some simple animation, that is showing an element at the presenter's input. I know you provide `--` or `layout`, but these cannot be used if...
I've been using the instructions here to get MathJax 2.7 working in Remark, and they work fine: https://github.com/gnab/remark/wiki/LaTeX-using-MathJax How do I get more recent MathJax working? I would like to...
Hi! Has anyone ever built a Visual Studio Code extension before, specifically for previewing markdown? I know that there are ones for MARP and reveal and others, but remark.js is...
Hi, I've tried to put two Mermaid diagrams, one by slide, and the first renders correctly but not the second : I had to refresh the page to have to...