aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-24 16:24:53 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-24 16:24:53 -0500
commita44b60ca35de43f1a8da09fb498474d9e25c55bc (patch)
tree3462e1702c1632d8d5e56d9f0025c8d223e33f06 /src
parent86e91102ebe676a989f27784057002bd664805b0 (diff)
downloadbbj-a44b60ca35de43f1a8da09fb498474d9e25c55bc.tar.gz
small source code formatting blips
Diffstat (limited to 'src')
-rw-r--r--src/formatting.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/formatting.py b/src/formatting.py
index 0a50d3f..a3eb73d 100644
--- a/src/formatting.py
+++ b/src/formatting.py
@@ -81,7 +81,6 @@ underline = re.compile(r"(?<!\\)_{2}(.+?)(?<!\\)_{2}")
escapes = re.compile(r"\\([*_]{2})")
-
def apply_directives(text):
# is there a better way to do this? smh....
text = quotes.sub(lambda m: "[quote: %s]" % m.group(1), text)
Un proyecto texto-plano.xyz