From bd2897463c591658e778b54fe6b636e675b7c7da Mon Sep 17 00:00:00 2001 From: "St. Elmo Wilken" Date: Thu, 25 Jul 2024 10:59:04 +0200 Subject: [PATCH] fix box formatting --- docs/src/examples/05c-mmdf.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/examples/05c-mmdf.jl b/docs/src/examples/05c-mmdf.jl index 194adec2..2fdc9e7f 100644 --- a/docs/src/examples/05c-mmdf.jl +++ b/docs/src/examples/05c-mmdf.jl @@ -97,8 +97,8 @@ reference_flux = Dict( "TPI" => 1.0, ) -#!!! warning "Only the signs are extracted from the reference solution" -# It is most convenient to pass a flux solution into `reference_flux`, but take care about the fluxes with value near 0: Their desired sign may be a subject to floating-point robustness error. By default, `max_min_driving_force_analysis` considers everything that is approximately zero (via `isapprox`) to have zero flux, with the appropriate implications to concentration balance. +#md # !!! warning "Only the signs are extracted from the reference solution" +#md # It is most convenient to pass a flux solution into `reference_flux`, but take care about the fluxes with value near 0: Their desired sign may be a subject to floating-point robustness error. By default, `max_min_driving_force_analysis` considers everything that is approximately zero (via `isapprox`) to have zero flux, with the appropriate implications to concentration balance. # ## Solving the MMDF problem