diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-28 19:07:38 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-28 19:07:38 +0000 |
commit | 330bbd03df8f41cf6e8036dbfc764dabddcd6715 (patch) | |
tree | 68260e3683cb951451e90f8ac7a1e5d2fd409d8b /doc/bugs | |
parent | 51d7da8c8785f47417c5d50b55daad78f65155ce (diff) |
* Apply a patch from Carl Worth allowing a class attribute to be passed
through the img plugin. Also allow the id attribute to be passed through.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/img_plugin_should_pass_through_class_attribute.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/img_plugin_should_pass_through_class_attribute.mdwn b/doc/bugs/img_plugin_should_pass_through_class_attribute.mdwn index c66055dd0..2e67d6357 100644 --- a/doc/bugs/img_plugin_should_pass_through_class_attribute.mdwn +++ b/doc/bugs/img_plugin_should_pass_through_class_attribute.mdwn @@ -6,6 +6,8 @@ An example of the feature in use can be seen here (notice class="floatleft" and And here's a patch to implement it. Will this survive markdown munging? It seems quite unlikely... How does one protect a block like this? Oh well, we'll see what happens. +> thanks, [[done]] --[[Joey]] + -Carl From 405c29ba2ef97a514bade33ef826e71fe825962b Mon Sep 17 00:00:00 2001 |