mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
cff0237299
Github Flavored Markdown detects urls and mails embeded in the text without any extra markup or delimiter. This commit adds this feature to showdown through an option called "simplifiedAutoLink". Related to #164
14 lines
300 B
JavaScript
14 lines
300 B
JavaScript
/**
|
|
* Created by Estevao on 10-07-2015.
|
|
*/
|
|
/*
|
|
var showdown = require('../dist/showdown.js'),
|
|
bootstrap = require('./bootstrap.js'),
|
|
assertion = bootstrap.assertion,
|
|
testsuite = bootstrap.getTestSuite('test/features/');
|
|
|
|
describe('makeHtml() single test', function () {
|
|
'use strict';
|
|
});
|
|
*/
|