branch: elpa/hyperdrive
commit d06643cd3e3006c1d0ac46efb617c2a3d4ba5352
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Docs: Add note
---
DEV.org | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/DEV.org b/DEV.org
index 0cb92a168d..692d4d6c04 100644
--- a/DEV.org
+++ b/DEV.org
@@ -392,3 +392,17 @@ Assuming the ~CUSTOM_ID~ is ~heading-a~:
+
+* Markdown links
+
+** Angle-bracketed links (i.e. ~<URL>~)
+
+~markdown-follow-link-at-point~ does not allow the user to follow links in
angle brackets, so we don't support them.
+
+** Path encoding
+
+Depending on the resolution of
[[https://github.com/jrblevin/markdown-mode/issues/805][Should filename links
be URI-decoded? · Issue #805 · jrblevin/markdown-mode · GitHub]], we may want
to URL-decode paths. For now, we won't.
+
+** Targets
+
+Targets are not currently implemented.
+