peixe-esmargal

Home / A Hero’s Tale Retold / peixe-esmargal
Traditional recipe by António Vicente Lopes (1977
Ingredients
2.4 kg of salmon or saw fish
76g of coriander, crushed
76g of cummin, crushed
38g of turmeric
57g of tamarind
152g of Chinese wine “fán chau
1.5 to 2.2l of vinegar
5 to 6 gorms of garlic, minced
38g of dried chillies
Method
Boil the vinegar and let it cool.
Dissolve the tamarind in vinegar
Wash the coriander and cummin in vinegar before grinding them.
Mix all well.
1 function special_tooltip_shortcode($atts) { // Default attributes $atts = shortcode_atts(array( 'keyword' => 'Test Tooltip', 'id' => '123', 'items' => '', ), $atts); // Escape output $keyword = esc_html($atts['keyword']); $id = (int) $atts['id']; // Clean items: remove empty lines $lines = preg_split('/\r\n|\r|\n/', $atts['items']); $clean_lines = array_filter(array_map('trim', $lines)); // Trim each line, remove empty $items = ''; foreach ($clean_lines as $line) { $items .= esc_html($line) . '
'; } // Fixed base URL $url = "https://www.macaneselibrary.org/macfams/priv/english/"; // Build output $output = "
{$keyword} #{$id}
{$keyword} #{$id} {$items} Details are in the private website: Already logged in?
Register or login?
"; return $output; } add_shortcode('specialtooltip', 'special_tooltip_shortcode');