diff options
author | Sylvain Gauthier <s94.gauthier@laposte.net> | 2021-03-14 13:50:40 +1100 |
---|---|---|
committer | Sylvain Gauthier <s94.gauthier@laposte.net> | 2021-03-15 10:36:14 +1100 |
commit | 69e861ba531e72c78242a7e1ffb33ae58c442e72 (patch) | |
tree | c15cc7ba98ca63182c775964072622847ce55307 | |
parent | 7bfb359a48b85c940c42215c0e5b46a88bce6a41 (diff) | |
download | based.cooking-69e861ba531e72c78242a7e1ffb33ae58c442e72.tar based.cooking-69e861ba531e72c78242a7e1ffb33ae58c442e72.tar.gz based.cooking-69e861ba531e72c78242a7e1ffb33ae58c442e72.tar.lz based.cooking-69e861ba531e72c78242a7e1ffb33ae58c442e72.tar.xz based.cooking-69e861ba531e72c78242a7e1ffb33ae58c442e72.zip |
fix articles that crash the Makefile
-rw-r--r-- | src/quesadilla.md | 2 | ||||
-rw-r--r-- | src/roasted-chicken-breast.md | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/quesadilla.md b/src/quesadilla.md index b3638fcc3..f42786925 100644 --- a/src/quesadilla.md +++ b/src/quesadilla.md @@ -1,4 +1,4 @@ -## Quesadilla +# Quesadilla A quick and easy meal, able to be taken anywhere, but be warned of its high empty carb counts. diff --git a/src/roasted-chicken-breast.md b/src/roasted-chicken-breast.md index 21f29b261..8c10fe111 100644 --- a/src/roasted-chicken-breast.md +++ b/src/roasted-chicken-breast.md @@ -1,4 +1,3 @@ - # Roasted chicken breast How to roast chicken breast with a "leave-in" probe thermometer. The thermometer ensures the chicken comes out juicy and delicious. @@ -23,4 +22,4 @@ How to roast chicken breast with a "leave-in" probe thermometer. The thermometer ## Contribution -- Michael - [website](https://murphym.dev/)
\ No newline at end of file +- Michael - [website](https://murphym.dev/) |