gnab / remark

A simple, in-browser, markdown-driven slideshow tool.
http://remarkjs.com
MIT License
12.7k stars 856 forks source link

Multi-language #677

Open josephernest opened 2 years ago

josephernest commented 2 years ago

Congrats again for this wonderful project. Is there a way to easily add multi-lang for a single document ?

Something like :

<textarea id="source">
First slide ||| Première diapositive

My presentation about XYZ  ||| Ma présentation à propos de XYZ

---

Second slide ||| Seconde diapositive

Hello ! ||| Bonjour 
</textarea>

So that we can easily with a JS parameter show the slides either in English, either in French?

tripu commented 2 years ago

Hi, @josephernest.

I'm not sure, but I suspect the answer is: no.

:confused: