WirelessAlien / BhagavadGitaApp

A Simple Open-source Android App for Bhagavad Gita
GNU General Public License v3.0
56 stars 8 forks source link

Added missing new line characters in verses #23

Closed coderamm closed 9 months ago

coderamm commented 9 months ago

Used regular expression find and replace to add missing newline characters in two cases in verse.json:

  1. Missing "\n\n" after some "उवाच"s
  2. Missing "\n\n" after some "।"s
WirelessAlien commented 9 months ago

Thank you. Merged