logging. info doesnt show up on console but warn and error do When I log an event with logging info, it doesn't appear in the Python terminal import logging logging info('I am info') # no output In contrast, events logged with logging warn do appear in the
How can I create a text box for a note in markdown? I am writing a document in markdown I am using the wonderful pandoc to create docx and tex files from the markdown source I would like to have a textbox for tips and notes to readers the way