PHP Classes

File: fwphp/glomodul/mkd/001_tmp.txt

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/mkd/001_tmp.txt   Download  
File: fwphp/glomodul/mkd/001_tmp.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: ver 11.0.1.0 mnu, adrs, msg, mkd. Same module db adapter for any shared db adapter
Date: 1 year ago
Size: 1,470 bytes
 

Contents

Class file image Download
<?php echo 'ggg mmmmuuubb' ; ?> ### [Turndown](https://github.com/domchristie/turndown) Demo HTML to Markdown converter in JavaScript Usage ----- ```javascript var turndownService = new TurndownService() console.log( turndownService.turndown('<h1>Hello world</h1>') ) ``` * * * It aims to be [CommonMark](http://commonmark.org/) compliant, and includes options to style the output. These options include: * headingStyle (setext or atx) * horizontalRule (\*, -, or \_) * bullet (\*, -, or +) * codeBlockStyle (indented or fenced) * fence (\` or ~) * emDelimiter (\_ or \*) * strongDelimiter (\*\* or \_\_) * linkStyle (inlined or referenced) * linkReferenceStyle (full, collapsed, or shortcut) Turndown Demo ============= This demonstrates [turndown](https://github.com/domchristie/turndown) ? an HTML to Markdown converter in JavaScript. Usage ----- var turndownService = new TurndownService() console.log( turndownService.turndown('<h1>Hello world</h1>') ) * * * It aims to be [CommonMark](http://commonmark.org/) compliant, and includes options to style the output. These options include: * headingStyle (setext or atx) * horizontalRule (\*, -, or \_) * bullet (\*, -, or +) * codeBlockStyle (indented or fenced) * fence (\` or ~) * emDelimiter (\_ or \*) * strongDelimiter (\*\* or \_\_) * linkStyle (inlined or referenced) * linkReferenceStyle (full, collapsed, or shortcut)