remark icon indicating copy to clipboard operation
remark copied to clipboard

A simple, in-browser, markdown-driven slideshow tool.

Results 119 remark issues
Sort by recently updated
recently updated
newest added

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...

question

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: ![image](https://user-images.githubusercontent.com/312166/178134730-b728f644-54a6-44dd-864c-889722b175f0.png) Remark doesn't seem...

feature
markdown

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 ---...

bug
question
markdown

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?

question
syntax-highlighter

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...

question

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...

doc-wiki

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...

question

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...

question

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...

question

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...

bug
question