Results 156 comments of John Gabriele

I like the idea of djot having a simple unambiguous syntax for this that is less tricky to parse. It not only makes djot simpler and faster, but it also...

Since some of the examples are wide things like tables or hr's, maybe the rendered html could be displayed underneath both, in its own row that spans the two cols?...

I think it's most valuable to be able to look at the jdot and the rendered html at the same time. It could also be valuable to see the raw...

Hm. Good point, @wooorm . Maybe it depends upon who the reader is. I suspect: * if the reader just quickly wants to see which syntax yields what output, I...

I think @wooorm 's idea of a separate cheatsheet is a great idea. @jgm , I'm ok with closing this issue, but am leaving it open in case you are...

Note that djot already has syntax for: * `{-deleted-}` (strikeout / strikethrough) and * `{+inserted+}` ("underline"). As for smallcaps... I'm seeing three kinds of span syntax in djot: * text...

Hm. My 2 cents: * `{/Foo Bar/}` looks like it would be for italic, but there's already syntax for italic. * `$` is already used for math. * `{|Foo Bar|}`...

> > @jgm what's wrong with {|underline|}? Its a vertical line but at least a line! > > True! Maybe that's not so bad. > > So, maybe the best...

In that case, then those look to me like pretty good uses of `{|pipes|}`, `{!bangs!}`, and `{,commas,}`. The `{|pipes|}` make some sense for underlines to me too, since pipes are...