You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you print something (putStrLn) it will get appended to the website. You can use this to generate HTML widgets.
I tried doing this, but the output is showing-up at the very top of the rendered markdown/html instead of immediately after the code-block containing the putStrLn statement.
Is this the expected behaviour?
What is the use-case for this feature, btw?
The text was updated successfully, but these errors were encountered:
From the docs:
I tried doing this, but the output is showing-up at the very top of the rendered markdown/html instead of immediately after the code-block containing the
putStrLn
statement.Is this the expected behaviour?
What is the use-case for this feature, btw?
The text was updated successfully, but these errors were encountered: