miyakogi/m2r

incorrect conversion of code block with comments mis-converted to headers

sunt05 opened this issue · 0 comments

Take the following code snippet for example:

import supy as sp
import matplotlib.pyplot as plt

#load sample data

#load sample data will be converted a level one header.

This is an unexpected behaviour.