Re: [fossil-users] Blockquotes end up in code/pre blocks

2017-06-07 Thread Chris Rydalch
That works, thanks Richard! On Wed, Jun 7, 2017 at 12:06 PM, Richard Hipp wrote: > On 6/7/17, Chris Rydalch wrote: > > When I put code formatted like this into a wiki page, block quotes are > > detected and inserted into the code. > > Maybe use the special

Re: [fossil-users] Blockquotes end up in code/pre blocks

2017-06-07 Thread Richard Hipp
On 6/7/17, Chris Rydalch wrote: > When I put code formatted like this into a wiki page, block quotes are > detected and inserted into the code. Maybe use the special ... tags around your code? -- D. Richard Hipp d...@sqlite.org

[fossil-users] Blockquotes end up in code/pre blocks

2017-06-07 Thread Chris Rydalch
When I put code formatted like this into a wiki page, block quotes are detected and inserted into the code. For example, put this code in a wiki page: // Grow Hairs vector dir = { 0, 1, 0 }; // dir = @N;// grow in normal direction float len = 1.0; int steps = 10; float jitter = 0.1; float