Displaying 4 results from an estimated 4 matches for "gutz".
Did you mean:
gut
2007 Mar 04
5
div & span support
> [John Fraser:] Being able to wrap Markdown text in divs and spans ...
I find div and span tags quite useful. Here is an example of the syntax I'm presently using.
[[ {#orchard}
Contents of div here. And ~this{.plum}~ is how I do spans.
]]
becomes
<div id="orchard">
<p>Contents of div here. And <span class="plum">this</span> is how I do
2007 Jan 17
3
reference-style/shortcut syntax
I also agree that single bracket reference-style syntax is not prudent. As Jacob suggested, it creates ambiguity for the reader (Is it an edit or a link?). It also creates a new problem of potential conflict, however rare that may be.
It seems reasonable to prefix a marker colon (possibly followed by whitespace):
[:ref link] or [: ref link]
And perhaps the same for attributes:
{:att ref} or {:
2001 Mar 07
1
fixeme:pthread_kill_other_threads_np
I just installed wine. I've read as much of the documentation as I could
find. yet cannot find a list of known problems.?.
I get this error every time I try and use it
fixeme:pthread_kill_other_threads_np
and then
fixeme:console:SetConsoleScreenBufferSize (8,80x25): stub
followed with a lot more of the first error.
then I get a couple windows that pop up. one being the program I
2008 Feb 08
1
footnote syntax
I searched the list but didn't find an answer to this question.
Why is the caret[^c] preferred over the asterisk[*a] for footnote markers?
[^c]: http://en.wikipedia.org/wiki/Caret
[*a]: http://en.wikipedia.org/wiki/Asterisk