Questions tagged [remarkjs]

A JavaScript library that creates client-side HTML5 slideshows from Markdown source. Or an unrelated Markdown parser used by Gatsbyjs.

Remark.js (also on GitHub) is a JavaScript library that creates client-side slideshows from Markdown source.

Remark is also the name of a collection of libraries for working with Markdown. Despite the name and shared concepts, Remark.js is not built on Remark, the JavaScript library.

See also:

98 questions
0
votes
1 answer

incremental slide in class:middle: stuff move around

Text is moving when the list got larger because it wants to be in the middle, any way to change that behaviour while keeping the elements in the middle (as in the last or first version of the slide) --- title: "SFB1315 Result Gallery" subtitle:…
Julien Colomb
  • 508
  • 4
  • 20
0
votes
2 answers

Bullet color in Xaringan presentation

Is it possible to change the bullet colors in Xaringan presentation? The text should have a different color. I have not find any option in xaringanthemer package neither going through the css file. I could not find any information remark.js…
0
votes
1 answer

How to get custom remarks in markdown with gatsby-transformer-remark?

My markdown has some extra remarks and looks like this: --- path: "/" date: "2018-10-12" title: "xxxx" description: "desccc" --- some of the text How can I get the description? { allMarkdownRemark( sort: { order: DESC, fields:…
Totty.js
  • 15,563
  • 31
  • 103
  • 175
0
votes
2 answers

Stop '---' being transformed to '
'

I'm inserting remark.js slides (as MD files) into a jekyll site (hosted on github, and pre-processing done there). Since remark.js uses three dashes to indicate a next slide, it's important that these three dashes do not get transformed into a new…
tcs
  • 353
  • 1
  • 3
  • 11
0
votes
1 answer

Centering the text in a heading of a title slide using css in xaringan rmarkdown

How can I center the text in a heading of a title slide using css in xaringan rmarkdown. Using the below code it didn't. .title-slide h3:nth-child(2) { font-weight: normal; font-size: 40px; text-align: center; color: grey; …
0
votes
1 answer

creating lealetjs map in an invisible div

I am adding a leafletjs map in a remarkjs slideshow. The map works fine if the slide containing the map div is visible on initial load of the web page. However, if the slide with the map div is not the visible slide then the map div is invisible, so…
punkish
  • 13,598
  • 26
  • 66
  • 101
0
votes
1 answer

Comments in RemarkJS

Is it possible to have an inline comment in the Markdown content of a RemarkJS presentation? In other Markdown formats I've used [//]:(SOME_COMMENT) as a way of having invisible comments/tags. Remark is displaying these literally. I realise I could…
DeejUK
  • 12,891
  • 19
  • 89
  • 169
0
votes
1 answer

build `remarkjs` without `highlighterjs`

I am already using highlighterjs and would rather use the externally included highlighter(js and css) and build a version of remarkjs that is much smaller. I can't figure out how to accomplish this. The included make.js file is supposed to build the…
punkish
  • 13,598
  • 26
  • 66
  • 101
1 2 3 4 5 6
7