From 3654b280c110d59df41163b85d5e39c8723a1a48 Mon Sep 17 00:00:00 2001 From: Mathieu Boudreau Date: Tue, 1 Oct 2024 12:21:09 -0300 Subject: [PATCH] Fix syntax --- .../02-VFA_SignalModelling.md | 13 +++++++------ .../1-2 Variable Flip Angle/03-VFA_DataFitting.md | 14 ++++++++------ 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/2 T1 Mapping/1-2 Variable Flip Angle/02-VFA_SignalModelling.md b/2 T1 Mapping/1-2 Variable Flip Angle/02-VFA_SignalModelling.md index 8381802..8e1a136 100644 --- a/2 T1 Mapping/1-2 Variable Flip Angle/02-VFA_SignalModelling.md +++ b/2 T1 Mapping/1-2 Variable Flip Angle/02-VFA_SignalModelling.md @@ -51,7 +51,8 @@ Signal curves estimated using Bloch simulations for three categories of signal s ::: -```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 1. + +````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 1. :class: tip, dropdown ```octave @@ -112,10 +113,10 @@ end ``` -``` +```` -```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 3. +````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 3. :class: tip, dropdown ```octave @@ -172,10 +173,10 @@ end ``` -``` +```` -```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 4. +````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 4. :class: tip, dropdown ```octave @@ -247,7 +248,7 @@ for ii = 1:length(Nex_range) end ``` -``` +```` ```{admonition} References :class: seealso diff --git a/2 T1 Mapping/1-2 Variable Flip Angle/03-VFA_DataFitting.md b/2 T1 Mapping/1-2 Variable Flip Angle/03-VFA_DataFitting.md index 1a5c969..610c609 100644 --- a/2 T1 Mapping/1-2 Variable Flip Angle/03-VFA_DataFitting.md +++ b/2 T1 Mapping/1-2 Variable Flip Angle/03-VFA_DataFitting.md @@ -63,7 +63,7 @@ Example variable flip angle dataset and B1 map of a healthy adult bra ::: -```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 5. +````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 5. :class: tip, dropdown ```octave @@ -161,10 +161,10 @@ signal_WM_div_sin = signal_WM ./ sind(params_highres.EXC_FA); signal_WM_div_tan = signal_WM ./ tand(params_highres.EXC_FA); ``` -``` +```` -```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 6. +````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 6. :class: tip, dropdown ```octave @@ -267,9 +267,10 @@ std_T1_noB1Correction = std(FitResults_noB1Correction.T1); std_T1_withB1Correction = std(FitResults_withB1Correction.T1); ``` -``` +```` + -```{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 7. +````{admonition} Click here to view the qMRLab (MATLAB/Octave) code that generated Figure 7. :class: tip, dropdown ```octave @@ -335,7 +336,8 @@ FA_20 = imrotate(squeeze(VFAData(:,:,:,2).*Mask),-90); B1map = imrotate(squeeze(B1map.*Mask),-90); ``` -``` +```` + ```{admonition} References :class: seealso