Ember Lane Pizza: Menu folder guide
Menu folder guide for Ember Lane Pizza. A 80 line guide naming every one of the 19 files in this folder, the two costing files each price was read from, the rule behind every derived price, and all 5 deliberate defects with the figure on both sides of each disagreement.
md
text/markdown
- Kit
- restaurant-pizzeria
- Industry
- food-service
- Schema Version
- 1
- Synthetic
- true
- As Of
- 2026-09-08
- Currency
- CAD
Binary md: no in-browser preview. Download it above to open in a compatible application.
Specifications
- Kit
- restaurant-pizzeria
- Industry
- food-service
- Schema Version
- 1
- Synthetic
- true
- As Of
- 2026-09-08
- Currency
- CAD
- Menu Items
- 4
- Lines
- 80
- Files
- 19
- Deliberate Defects
- 5
- Encoding
- UTF-8
- Line Endings
- LF
Testing contract
Expected to pass- Scenario
- Read the Ember Lane Pizza menu folder guide before using any file in it.
- Expected result
- A 80 line guide naming every one of the 19 files in this folder, the two costing files each price was read from, the rule behind every derived price, and all 5 deliberate defects with the figure on both sides of each disagreement.
What is a .md file?
Markdown (MD) is a lightweight plain-text markup language that uses simple punctuation conventions to denote headings, lists, links, emphasis, and code. It is designed to be readable as-is and to convert cleanly to HTML. It is widely used for documentation, READMEs, and content authoring.
How to use this file
Use an example Markdown file to test parsers and renderers, verify GitHub-Flavored Markdown extensions like tables and fenced code, and exercise HTML-conversion pipelines.
How to use this file for testing
“Ember Lane Pizza: Menu folder guide” is a deterministic Novus Examples fixture for Data import. Realistic faker-generated datasets with documented schemas for testing import and ETL flows.
Documented properties for this file: UTF-8 · LF. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.
Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such, expect parsers to fail loudly rather than silently accept them.
Document fixtures list their internal structure (pages, fields, tracked changes, embedded objects) in the spec table. Test extractors, converters, and OCR against that known structure, and compare searchable↔scanned or format-twin companions when present.
Code examples
import markdown # pip install markdown
html = markdown.markdown(open("README.md").read())
print(html[:200])Related files
- pdfAlder Table Bistro: Allergen menuAllergen menu for Alder Table Bistro. A landscape page carrying 4 dishes against the 14 declarable allergens, Y for declared and a hyphen for not declared, with a second table naming the ingredient behind every Y. The grid reproduces allergen-matrix.csv in the costing folder cell for cell.

- pdfAlder Table Bistro: Children's platesChildren's plates for Alder Table Bistro. A one page children's menu: the same 4 dishes as smaller portions at 60 percent of the menu price, rounded to the nearest 0.05. The prices are 14.40, 6.90, 7.80, 7.50 CAD, and every one already lands on a five cent step, so no row on the page is rounded.

- pdfAlder Table Bistro: Daily specials insertDaily specials insert for Alder Table Bistro. A dated single page for service on 2026-08-28, inside the costing period 2026-08-20 to 2026-09-02. 2 dishes from the printed menu at 85 percent of the menu price rounded to the nearest 0.05, with the menu price and the saving shown beside each.

- pdfAlder Table Bistro: Daily specials insert dated outside the periodDaily specials insert dated outside the period for Alder Table Bistro. Intentionally wrong. The same page as daily-specials-insert.pdf with one change: the service date reads 2026-10-14, which is 42 days after the costing period ends on 2026-09-02. Every price on the page is still correct, so only the date can catch it.

- pdfAlder Table Bistro: Drinks listDrinks list for Alder Table Bistro. A one page list with 4 lines by the glass and 4 by the bottle. Where a drink is sold both ways the glass price is the bottle price divided by 5 pours and rounded up to the next 0.25, which the page states. Drinks sit outside the shared ingredient costing study, so no plate cost is claimed for any of them.

- mdAlder Table Bistro: Menu folder guideMenu folder guide for Alder Table Bistro. A 80 line guide naming every one of the 19 files in this folder, the two costing files each price was read from, the rule behind every derived price, and all 5 deliberate defects with the figure on both sides of each disagreement.

Generated by generation/restaurant_menus.py. Free for any use, no attribution required, license.