diff options
author | bremner <bremner@web> | 2009-02-12 20:51:38 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-02-12 20:51:38 -0500 |
commit | 442f3ab0aba88b61abecf23c6f9539ea494e9537 (patch) | |
tree | c090b0e507deafc58faddfd894db5145df1176a5 | |
parent | 2c51b18aec0cebd1a433cb541fe80f8ade7b3936 (diff) | |
download | ikiwiki-442f3ab0aba88b61abecf23c6f9539ea494e9537.tar ikiwiki-442f3ab0aba88b61abecf23c6f9539ea494e9537.tar.gz |
strange output from sourcecode plugin
-rw-r--r-- | doc/todo/automatic_use_of_syntax_plugin_on_source_code_files/discussion.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files/discussion.mdwn b/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files/discussion.mdwn index a998afa77..8953a055e 100644 --- a/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files/discussion.mdwn +++ b/doc/todo/automatic_use_of_syntax_plugin_on_source_code_files/discussion.mdwn @@ -22,6 +22,18 @@ I hit a wall the following example (the last commit in the above repo). > I haven't actually tested this to see what the problem is. How does this fail? > Does source-highlight barf on the non-c++ content? Is there a wiki URL that shows the failure? -- [[Will]] +>> Here is the content div from the output page +>> [[DavidBremner]] + + <div id="content"> + <p><ul> + <li><div id="sourcecode"></li> + </ul> + 2beb4fd7289998159f61976143f66bb6</p> + + <p></div></p> + + </div> ---- |