fix: add note about duplicated parseRecipeMarkdown function and TODO for extraction
Test Suite / test (24.15.0) (push) Has been cancelled
Test Suite / test (24.15.0) (push) Has been cancelled
This commit is contained in:
@@ -23,6 +23,14 @@ interface ParsedRecipe {
|
||||
// Parser Functions
|
||||
// ============================================================================
|
||||
|
||||
/**
|
||||
* NOTERING: Denna parseRecipeMarkdown-funktion är duplicerad i
|
||||
* recipe-app/backend/src/common/utils/recipe-parser.ts
|
||||
*
|
||||
* TODO: Extrahera till shared npm-paket eller flytta till en location
|
||||
* som båda kan importera från för att undvika version-drift.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Parsar ett recept i Markdown-format och extraherar namn, beskrivning,
|
||||
* instruktioner och ingredienser.
|
||||
|
||||
Reference in New Issue
Block a user