15 lines
318 B
JSON
15 lines
318 B
JSON
|
{
|
||
|
"items": [{
|
||
|
"q": "Question 1 ?",
|
||
|
"a": "Réponse 1. <br> Avec retour à la ligne"
|
||
|
},
|
||
|
{
|
||
|
"q": "Question 2 ?",
|
||
|
"a": "Réponse 2 avec une url : https://www.astrolabe.coop/nous-rejoindre/"
|
||
|
},
|
||
|
{
|
||
|
"q": "Question 3 ?",
|
||
|
"a": "Réponse 3 avec un <a href=\"/comprendre-la-cae/\">lien</a>"
|
||
|
}]
|
||
|
}
|