Skip to content

Commit

Permalink
Update TO-DO.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 93833cc427f6d4f98cab9cd23695eb3d052cbd90bc2ef69f21b1670982f00cab
  • Loading branch information
programandala-net committed Mar 13, 2019
1 parent 01ef2d0 commit 2c35232
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion TO-DO.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Fendo TO-DO
:author: Marcos Cruz (programandala.net)
:revdate: 2019-01-19
:revdate: 2019-03-12

// This text file is in Asciidoctor format
// See http://asciidoctor.org
Expand Down Expand Up @@ -602,3 +602,12 @@ Search for common code in the following addons and share it:
- fendo.addon.source_code.common.fs
- fendo.addon.asciidoctor.fs
- fendo.addon.markdown.fs

== 2019-03-12

Fix `link_text?!`: It can not work fine in shortcuts, because the link
text is not set before the shortcut is decoded. For example in certain
page `[[ any-shortcut ]]` will create a link with a text link already
used in a previous operation, no matter `link_text?!` is used in the
definiton of `any-shortcut`. `[[` should clear any previous link
text.

0 comments on commit 2c35232

Please sign in to comment.