diff options
author | Ludovic Courtès | 2012-05-26 16:36:56 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-05-27 22:34:41 +0200 |
commit | 5bf87ad42c1e4c361401af7786f552ee1242698f (patch) | |
tree | f0bd96c14a874a9a7beb2866d2215aff91eb572d /doc | |
parent | 5c69154f8ef9c10425d26ecb3a2c65f01b76959b (diff) | |
download | skribilo-5bf87ad42c1e4c361401af7786f552ee1242698f.tar.gz skribilo-5bf87ad42c1e4c361401af7786f552ee1242698f.tar.lz skribilo-5bf87ad42c1e4c361401af7786f552ee1242698f.zip |
info: Implement the `image' markup.
* src/guile/skribilo/engine/info.scm (image): New markup writer.
* doc/user/infoe.skb (Info Engine): Mention image rendering.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/infoe.skb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/user/infoe.skb b/doc/user/infoe.skb index d11e0b6..5297f3d 100644 --- a/doc/user/infoe.skb +++ b/doc/user/infoe.skb @@ -39,9 +39,10 @@ conflicts, using the ,(param :info-node) option of ,(markup-ref "chapter"), etc.])) Most markups shown in ,(numref :text [Chapter] :ident "std-markups") are -meaningfully rendered in Info, including tables. However, since Info is -a text-only format, markups such as ,(markup-ref "image") do not yield a -graphical output as with other engines.])) +meaningfully rendered in Info, including tables. The ,(markup-ref +"image") markup is also implemented: the Info reader in Emacs 23 and +later is able to display them, or to display the alternate text (the +body of the ,(markup-ref "image") markup) when running in text mode.])) ;;; Local Variables: ;;; ispell-local-dictionary: "american" |