Browse Source

how to escape markdown

main
crunk 3 years ago
parent
commit
31ff0e6886
  1. 4
      README.md

4
README.md

@ -20,8 +20,8 @@ the pads based on the etherpump magic words.
``` ```
$ python palanggana.py --magic wordhere $ python palanggana.py --magic wordhere
``` ```
will find the pads where __wordhere__ has been used and get all the lines of will find the pads where `__wordhere__` has been used and get all the lines of
text from those pads with that __wordhere__ in the line. text from those pads with that `__wordhere__` in the line.
it will get rid of the magic word specified, but if you want to keep the magic it will get rid of the magic word specified, but if you want to keep the magic
you can use. you can use.

Loading…
Cancel
Save