Browse Source

Escaped space is converted to nonbreakable space

chordpro_js
Oliverpool 9 years ago
parent
commit
9101e49e19
  1. 2
      utils/convert_to_chordpro/latex_grammar.txt

2
utils/convert_to_chordpro/latex_grammar.txt

@ -126,7 +126,7 @@ empty_command_name
/ "#"
/ ","
/ "'"
/ " "
/ " " { return " "}
/ removed_command_name { return ""}
removed_command_name

Loading…
Cancel
Save