Re: HTML Tags = Markdown Quick Reference @ Write Kit

2015-08-04 Thread Gerald Bauer
Hello,
  Thanks for your comments and the great Markdown Extra library. Will
try to add the ins and mark tags and footnotes, glossary entries,
citations and definition lists. The more the better.

  I target if I dare to say common Markdown - or let's say
Webster's Markdown e.g. it works like an English dictionary - I
collect all variants (British English, American, Newfie, etc.) in use.

  Cheers.
___
Markdown-Discuss mailing list
Markdown-Discuss@six.pairlist.net
https://pairlist6.pair.net/mailman/listinfo/markdown-discuss


Re: HTML Tags = Markdown Quick Reference @ Write Kit

2015-08-04 Thread Waylan Limberg
It is vary unusual for Markdown parsers to return b and i tags. Usually, 
strong and emphasis are used instead. See Babelmark for an example: 

http://johnmacfarlane.net/babelmark2/?normalize=1text=*italic*+%26+**bold**

Also, most older implementations return XHTML Tags like br / and hr / 
rather than there HTML counterparts. In the age of HTML5, this doesn't really 
matter much (for most users), but back when they were first created it was 
important to having valid XHTLM (the new hotness of the time). Of note is the 
fact that b and i are not valid XHTML tags (IIRC). Thus the use of strong 
and emphasis.

Waylan Limberg

 On Aug 4, 2015, at 5:16 AM, Gerald Bauer gerald.ba...@gmail.com wrote:
 
 Hello,
 
  I've started a quick reference that lists all HTML tag with Markdown
 short codes [1]. The tags include:
 
 HTML| Notes
 --- | -
 h1.../h1 - h6.../h6 | Heading 1-6
 p.../p  | Paragraph
 br| Hard Line Break
 i.../i  | Italic Text (Emphasis)
 b.../b  | Bold Text (Strong Emphasis)
 code.../code| Code (Monospace Text)
 del.../del  | Deleted (Strikethrough) Text
 ul(li.../li)+/ul| Unordered List
 ol(li.../li)+/ol| Ordered (Numbered) List
 a href=../a   | Link
 img src=... alt=...   | Image (with Alternative Text)
 table(tr(td.../td)+/tr)+/table  | Table
 precode.../code/pre | Preformatted Code Block
 blockquote...blockquote | Blockquote
 hr| Horizontal Rule
 !-- ... --| Comments
 
 
  Any tags missing? Let us know. Cheers
 
 [1] https://github.com/writekit/quickrefs/blob/master/HTML.md
 ___
 Markdown-Discuss mailing list
 Markdown-Discuss@six.pairlist.net
 https://pairlist6.pair.net/mailman/listinfo/markdown-discuss
___
Markdown-Discuss mailing list
Markdown-Discuss@six.pairlist.net
https://pairlist6.pair.net/mailman/listinfo/markdown-discuss


HTML Tags = Markdown Quick Reference @ Write Kit

2015-08-04 Thread Gerald Bauer
Hello,

  I've started a quick reference that lists all HTML tag with Markdown
short codes [1]. The tags include:

HTML| Notes
--- | -
h1.../h1 - h6.../h6 | Heading 1-6
p.../p  | Paragraph
br| Hard Line Break
i.../i  | Italic Text (Emphasis)
b.../b  | Bold Text (Strong Emphasis)
code.../code| Code (Monospace Text)
del.../del  | Deleted (Strikethrough) Text
ul(li.../li)+/ul| Unordered List
ol(li.../li)+/ol| Ordered (Numbered) List
a href=../a   | Link
img src=... alt=...   | Image (with Alternative Text)
table(tr(td.../td)+/tr)+/table  | Table
precode.../code/pre | Preformatted Code Block
blockquote...blockquote | Blockquote
hr| Horizontal Rule
!-- ... --| Comments


  Any tags missing? Let us know. Cheers

[1] https://github.com/writekit/quickrefs/blob/master/HTML.md
___
Markdown-Discuss mailing list
Markdown-Discuss@six.pairlist.net
https://pairlist6.pair.net/mailman/listinfo/markdown-discuss


Re: HTML Tags = Markdown Quick Reference @ Write Kit

2015-08-04 Thread Michel Fortin
Le 2015-08-04 à 10:26, Gerald Bauer gerald.ba...@gmail.com a écrit :

   Thanks great comments. I've update the quick reference and it reads now
 
   i or emphasisand
   b or strong

Shouldn't it be em? There's no such thing as emphasis in HTML.

-- 
Michel Fortin
michel.for...@michelf.ca
https://michelf.ca



smime.p7s
Description: S/MIME cryptographic signature
___
Markdown-Discuss mailing list
Markdown-Discuss@six.pairlist.net
https://pairlist6.pair.net/mailman/listinfo/markdown-discuss


Re: HTML Tags = Markdown Quick Reference @ Write Kit

2015-08-04 Thread Waylan Limberg

 On Aug 4, 2015, at 10:48 AM, Michel Fortin michel.for...@michelf.ca wrote:
 
 Le 2015-08-04 à 10:26, Gerald Bauer gerald.ba...@gmail.com a écrit :
 
  Thanks great comments. I've update the quick reference and it reads now
 
  i or emphasisand
  b or strong
 
 Shouldn't it be em? There's no such thing as emphasis in HTML.

You are correct. Sorry, my mistake.

Waylan Limberg 
___
Markdown-Discuss mailing list
Markdown-Discuss@six.pairlist.net
https://pairlist6.pair.net/mailman/listinfo/markdown-discuss


crowd-sourcing for a new javascript browser-based prose editor

2015-08-04 Thread bowerbird via Markdown-Discuss
marijn haverbeke said:
   Sometimes I lie awake at night, 
   feverishly searching for new ways to 
   load myself down with more 
   poorly-paying responsibilities. 
   And then it comes to me: I should 
   start another open-source project!

   http://marijnhaverbeke.nl/blog/prosemirror.html

crowd-sourcing for a browser-based rich-text editor
based on markdown and/or commonmark, whatever.

one of marjin's earlier projects created _codemirror_,
which is targeted at code. and he now attacks prose.
he also wrote eloquent javascript, so he might be
one of the best people to write this javascript code.

more:
   http://marijnhaverbeke.nl/blog/collaborative-editing.html
   http://prosemirror.net

-bowerbird

___
Markdown-Discuss mailing list
Markdown-Discuss@six.pairlist.net
https://pairlist6.pair.net/mailman/listinfo/markdown-discuss