Overview for 'markdown'
Written by Bram.us
/ Original link
on Dec. 2, 2020
Mohamed Said recently wrote the book “Laravel Queues in Action”. To create the book he wrote it Markdown and then used his self-created tool ibis to generated the PDF and ePub versions. Installation…
Written by Lorna Jane
/ Original link
on Oct. 18, 2020
Once any document gets over a certain length, a table of contents can be useful. I have a favourite markdown table-of-contents tool but it usually takes me a trip to the search engine to remember what it is! (tl;dr: github-markdown-toc ) This tool generates a neat, nested table of contents based on…
Written by Bram.us
/ Original link
on Dec. 9, 2019
Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs. The code for the sequence diagram at the top is this: sequenceDiagram Alice ->> Bob…
Written by Bram.us
/ Original link
on Sep. 4, 2019
Now this comes in handy: Docs to Markdown (GD2md-html) converts Google Docs to simple, readable Markdown or HTML. This add-on allows you to create documents using the excellent editing and collaborat…
Written by Eric L. Barnes
/ Original link
on May. 7, 2018
From the Ulysses announcement: The next Ulysses version will ship with greatly improved code blocks. You’ll have to mark up the beginning of a code block only once to let it span as many paragraphs as needed. No more backtick fatigue! Also, we revamped the appearance of code blocks in the editor to…
Written by Sitepoint
/ Original link
on Nov. 23, 2017
As you may know, I am the author and maintainer of the PHP League's CommonMark Markdown parser. This project has three primary goals: fully support the entire CommonMark spec match the behavior of the JS reference implementation be well-written and super-extensible so that others can add their own…