You are not logged in.

#1 2020-05-14 08:20:02

RAK_V_LiNux'e
Banned
Registered: 2018-04-09
Posts: 36

[SOLVED] Pandoc doesn't render markdown quotes in beamer presentations

Here's my markdown:

De asemenea este importanta si **consecinta legii lui Avogadro**:  
> Acelasi numar de molecule de diferite gaze ocupa acelasi volum, in conditii egale de temperatura si presiune.

After i ran

pandoc avogadro.md -t beamer -o avogadro.pdf && firefox avogadro.pdf

It looks like this:
https://imgur.com/gallery/Qb9JVPy

And lists don't work too

Solution:
I forgot a newline.

De asemenea este importanta si **consecinta legii lui Avogadro**:  

> Acelasi numar de molecule de diferite gaze ocupa acelasi volum, in conditii egale de temperatura si presiune.

Last edited by RAK_V_LiNux'e (2023-01-04 04:27:52)

Offline

#2 2020-05-14 09:09:56

olantwin
Member
Registered: 2014-05-21
Posts: 33

Re: [SOLVED] Pandoc doesn't render markdown quotes in beamer presentations

You'll need blank lines between text body and quotes, lists etc..

So the following should work:

De asemenea este importanta si **consecinta legii lui Avogadro**: 

> Acelasi numar de molecule de diferite gaze ocupa acelasi volum, in conditii egale de temperatura si presiune

Offline

#3 2020-05-14 09:19:48

RAK_V_LiNux'e
Banned
Registered: 2018-04-09
Posts: 36

Re: [SOLVED] Pandoc doesn't render markdown quotes in beamer presentations

Wow i'm super stupid i'm sorry

Offline

#4 2020-05-14 09:37:30

olantwin
Member
Registered: 2014-05-21
Posts: 33

Re: [SOLVED] Pandoc doesn't render markdown quotes in beamer presentations

No worries, glad I could help!

I use pandoc all the time and still occasionally wonder why things don't render only to discover I forgot a blank line somewhere.

Offline

Board footer

Powered by FluxBB