From 3a658826d0079bdfc8ea3d9e9c0080a7a4f90f2d Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Mon, 18 Sep 2023 15:08:47 +0200
Subject: [PATCH] Use emphasized text for notes and remakrs

---
 build/README.md     | 2 +-
 test_data/README.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/README.md b/build/README.md
index e5ad51a7..0d13383a 100644
--- a/build/README.md
+++ b/build/README.md
@@ -38,7 +38,7 @@ This section describes the use of the pre-existing programs, once the binaries h
    
 *NOTE:* both `edfb` and `sph` expect an input which is assumed to be in a folder named `../../test_data/sphere/` (i.e. two levels above the current execution path)
 
-TODO: set up a code variable to locate the input data (data file paths should not be hard-coded)
+*TODO:* set up a code variable to locate the input data (data file paths should not be hard-coded)
 
 ### trapping
 
diff --git a/test_data/README.md b/test_data/README.md
index c278cb21..d6f22fda 100644
--- a/test_data/README.md
+++ b/test_data/README.md
@@ -10,13 +10,13 @@ The execution of the original code can be controlled through a set of configurat
 
 cluster is designed to calculate a complex geometry made up by many spheres. These can be either fully embedded in a larger sphere or separated within the external medium. Sphere compenetration is not accounted for.
 
-TODO: add the description of the cluster configuration files
+*TODO:* add the description of the cluster configuration files
 
 ### sphere
 
 sphere is designed to perform the simplest case calculation, namely the scattering of incident radiation on a single sphere. To perform the calculation, the two following formatted files need to be provided:
 
-TODO: write the the DEDFB documentation
+*TODO:* write the the DEDFB documentation
 
 - DSPH
 ```
-- 
GitLab