aboutsummaryrefslogtreecommitdiffstats
path: root/doc/en/hook/markdown_to_bb.bb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/hook/markdown_to_bb.bb')
-rw-r--r--doc/en/hook/markdown_to_bb.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/hook/markdown_to_bb.bb b/doc/en/hook/markdown_to_bb.bb
new file mode 100644
index 000000000..8af637c8c
--- /dev/null
+++ b/doc/en/hook/markdown_to_bb.bb
@@ -0,0 +1,5 @@
+[h2]markdown_to_bb[/h2]
+
+Called when processing markdown to bbcode conversion such as when importing Diaspora protocol source or other markdown sources. The plugin is called post conversion.
+
+The function takes one argument which is the string being converted. It may be additionally processed by the plugin.