markdown icon indicating copy to clipboard operation
markdown copied to clipboard

Add MarkdownExtra

Open cebe opened this issue 10 years ago • 11 comments

http://michelf.ca/projects/php-markdown/extra/

  • [ ] inline HTML
  • [ ] Markdown Inside HTML Blocks
  • [x] Special Attributes
  • [x] Fenced Code Blocks
  • [x] tables
  • [ ] Definition Lists
  • [ ] Footnotes
  • [ ] Abbreviations
  • [ ] Emphasis
  • [x] Backslash Escapes

cebe avatar Feb 18 '14 00:02 cebe

@cebe ... When is this planned?

kartik-v avatar Apr 15 '14 12:04 kartik-v

planned to do 1.0.0 after yii2 beta release which is done now. Will work on this the next weeks so should be available in May. Maybe earlier but can not promise.

cebe avatar Apr 15 '14 14:04 cebe

Potential code for footnote support

It would be nice if we had leanpub support...

josegonzalez avatar Jun 11 '14 22:06 josegonzalez

Cool, thanks! Can you open a new issue for Leanpub and link to where it is described?

cebe avatar Jun 11 '14 22:06 cebe

@cebe this is looking good... what is the target closure date for the pending items in this list?

kartik-v avatar Jun 19 '15 07:06 kartik-v

I currently do not have much time to work on this so I do not have a date for it. Feel free to implement things and send pull requests. Hope to get more time for open source work in a month or two.

cebe avatar Jun 19 '15 13:06 cebe

Potential code for footnote support

It would be nice if we had leanpub support...

@josegonzalez your link is dead, could you provide an update one? Would be useful to complete footnote support. Thanks!

Yaco avatar Jan 05 '21 19:01 Yaco

Potential code for footnote support It would be nice if we had leanpub support...

@josegonzalez your link is dead, could you provide an update one? Would be useful to complete footnote support. Thanks!

I created new block FooterTrait in MarkdownExtra. Footnotes implementation

panrus avatar Jan 16 '21 15:01 panrus

@panrus Can you send a PR to this repo?

mizunashi-mana avatar Jan 20 '21 14:01 mizunashi-mana

I no longer have my version, but good to hear that someone else has stepped up :)

josegonzalez avatar Jan 20 '21 18:01 josegonzalez

I've had a go at implementing footnotes, building on what @panrus had already done: #183.

samwilson avatar Sep 20 '21 07:09 samwilson