

Or followed by\\ a whitespace \\this happens without it. Two backslashes are only recognized at the end of a line\\ This is some text with some linebreaks\\ Note that the Two backslashes are only recognized at the end of a line If you want to force a newline without a paragraph, you can use two backslashes followed by a whitespace or the end of line. You can mark something as deleted as well. You can use subscript and superscript, too. Of course you can **_//''combine''//_** all these. Of course you can combine all these.ĭokuWiki supports **bold**, //italic//, _underlined_ and ''monospaced'' texts.
MARKDOWN INDENTED CODEBOX CODE
Simply type in (or cut and paste) your code block, select it, and click on the "code" button on the editing toolbar-the button with `1`s and `0`s on it.DokuWiki supports bold, italic, underlined and monospaced texts. Fortunately, the CVX Forum editing window makes the process dead simple. * indent each line of the code block by four (4) spaces.Ĭlearly, the indentation step is a bit inconvenient to do by hand, especially for a long code block. * include a blank line before and after the code block If you want to insert a line of code in the middle of a paragraph, just surround the text by back-quotes: *e.g.*, typing \`cvx_begin sdp\` in the editing window produces the result: `cvx_begin sdp`. As discussed in (/t/how-do-i-format-forum-posts/17/1)), the CVX Forum uses the Markdown language to render text. Notice that the internal indentation of the code block has been preserved.įor a more complex example, I’ve included the entire Markdown source of the above text in a code block below, so you can see all of the commands and tricks I used to get the above results.

Simply type in (or cut and paste) your code block, select it, and click on the “code” button on the editing toolbar-the button with 1s and 0s on it. If you want to insert a line of code in the middle of a paragraph, just surround the text by back-quotes: e.g., typing `cvx_begin sdp` in the editing window produces the result: cvx_begin sdp.Ĭlearly, the indentation step is a bit inconvenient to do by hand, especially for a long code block. Notice that the *internal* indentation of the code block has been preserved.Īs discussed in this forum post), the CVX Forum uses the Markdown language to render text. Here’s an example of the results: m = 20 n = 10 p = 4 Ĭ = randn(p,n) d = randn(p,1) e = rand Simply type in (or cut and paste) your code block, select it, and click on the “code” button on the editing toolbar-the button that looks like this: indent each line of the code block by four (4) spaces.Ĭlearly, the indentation step is a bit inconvenient to do by hand, especially for a long code block.include a blank line before and after the code block.

If you want to insert a line of code in the middle of a paragraph, just surround the text by back-quotes: e.g., typing `cvx_begin sdp` in the editing window produces the result: cvx_begin sdp.įor a longer, multi-line codeblock, Markdown requires the following: As discussed in this forum post, the CVX Forum uses the Markdown language to render text.
