tecosaur / DataToolkit.jl

Reproducible, flexible, and convenient data management
https://tecosaur.github.io/DataToolkit.jl
87 stars 4 forks source link

[docs] Markdown stdlib is unhappy with Org-generated Markdown #15

Closed mortenpi closed 3 months ago

mortenpi commented 7 months ago

The org

1. The transformation of a specification into a source of /data/, termed =storage=
2. The transformation of /data/ into /information/, termed a =loader=
3. The transformation of /information/ into /data/, termed a =writer=

gets converted into

1.  The transformation of a specification into a source of *data*, termed
  `storage`
2.  The transformation of *data* into *information*, termed a `loader`
3.  The transformation of *information* into *data*, termed a `writer`

But that makes Markdown unhappy as far as I can tell. I think indenting that second line by one more space would fix it. Or by just not wrapping the line. But I think that is done by Org.jl?

image

tecosaur commented 7 months ago

Ah, thanks for picking this. I'll add the extra space required.