We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
~
1 parent 40277fc commit 80ed8cdCopy full SHA for 80ed8cd
bin/convert-formula.sh
@@ -89,7 +89,8 @@ convert_formula() {
89
n
90
s/========/$(repeat_char =)/
91
s/--------/$(repeat_char -)/
92
- s/\^^^^^^^^/$(repeat_char ^)/"'
+ s/\^^^^^^^^/$(repeat_char ^)/
93
+ s/\~~~~~~~~/$(repeat_char \~)/"'
94
s/""""""""/'"$(repeat_char \")/
95
}" docs/README.rst docs/map.jinja.rst
96
0 commit comments