.coveragerc
.gitignore
.mailmap
CHANGELOG.md
CNAME
README.md
pytest.ini
setup.py
specification.md
.github/workflows/codecov.yml
.github/workflows/github_pages.yml
.github/workflows/pytest.yml
docs/Makefile
docs/changelog.rst
docs/cli.rst
docs/conf.py
docs/index.rst
docs/install.rst
docs/make.bat
docs/recommended_tools.rst
docs/reference_implementation.rst
docs/specification.rst
docs/_static/custom.css
docs/_static/favicon.ico
docs/_static/github_logo.png
docs/_templates/edit_on_github.html
examples/example_menu.md
examples/griechischer_kartoffeltopf.md
examples/guacamole.md
examples/schwarzbierbrot.md
examples/template.md
logo/recipemd-mark-solid.svg
logo/recipemd-mark.png
logo/recipemd-mark.svg
logo/recipemd_16x16.png
logo/recipemd_32x32.png
logo/recipemd_48x48.png
recipemd/__init__.py
recipemd/data.py
recipemd/filter.py
recipemd.egg-info/PKG-INFO
recipemd.egg-info/SOURCES.txt
recipemd.egg-info/dependency_links.txt
recipemd.egg-info/entry_points.txt
recipemd.egg-info/requires.txt
recipemd.egg-info/top_level.txt
recipemd/cli/__init__.py
recipemd/cli/find.py
recipemd/cli/main.py
testcases/empty.invalid.md
testcases/ingredients.json
testcases/ingredients.md
testcases/ingredients_empty.invalid.md
testcases/ingredients_groups.json
testcases/ingredients_groups.md
testcases/ingredients_links.json
testcases/ingredients_links.md
testcases/ingredients_multiline.json
testcases/ingredients_multiline.md
testcases/ingredients_no_divider.invalid.md
testcases/ingredients_no_name.invalid.md
testcases/instructions.json
testcases/instructions.md
testcases/instructions_no_divider.invalid.md
testcases/recipe.json
testcases/recipe.md
testcases/tags.json
testcases/tags.md
testcases/tags_splitting.json
testcases/tags_splitting.md
testcases/title.json
testcases/title.md
testcases/title_second_level_heading.invalid.md
testcases/yields.json
testcases/yields.md
tests/__init__.py
tests/test_data.py
tests/test_filter.py