Skip to content

Commit

Permalink
Try to get word wrap right.
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedkadous committed Oct 27, 2023
1 parent 487e5b6 commit 220893d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
*In the Name of Allah, Most Beneficent, Most Merciful*

<style>
code {
white-space : pre-wrap !important;
}
</style>
# Ansari Guide

Ansari is a chatbot designed to help answer non-Muslims' questions about Islam and to help Muslims strengthen their faith. This guide helps teach you what Ansari can do.
Expand All @@ -16,16 +21,15 @@ Ansari is a chatbot designed to help answer non-Muslims' questions about Islam a

You can ask it questions like this:

<code>
```
User: What is the verse that talks about if the oceans were ink and the trees were pens?
Ansari: The verse that talks about if the oceans were ink and the trees were pens is found in Surah Luqman:
Ayah: 31:27
Arabic: وَلَوْ أَنَّمَا فِى ٱلْأَرْضِ مِن شَجَرَةٍ أَقْلَـٰمٌ وَٱلْبَحْرُ يَمُدُّهُۥ مِنۢ بَعْدِهِۦ سَبْعَةُ أَبْحُرٍۢ مَّا نَفِدَتْ كَلِمَـٰتُ ٱللَّهِ ۗ إِنَّ ٱللَّهَ عَزِيزٌ حَكِيمٌ
English: If all the trees on earth were pens and the ocean ˹were ink˺, refilled by seven other oceans, the Words of Allah would not be exhausted. Surely Allah is Almighty, All-Wise.

</code>
```

```
User: Give me a point by point summary of the last verse of Surah Al Baqarah
Expand Down

0 comments on commit 220893d

Please sign in to comment.