maaslalani/slides

graph-easy rendering broken

fdziarmagowski opened this issue · 3 comments

Describe the bug
graph-easy rendering is broken

To Reproduce
Steps to reproduce the behavior:

  1. Open one of the examples containing graph-easy
  2. Make the md file executable
  3. Run it
  4. Slides renders the graph incorrectly:
    image

Expected behavior
image

┌───┐  to   ┌───┐
│ A │ ────> │ B │
└───┘       └───┘

Desktop (please complete the following information):

  • OS: Linux / Debian Bullseye
  • running slides master and latest
  • Alacritty / GNOME Terminal

@fdziarmagowski You need to wrap the pre-process in a code block so that it preserves the spacing, I believe the example in the README does this

@maaslalani ah, so this is the trick! Thanks and sorry for unnecessary noise.

No problem at all! Thank you for using slides!