1config BR2_PACKAGE_PYTHON_MARKDOWN2 2 bool "python-markdown2" 3 depends on BR2_PACKAGE_PYTHON3 4 help 5 A fast and complete Python implementation of Markdown. 6 7 https://github.com/trentm/python-markdown2 8