2019-12-09 18:34:52 +00:00
module . exports =
/******/ ( function ( modules ) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = { } ;
/******/
/******/ // The require function
/******/ function _ _webpack _require _ _ ( moduleId ) {
/******/
/******/ // Check if module is in cache
/******/ if ( installedModules [ moduleId ] ) {
/******/ return installedModules [ moduleId ] . exports ;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules [ moduleId ] = {
/******/ i : moduleId ,
/******/ l : false ,
/******/ exports : { }
/******/ } ;
/******/
/******/ // Execute the module function
/******/ modules [ moduleId ] . call ( module . exports , module , module . exports , _ _webpack _require _ _ ) ;
/******/
/******/ // Flag the module as loaded
/******/ module . l = true ;
/******/
/******/ // Return the exports of the module
/******/ return module . exports ;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ _ _webpack _require _ _ . m = modules ;
/******/
/******/ // expose the module cache
/******/ _ _webpack _require _ _ . c = installedModules ;
/******/
/******/ // define getter function for harmony exports
/******/ _ _webpack _require _ _ . d = function ( exports , name , getter ) {
/******/ if ( ! _ _webpack _require _ _ . o ( exports , name ) ) {
/******/ Object . defineProperty ( exports , name , {
/******/ configurable : false ,
/******/ enumerable : true ,
/******/ get : getter
/******/ } ) ;
/******/ }
/******/ } ;
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ _ _webpack _require _ _ . n = function ( module ) {
/******/ var getter = module && module . _ _esModule ?
/******/ function getDefault ( ) { return module [ 'default' ] ; } :
/******/ function getModuleExports ( ) { return module ; } ;
/******/ _ _webpack _require _ _ . d ( getter , 'a' , getter ) ;
/******/ return getter ;
/******/ } ;
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ _ _webpack _require _ _ . o = function ( object , property ) { return Object . prototype . hasOwnProperty . call ( object , property ) ; } ;
/******/
/******/ // __webpack_public_path__
/******/ _ _webpack _require _ _ . p = "/" ;
/******/
/******/ // Load entry module and return exports
/******/ return _ _webpack _require _ _ ( _ _webpack _require _ _ . s = "JkW7" ) ;
/******/ } )
/************************************************************************/
/******/ ( {
/***/ "+uq9" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
2019-12-11 17:45:22 +00:00
module . exports = { "latex" : "latex__34DCT" } ;
2019-12-09 18:34:52 +00:00
/***/ } ) ,
/***/ "0lnO" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
/***/ } ) ,
/***/ "1EpE" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
2019-12-11 17:45:22 +00:00
module . exports = { "split" : "split__2Bl8C" , "splitparent" : "splitparent__nqY7W" , "splitchild" : "splitchild__3Ip86" } ;
2019-12-09 18:34:52 +00:00
/***/ } ) ,
/***/ "36Ou" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
/***/ } ) ,
/***/ "5m9J" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
/***/ } ) ,
/***/ "6adR" :
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
var _ _WEBPACK _AMD _DEFINE _RESULT _ _ ; ; /*! showdown v 1.9.1 - 02-11-2019 */
( function ( ) {
/ * *
* Created by Tivie on 13 - 07 - 2015.
* /
function getDefaultOpts ( simple ) {
'use strict' ;
var defaultOptions = {
omitExtraWLInCodeBlocks : {
defaultValue : false ,
describe : 'Omit the default extra whiteline added to code blocks' ,
type : 'boolean'
} ,
noHeaderId : {
defaultValue : false ,
describe : 'Turn on/off generated header id' ,
type : 'boolean'
} ,
prefixHeaderId : {
defaultValue : false ,
describe : 'Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic \'section-\' prefix' ,
type : 'string'
} ,
rawPrefixHeaderId : {
defaultValue : false ,
describe : 'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the " char is used in the prefix)' ,
type : 'boolean'
} ,
ghCompatibleHeaderId : {
defaultValue : false ,
describe : 'Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)' ,
type : 'boolean'
} ,
rawHeaderId : {
defaultValue : false ,
describe : 'Remove only spaces, \' and " from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids' ,
type : 'boolean'
} ,
headerLevelStart : {
defaultValue : false ,
describe : 'The header blocks level start' ,
type : 'integer'
} ,
parseImgDimensions : {
defaultValue : false ,
describe : 'Turn on/off image dimension parsing' ,
type : 'boolean'
} ,
simplifiedAutoLink : {
defaultValue : false ,
describe : 'Turn on/off GFM autolink style' ,
type : 'boolean'
} ,
excludeTrailingPunctuationFromURLs : {
defaultValue : false ,
describe : 'Excludes trailing punctuation from links generated with autoLinking' ,
type : 'boolean'
} ,
literalMidWordUnderscores : {
defaultValue : false ,
describe : 'Parse midword underscores as literal underscores' ,
type : 'boolean'
} ,
literalMidWordAsterisks : {
defaultValue : false ,
describe : 'Parse midword asterisks as literal asterisks' ,
type : 'boolean'
} ,
strikethrough : {
defaultValue : false ,
describe : 'Turn on/off strikethrough support' ,
type : 'boolean'
} ,
tables : {
defaultValue : false ,
describe : 'Turn on/off tables support' ,
type : 'boolean'
} ,
tablesHeaderId : {
defaultValue : false ,
describe : 'Add an id to table headers' ,
type : 'boolean'
} ,
ghCodeBlocks : {
defaultValue : true ,
describe : 'Turn on/off GFM fenced code blocks support' ,
type : 'boolean'
} ,
tasklists : {
defaultValue : false ,
describe : 'Turn on/off GFM tasklist support' ,
type : 'boolean'
} ,
smoothLivePreview : {
defaultValue : false ,
describe : 'Prevents weird effects in live previews due to incomplete input' ,
type : 'boolean'
} ,
smartIndentationFix : {
defaultValue : false ,
description : 'Tries to smartly fix indentation in es6 strings' ,
type : 'boolean'
} ,
disableForced4SpacesIndentedSublists : {
defaultValue : false ,
description : 'Disables the requirement of indenting nested sublists by 4 spaces' ,
type : 'boolean'
} ,
simpleLineBreaks : {
defaultValue : false ,
description : 'Parses simple line breaks as <br> (GFM Style)' ,
type : 'boolean'
} ,
requireSpaceBeforeHeadingText : {
defaultValue : false ,
description : 'Makes adding a space between `#` and the header text mandatory (GFM Style)' ,
type : 'boolean'
} ,
ghMentions : {
defaultValue : false ,
description : 'Enables github @mentions' ,
type : 'boolean'
} ,
ghMentionsLink : {
defaultValue : 'https://github.com/{u}' ,
description : 'Changes the link generated by @mentions. Only applies if ghMentions option is enabled.' ,
type : 'string'
} ,
encodeEmails : {
defaultValue : true ,
description : 'Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities' ,
type : 'boolean'
} ,
openLinksInNewWindow : {
defaultValue : false ,
description : 'Open all links in new windows' ,
type : 'boolean'
} ,
backslashEscapesHTMLTags : {
defaultValue : false ,
description : 'Support for HTML Tag escaping. ex: \<div>foo\</div>' ,
type : 'boolean'
} ,
emoji : {
defaultValue : false ,
description : 'Enable emoji support. Ex: `this is a :smile: emoji`' ,
type : 'boolean'
} ,
underline : {
defaultValue : false ,
description : 'Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `<em>` and `<strong>`' ,
type : 'boolean'
} ,
completeHTMLDocument : {
defaultValue : false ,
description : 'Outputs a complete html document, including `<html>`, `<head>` and `<body>` tags' ,
type : 'boolean'
} ,
metadata : {
defaultValue : false ,
description : 'Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).' ,
type : 'boolean'
} ,
splitAdjacentBlockquotes : {
defaultValue : false ,
description : 'Split adjacent blockquote blocks' ,
type : 'boolean'
}
} ;
if ( simple === false ) {
return JSON . parse ( JSON . stringify ( defaultOptions ) ) ;
}
var ret = { } ;
for ( var opt in defaultOptions ) {
if ( defaultOptions . hasOwnProperty ( opt ) ) {
ret [ opt ] = defaultOptions [ opt ] . defaultValue ;
}
}
return ret ;
}
function allOptionsOn ( ) {
'use strict' ;
var options = getDefaultOpts ( true ) ,
ret = { } ;
for ( var opt in options ) {
if ( options . hasOwnProperty ( opt ) ) {
ret [ opt ] = true ;
}
}
return ret ;
}
/ * *
* Created by Tivie on 06 - 01 - 2015.
* /
// Private properties
var showdown = { } ,
parsers = { } ,
extensions = { } ,
globalOptions = getDefaultOpts ( true ) ,
setFlavor = 'vanilla' ,
flavor = {
github : {
omitExtraWLInCodeBlocks : true ,
simplifiedAutoLink : true ,
excludeTrailingPunctuationFromURLs : true ,
literalMidWordUnderscores : true ,
strikethrough : true ,
tables : true ,
tablesHeaderId : true ,
ghCodeBlocks : true ,
tasklists : true ,
disableForced4SpacesIndentedSublists : true ,
simpleLineBreaks : true ,
requireSpaceBeforeHeadingText : true ,
ghCompatibleHeaderId : true ,
ghMentions : true ,
backslashEscapesHTMLTags : true ,
emoji : true ,
splitAdjacentBlockquotes : true
} ,
original : {
noHeaderId : true ,
ghCodeBlocks : false
} ,
ghost : {
omitExtraWLInCodeBlocks : true ,
parseImgDimensions : true ,
simplifiedAutoLink : true ,
excludeTrailingPunctuationFromURLs : true ,
literalMidWordUnderscores : true ,
strikethrough : true ,
tables : true ,
tablesHeaderId : true ,
ghCodeBlocks : true ,
tasklists : true ,
smoothLivePreview : true ,
simpleLineBreaks : true ,
requireSpaceBeforeHeadingText : true ,
ghMentions : false ,
encodeEmails : true
} ,
vanilla : getDefaultOpts ( true ) ,
allOn : allOptionsOn ( )
} ;
/ * *
* helper namespace
* @ type { { } }
* /
showdown . helper = { } ;
/ * *
* TODO LEGACY SUPPORT CODE
* @ type { { } }
* /
showdown . extensions = { } ;
/ * *
* Set a global option
* @ static
* @ param { string } key
* @ param { * } value
* @ returns { showdown }
* /
showdown . setOption = function ( key , value ) {
'use strict' ;
globalOptions [ key ] = value ;
return this ;
} ;
/ * *
* Get a global option
* @ static
* @ param { string } key
* @ returns { * }
* /
showdown . getOption = function ( key ) {
'use strict' ;
return globalOptions [ key ] ;
} ;
/ * *
* Get the global options
* @ static
* @ returns { { } }
* /
showdown . getOptions = function ( ) {
'use strict' ;
return globalOptions ;
} ;
/ * *
* Reset global options to the default values
* @ static
* /
showdown . resetOptions = function ( ) {
'use strict' ;
globalOptions = getDefaultOpts ( true ) ;
} ;
/ * *
* Set the flavor showdown should use as default
* @ param { string } name
* /
showdown . setFlavor = function ( name ) {
'use strict' ;
if ( ! flavor . hasOwnProperty ( name ) ) {
throw Error ( name + ' flavor was not found' ) ;
}
showdown . resetOptions ( ) ;
var preset = flavor [ name ] ;
setFlavor = name ;
for ( var option in preset ) {
if ( preset . hasOwnProperty ( option ) ) {
globalOptions [ option ] = preset [ option ] ;
}
}
} ;
/ * *
* Get the currently set flavor
* @ returns { string }
* /
showdown . getFlavor = function ( ) {
'use strict' ;
return setFlavor ;
} ;
/ * *
* Get the options of a specified flavor . Returns undefined if the flavor was not found
* @ param { string } name Name of the flavor
* @ returns { { } | undefined }
* /
showdown . getFlavorOptions = function ( name ) {
'use strict' ;
if ( flavor . hasOwnProperty ( name ) ) {
return flavor [ name ] ;
}
} ;
/ * *
* Get the default options
* @ static
* @ param { boolean } [ simple = true ]
* @ returns { { } }
* /
showdown . getDefaultOptions = function ( simple ) {
'use strict' ;
return getDefaultOpts ( simple ) ;
} ;
/ * *
* Get or set a subParser
*
* subParser ( name ) - Get a registered subParser
* subParser ( name , func ) - Register a subParser
* @ static
* @ param { string } name
* @ param { function } [ func ]
* @ returns { * }
* /
showdown . subParser = function ( name , func ) {
'use strict' ;
if ( showdown . helper . isString ( name ) ) {
if ( typeof func !== 'undefined' ) {
parsers [ name ] = func ;
} else {
if ( parsers . hasOwnProperty ( name ) ) {
return parsers [ name ] ;
} else {
throw Error ( 'SubParser named ' + name + ' not registered!' ) ;
}
}
}
} ;
/ * *
* Gets or registers an extension
* @ static
* @ param { string } name
* @ param { object | function = } ext
* @ returns { * }
* /
showdown . extension = function ( name , ext ) {
'use strict' ;
if ( ! showdown . helper . isString ( name ) ) {
throw Error ( 'Extension \'name\' must be a string' ) ;
}
name = showdown . helper . stdExtName ( name ) ;
// Getter
if ( showdown . helper . isUndefined ( ext ) ) {
if ( ! extensions . hasOwnProperty ( name ) ) {
throw Error ( 'Extension named ' + name + ' is not registered!' ) ;
}
return extensions [ name ] ;
// Setter
} else {
// Expand extension if it's wrapped in a function
if ( typeof ext === 'function' ) {
ext = ext ( ) ;
}
// Ensure extension is an array
if ( ! showdown . helper . isArray ( ext ) ) {
ext = [ ext ] ;
}
var validExtension = validate ( ext , name ) ;
if ( validExtension . valid ) {
extensions [ name ] = ext ;
} else {
throw Error ( validExtension . error ) ;
}
}
} ;
/ * *
* Gets all extensions registered
* @ returns { { } }
* /
showdown . getAllExtensions = function ( ) {
'use strict' ;
return extensions ;
} ;
/ * *
* Remove an extension
* @ param { string } name
* /
showdown . removeExtension = function ( name ) {
'use strict' ;
delete extensions [ name ] ;
} ;
/ * *
* Removes all extensions
* /
showdown . resetExtensions = function ( ) {
'use strict' ;
extensions = { } ;
} ;
/ * *
* Validate extension
* @ param { array } extension
* @ param { string } name
* @ returns { { valid : boolean , error : string } }
* /
function validate ( extension , name ) {
'use strict' ;
var errMsg = name ? 'Error in ' + name + ' extension->' : 'Error in unnamed extension' ,
ret = {
valid : true ,
error : ''
} ;
if ( ! showdown . helper . isArray ( extension ) ) {
extension = [ extension ] ;
}
for ( var i = 0 ; i < extension . length ; ++ i ) {
var baseMsg = errMsg + ' sub-extension ' + i + ': ' ,
ext = extension [ i ] ;
if ( typeof ext !== 'object' ) {
ret . valid = false ;
ret . error = baseMsg + 'must be an object, but ' + typeof ext + ' given' ;
return ret ;
}
if ( ! showdown . helper . isString ( ext . type ) ) {
ret . valid = false ;
ret . error = baseMsg + 'property "type" must be a string, but ' + typeof ext . type + ' given' ;
return ret ;
}
var type = ext . type = ext . type . toLowerCase ( ) ;
// normalize extension type
if ( type === 'language' ) {
type = ext . type = 'lang' ;
}
if ( type === 'html' ) {
type = ext . type = 'output' ;
}
if ( type !== 'lang' && type !== 'output' && type !== 'listener' ) {
ret . valid = false ;
ret . error = baseMsg + 'type ' + type + ' is not recognized. Valid values: "lang/language", "output/html" or "listener"' ;
return ret ;
}
if ( type === 'listener' ) {
if ( showdown . helper . isUndefined ( ext . listeners ) ) {
ret . valid = false ;
ret . error = baseMsg + '. Extensions of type "listener" must have a property called "listeners"' ;
return ret ;
}
} else {
if ( showdown . helper . isUndefined ( ext . filter ) && showdown . helper . isUndefined ( ext . regex ) ) {
ret . valid = false ;
ret . error = baseMsg + type + ' extensions must define either a "regex" property or a "filter" method' ;
return ret ;
}
}
if ( ext . listeners ) {
if ( typeof ext . listeners !== 'object' ) {
ret . valid = false ;
ret . error = baseMsg + '"listeners" property must be an object but ' + typeof ext . listeners + ' given' ;
return ret ;
}
for ( var ln in ext . listeners ) {
if ( ext . listeners . hasOwnProperty ( ln ) ) {
if ( typeof ext . listeners [ ln ] !== 'function' ) {
ret . valid = false ;
ret . error = baseMsg + '"listeners" property must be an hash of [event name]: [callback]. listeners.' + ln + ' must be a function but ' + typeof ext . listeners [ ln ] + ' given' ;
return ret ;
}
}
}
}
if ( ext . filter ) {
if ( typeof ext . filter !== 'function' ) {
ret . valid = false ;
ret . error = baseMsg + '"filter" must be a function, but ' + typeof ext . filter + ' given' ;
return ret ;
}
} else if ( ext . regex ) {
if ( showdown . helper . isString ( ext . regex ) ) {
ext . regex = new RegExp ( ext . regex , 'g' ) ;
}
if ( ! ( ext . regex instanceof RegExp ) ) {
ret . valid = false ;
ret . error = baseMsg + '"regex" property must either be a string or a RegExp object, but ' + typeof ext . regex + ' given' ;
return ret ;
}
if ( showdown . helper . isUndefined ( ext . replace ) ) {
ret . valid = false ;
ret . error = baseMsg + '"regex" extensions must implement a replace string or function' ;
return ret ;
}
}
}
return ret ;
}
/ * *
* Validate extension
* @ param { object } ext
* @ returns { boolean }
* /
showdown . validateExtension = function ( ext ) {
'use strict' ;
var validateExtension = validate ( ext , null ) ;
if ( ! validateExtension . valid ) {
console . warn ( validateExtension . error ) ;
return false ;
}
return true ;
} ;
/ * *
* showdownjs helper functions
* /
if ( ! showdown . hasOwnProperty ( 'helper' ) ) {
showdown . helper = { } ;
}
/ * *
* Check if var is string
* @ static
* @ param { string } a
* @ returns { boolean }
* /
showdown . helper . isString = function ( a ) {
'use strict' ;
return typeof a === 'string' || a instanceof String ;
} ;
/ * *
* Check if var is a function
* @ static
* @ param { * } a
* @ returns { boolean }
* /
showdown . helper . isFunction = function ( a ) {
'use strict' ;
var getType = { } ;
return a && getType . toString . call ( a ) === '[object Function]' ;
} ;
/ * *
* isArray helper function
* @ static
* @ param { * } a
* @ returns { boolean }
* /
showdown . helper . isArray = function ( a ) {
'use strict' ;
return Array . isArray ( a ) ;
} ;
/ * *
* Check if value is undefined
* @ static
* @ param { * } value The value to check .
* @ returns { boolean } Returns ` true ` if ` value ` is ` undefined ` , else ` false ` .
* /
showdown . helper . isUndefined = function ( value ) {
'use strict' ;
return typeof value === 'undefined' ;
} ;
/ * *
* ForEach helper function
* Iterates over Arrays and Objects ( own properties only )
* @ static
* @ param { * } obj
* @ param { function } callback Accepts 3 params : 1. value , 2. key , 3. the original array / object
* /
showdown . helper . forEach = function ( obj , callback ) {
'use strict' ;
// check if obj is defined
if ( showdown . helper . isUndefined ( obj ) ) {
throw new Error ( 'obj param is required' ) ;
}
if ( showdown . helper . isUndefined ( callback ) ) {
throw new Error ( 'callback param is required' ) ;
}
if ( ! showdown . helper . isFunction ( callback ) ) {
throw new Error ( 'callback param must be a function/closure' ) ;
}
if ( typeof obj . forEach === 'function' ) {
obj . forEach ( callback ) ;
} else if ( showdown . helper . isArray ( obj ) ) {
for ( var i = 0 ; i < obj . length ; i ++ ) {
callback ( obj [ i ] , i , obj ) ;
}
} else if ( typeof obj === 'object' ) {
for ( var prop in obj ) {
if ( obj . hasOwnProperty ( prop ) ) {
callback ( obj [ prop ] , prop , obj ) ;
}
}
} else {
throw new Error ( 'obj does not seem to be an array or an iterable object' ) ;
}
} ;
/ * *
* Standardidize extension name
* @ static
* @ param { string } s extension name
* @ returns { string }
* /
showdown . helper . stdExtName = function ( s ) {
'use strict' ;
return s . replace ( /[_?*+\/\\.^-]/g , '' ) . replace ( /\s/g , '' ) . toLowerCase ( ) ;
} ;
function escapeCharactersCallback ( wholeMatch , m1 ) {
'use strict' ;
var charCodeToEscape = m1 . charCodeAt ( 0 ) ;
return '¨E' + charCodeToEscape + 'E' ;
}
/ * *
* Callback used to escape characters when passing through String . replace
* @ static
* @ param { string } wholeMatch
* @ param { string } m1
* @ returns { string }
* /
showdown . helper . escapeCharactersCallback = escapeCharactersCallback ;
/ * *
* Escape characters in a string
* @ static
* @ param { string } text
* @ param { string } charsToEscape
* @ param { boolean } afterBackslash
* @ returns { XML | string | void | * }
* /
showdown . helper . escapeCharacters = function ( text , charsToEscape , afterBackslash ) {
'use strict' ;
// First we have to escape the escape characters so that
// we can build a character class out of them
var regexString = '([' + charsToEscape . replace ( /([\[\]\\])/g , '\\$1' ) + '])' ;
if ( afterBackslash ) {
regexString = '\\\\' + regexString ;
}
var regex = new RegExp ( regexString , 'g' ) ;
text = text . replace ( regex , escapeCharactersCallback ) ;
return text ;
} ;
/ * *
* Unescape HTML entities
* @ param txt
* @ returns { string }
* /
showdown . helper . unescapeHTMLEntities = function ( txt ) {
'use strict' ;
return txt . replace ( /"/g , '"' ) . replace ( /</g , '<' ) . replace ( />/g , '>' ) . replace ( /&/g , '&' ) ;
} ;
var rgxFindMatchPos = function rgxFindMatchPos ( str , left , right , flags ) {
'use strict' ;
var f = flags || '' ,
g = f . indexOf ( 'g' ) > - 1 ,
x = new RegExp ( left + '|' + right , 'g' + f . replace ( /g/g , '' ) ) ,
l = new RegExp ( left , f . replace ( /g/g , '' ) ) ,
pos = [ ] ,
t ,
s ,
m ,
start ,
end ;
do {
t = 0 ;
while ( m = x . exec ( str ) ) {
if ( l . test ( m [ 0 ] ) ) {
if ( ! t ++ ) {
s = x . lastIndex ;
start = s - m [ 0 ] . length ;
}
} else if ( t ) {
if ( ! -- t ) {
end = m . index + m [ 0 ] . length ;
var obj = {
left : { start : start , end : s } ,
match : { start : s , end : m . index } ,
right : { start : m . index , end : end } ,
wholeMatch : { start : start , end : end }
} ;
pos . push ( obj ) ;
if ( ! g ) {
return pos ;
}
}
}
}
} while ( t && ( x . lastIndex = s ) ) ;
return pos ;
} ;
/ * *
* matchRecursiveRegExp
*
* ( c ) 2007 Steven Levithan < stevenlevithan . com >
* MIT License
*
* Accepts a string to search , a left and right format delimiter
* as regex patterns , and optional regex flags . Returns an array
* of matches , allowing nested instances of left / right delimiters .
* Use the "g" flag to return all matches , otherwise only the
* first is returned . Be careful to ensure that the left and
* right format delimiters produce mutually exclusive matches .
* Backreferences are not supported within the right delimiter
* due to how it is internally combined with the left delimiter .
* When matching strings whose format delimiters are unbalanced
* to the left or right , the output is intentionally as a
* conventional regex library with recursion support would
* produce , e . g . "<<x>" and "<x>>" both produce [ "x" ] when using
* "<" and ">" as the delimiters ( both strings contain a single ,
* balanced instance of "<x>" ) .
*
* examples :
* matchRecursiveRegExp ( "test" , "\\(" , "\\)" )
* returns : [ ]
* matchRecursiveRegExp ( "<t<<e>><s>>t<>" , "<" , ">" , "g" )
* returns : [ "t<<e>><s>" , "" ]
* matchRecursiveRegExp ( "<div id=\"x\">test</div>" , "<div\\b[^>]*>" , "</div>" , "gi" )
* returns : [ "test" ]
* /
showdown . helper . matchRecursiveRegExp = function ( str , left , right , flags ) {
'use strict' ;
var matchPos = rgxFindMatchPos ( str , left , right , flags ) ,
results = [ ] ;
for ( var i = 0 ; i < matchPos . length ; ++ i ) {
results . push ( [ str . slice ( matchPos [ i ] . wholeMatch . start , matchPos [ i ] . wholeMatch . end ) , str . slice ( matchPos [ i ] . match . start , matchPos [ i ] . match . end ) , str . slice ( matchPos [ i ] . left . start , matchPos [ i ] . left . end ) , str . slice ( matchPos [ i ] . right . start , matchPos [ i ] . right . end ) ] ) ;
}
return results ;
} ;
/ * *
*
* @ param { string } str
* @ param { string | function } replacement
* @ param { string } left
* @ param { string } right
* @ param { string } flags
* @ returns { string }
* /
showdown . helper . replaceRecursiveRegExp = function ( str , replacement , left , right , flags ) {
'use strict' ;
if ( ! showdown . helper . isFunction ( replacement ) ) {
var repStr = replacement ;
replacement = function replacement ( ) {
return repStr ;
} ;
}
var matchPos = rgxFindMatchPos ( str , left , right , flags ) ,
finalStr = str ,
lng = matchPos . length ;
if ( lng > 0 ) {
var bits = [ ] ;
if ( matchPos [ 0 ] . wholeMatch . start !== 0 ) {
bits . push ( str . slice ( 0 , matchPos [ 0 ] . wholeMatch . start ) ) ;
}
for ( var i = 0 ; i < lng ; ++ i ) {
bits . push ( replacement ( str . slice ( matchPos [ i ] . wholeMatch . start , matchPos [ i ] . wholeMatch . end ) , str . slice ( matchPos [ i ] . match . start , matchPos [ i ] . match . end ) , str . slice ( matchPos [ i ] . left . start , matchPos [ i ] . left . end ) , str . slice ( matchPos [ i ] . right . start , matchPos [ i ] . right . end ) ) ) ;
if ( i < lng - 1 ) {
bits . push ( str . slice ( matchPos [ i ] . wholeMatch . end , matchPos [ i + 1 ] . wholeMatch . start ) ) ;
}
}
if ( matchPos [ lng - 1 ] . wholeMatch . end < str . length ) {
bits . push ( str . slice ( matchPos [ lng - 1 ] . wholeMatch . end ) ) ;
}
finalStr = bits . join ( '' ) ;
}
return finalStr ;
} ;
/ * *
* Returns the index within the passed String object of the first occurrence of the specified regex ,
* starting the search at fromIndex . Returns - 1 if the value is not found .
*
* @ param { string } str string to search
* @ param { RegExp } regex Regular expression to search
* @ param { int } [ fromIndex = 0 ] Index to start the search
* @ returns { Number }
* @ throws InvalidArgumentError
* /
showdown . helper . regexIndexOf = function ( str , regex , fromIndex ) {
'use strict' ;
if ( ! showdown . helper . isString ( str ) ) {
throw 'InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string' ;
}
if ( regex instanceof RegExp === false ) {
throw 'InvalidArgumentError: second parameter of showdown.helper.regexIndexOf function must be an instance of RegExp' ;
}
var indexOf = str . substring ( fromIndex || 0 ) . search ( regex ) ;
return indexOf >= 0 ? indexOf + ( fromIndex || 0 ) : indexOf ;
} ;
/ * *
* Splits the passed string object at the defined index , and returns an array composed of the two substrings
* @ param { string } str string to split
* @ param { int } index index to split string at
* @ returns { [ string , string ] }
* @ throws InvalidArgumentError
* /
showdown . helper . splitAtIndex = function ( str , index ) {
'use strict' ;
if ( ! showdown . helper . isString ( str ) ) {
throw 'InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string' ;
}
return [ str . substring ( 0 , index ) , str . substring ( index ) ] ;
} ;
/ * *
* Obfuscate an e - mail address through the use of Character Entities ,
* transforming ASCII characters into their equivalent decimal or hex entities .
*
* Since it has a random component , subsequent calls to this function produce different results
*
* @ param { string } mail
* @ returns { string }
* /
showdown . helper . encodeEmailAddress = function ( mail ) {
'use strict' ;
var encode = [ function ( ch ) {
return '&#' + ch . charCodeAt ( 0 ) + ';' ;
} , function ( ch ) {
return '&#x' + ch . charCodeAt ( 0 ) . toString ( 16 ) + ';' ;
} , function ( ch ) {
return ch ;
} ] ;
mail = mail . replace ( /./g , function ( ch ) {
if ( ch === '@' ) {
// this *must* be encoded. I insist.
ch = encode [ Math . floor ( Math . random ( ) * 2 ) ] ( ch ) ;
} else {
var r = Math . random ( ) ;
// roughly 10% raw, 45% hex, 45% dec
ch = r > 0.9 ? encode [ 2 ] ( ch ) : r > 0.45 ? encode [ 1 ] ( ch ) : encode [ 0 ] ( ch ) ;
}
return ch ;
} ) ;
return mail ;
} ;
/ * *
*
* @ param str
* @ param targetLength
* @ param padString
* @ returns { string }
* /
showdown . helper . padEnd = function padEnd ( str , targetLength , padString ) {
'use strict' ;
/*jshint bitwise: false*/
// eslint-disable-next-line space-infix-ops
targetLength = targetLength >> 0 ; //floor if number or convert non-number to 0;
/*jshint bitwise: true*/
padString = String ( padString || ' ' ) ;
if ( str . length > targetLength ) {
return String ( str ) ;
} else {
targetLength = targetLength - str . length ;
if ( targetLength > padString . length ) {
padString += padString . repeat ( targetLength / padString . length ) ; //append to original to ensure we are longer than needed
}
return String ( str ) + padString . slice ( 0 , targetLength ) ;
}
} ;
/ * *
* POLYFILLS
* /
// use this instead of builtin is undefined for IE8 compatibility
if ( typeof console === 'undefined' ) {
console = {
warn : function warn ( msg ) {
'use strict' ;
alert ( msg ) ;
} ,
log : function log ( msg ) {
'use strict' ;
alert ( msg ) ;
} ,
error : function error ( msg ) {
'use strict' ;
throw msg ;
}
} ;
}
/ * *
* Common regexes .
* We declare some common regexes to improve performance
* /
showdown . helper . regexes = {
asteriskDashAndColon : /([*_:~])/g
} ;
/ * *
* EMOJIS LIST
* /
showdown . helper . emojis = {
'+1' : '\uD83D\uDC4D' ,
'-1' : '\uD83D\uDC4E' ,
'100' : '\uD83D\uDCAF' ,
'1234' : '\uD83D\uDD22' ,
'1st_place_medal' : '\uD83E\uDD47' ,
'2nd_place_medal' : '\uD83E\uDD48' ,
'3rd_place_medal' : '\uD83E\uDD49' ,
'8ball' : '\uD83C\uDFB1' ,
'a' : '\uD83C\uDD70\uFE0F' ,
'ab' : '\uD83C\uDD8E' ,
'abc' : '\uD83D\uDD24' ,
'abcd' : '\uD83D\uDD21' ,
'accept' : '\uD83C\uDE51' ,
'aerial_tramway' : '\uD83D\uDEA1' ,
'airplane' : '\u2708\uFE0F' ,
'alarm_clock' : '\u23F0' ,
'alembic' : '\u2697\uFE0F' ,
'alien' : '\uD83D\uDC7D' ,
'ambulance' : '\uD83D\uDE91' ,
'amphora' : '\uD83C\uDFFA' ,
'anchor' : '\u2693\uFE0F' ,
'angel' : '\uD83D\uDC7C' ,
'anger' : '\uD83D\uDCA2' ,
'angry' : '\uD83D\uDE20' ,
'anguished' : '\uD83D\uDE27' ,
'ant' : '\uD83D\uDC1C' ,
'apple' : '\uD83C\uDF4E' ,
'aquarius' : '\u2652\uFE0F' ,
'aries' : '\u2648\uFE0F' ,
'arrow_backward' : '\u25C0\uFE0F' ,
'arrow_double_down' : '\u23EC' ,
'arrow_double_up' : '\u23EB' ,
'arrow_down' : '\u2B07\uFE0F' ,
'arrow_down_small' : '\uD83D\uDD3D' ,
'arrow_forward' : '\u25B6\uFE0F' ,
'arrow_heading_down' : '\u2935\uFE0F' ,
'arrow_heading_up' : '\u2934\uFE0F' ,
'arrow_left' : '\u2B05\uFE0F' ,
'arrow_lower_left' : '\u2199\uFE0F' ,
'arrow_lower_right' : '\u2198\uFE0F' ,
'arrow_right' : '\u27A1\uFE0F' ,
'arrow_right_hook' : '\u21AA\uFE0F' ,
'arrow_up' : '\u2B06\uFE0F' ,
'arrow_up_down' : '\u2195\uFE0F' ,
'arrow_up_small' : '\uD83D\uDD3C' ,
'arrow_upper_left' : '\u2196\uFE0F' ,
'arrow_upper_right' : '\u2197\uFE0F' ,
'arrows_clockwise' : '\uD83D\uDD03' ,
'arrows_counterclockwise' : '\uD83D\uDD04' ,
'art' : '\uD83C\uDFA8' ,
'articulated_lorry' : '\uD83D\uDE9B' ,
'artificial_satellite' : '\uD83D\uDEF0' ,
'astonished' : '\uD83D\uDE32' ,
'athletic_shoe' : '\uD83D\uDC5F' ,
'atm' : '\uD83C\uDFE7' ,
'atom_symbol' : '\u269B\uFE0F' ,
'avocado' : '\uD83E\uDD51' ,
'b' : '\uD83C\uDD71\uFE0F' ,
'baby' : '\uD83D\uDC76' ,
'baby_bottle' : '\uD83C\uDF7C' ,
'baby_chick' : '\uD83D\uDC24' ,
'baby_symbol' : '\uD83D\uDEBC' ,
'back' : '\uD83D\uDD19' ,
'bacon' : '\uD83E\uDD53' ,
'badminton' : '\uD83C\uDFF8' ,
'baggage_claim' : '\uD83D\uDEC4' ,
'baguette_bread' : '\uD83E\uDD56' ,
'balance_scale' : '\u2696\uFE0F' ,
'balloon' : '\uD83C\uDF88' ,
'ballot_box' : '\uD83D\uDDF3' ,
'ballot_box_with_check' : '\u2611\uFE0F' ,
'bamboo' : '\uD83C\uDF8D' ,
'banana' : '\uD83C\uDF4C' ,
'bangbang' : '\u203C\uFE0F' ,
'bank' : '\uD83C\uDFE6' ,
'bar_chart' : '\uD83D\uDCCA' ,
'barber' : '\uD83D\uDC88' ,
'baseball' : '\u26BE\uFE0F' ,
'basketball' : '\uD83C\uDFC0' ,
'basketball_man' : '\u26F9\uFE0F' ,
'basketball_woman' : '\u26F9\uFE0F‍\u2640\uFE0F' ,
'bat' : '\uD83E\uDD87' ,
'bath' : '\uD83D\uDEC0' ,
'bathtub' : '\uD83D\uDEC1' ,
'battery' : '\uD83D\uDD0B' ,
'beach_umbrella' : '\uD83C\uDFD6' ,
'bear' : '\uD83D\uDC3B' ,
'bed' : '\uD83D\uDECF' ,
'bee' : '\uD83D\uDC1D' ,
'beer' : '\uD83C\uDF7A' ,
'beers' : '\uD83C\uDF7B' ,
'beetle' : '\uD83D\uDC1E' ,
'beginner' : '\uD83D\uDD30' ,
'bell' : '\uD83D\uDD14' ,
'bellhop_bell' : '\uD83D\uDECE' ,
'bento' : '\uD83C\uDF71' ,
'biking_man' : '\uD83D\uDEB4' ,
'bike' : '\uD83D\uDEB2' ,
'biking_woman' : '\uD83D\uDEB4‍\u2640\uFE0F' ,
'bikini' : '\uD83D\uDC59' ,
'biohazard' : '\u2623\uFE0F' ,
'bird' : '\uD83D\uDC26' ,
'birthday' : '\uD83C\uDF82' ,
'black_circle' : '\u26AB\uFE0F' ,
'black_flag' : '\uD83C\uDFF4' ,
'black_heart' : '\uD83D\uDDA4' ,
'black_joker' : '\uD83C\uDCCF' ,
'black_large_square' : '\u2B1B\uFE0F' ,
'black_medium_small_square' : '\u25FE\uFE0F' ,
'black_medium_square' : '\u25FC\uFE0F' ,
'black_nib' : '\u2712\uFE0F' ,
'black_small_square' : '\u25AA\uFE0F' ,
'black_square_button' : '\uD83D\uDD32' ,
'blonde_man' : '\uD83D\uDC71' ,
'blonde_woman' : '\uD83D\uDC71‍\u2640\uFE0F' ,
'blossom' : '\uD83C\uDF3C' ,
'blowfish' : '\uD83D\uDC21' ,
'blue_book' : '\uD83D\uDCD8' ,
'blue_car' : '\uD83D\uDE99' ,
'blue_heart' : '\uD83D\uDC99' ,
'blush' : '\uD83D\uDE0A' ,
'boar' : '\uD83D\uDC17' ,
'boat' : '\u26F5\uFE0F' ,
'bomb' : '\uD83D\uDCA3' ,
'book' : '\uD83D\uDCD6' ,
'bookmark' : '\uD83D\uDD16' ,
'bookmark_tabs' : '\uD83D\uDCD1' ,
'books' : '\uD83D\uDCDA' ,
'boom' : '\uD83D\uDCA5' ,
'boot' : '\uD83D\uDC62' ,
'bouquet' : '\uD83D\uDC90' ,
'bowing_man' : '\uD83D\uDE47' ,
'bow_and_arrow' : '\uD83C\uDFF9' ,
'bowing_woman' : '\uD83D\uDE47‍\u2640\uFE0F' ,
'bowling' : '\uD83C\uDFB3' ,
'boxing_glove' : '\uD83E\uDD4A' ,
'boy' : '\uD83D\uDC66' ,
'bread' : '\uD83C\uDF5E' ,
'bride_with_veil' : '\uD83D\uDC70' ,
'bridge_at_night' : '\uD83C\uDF09' ,
'briefcase' : '\uD83D\uDCBC' ,
'broken_heart' : '\uD83D\uDC94' ,
'bug' : '\uD83D\uDC1B' ,
'building_construction' : '\uD83C\uDFD7' ,
'bulb' : '\uD83D\uDCA1' ,
'bullettrain_front' : '\uD83D\uDE85' ,
'bullettrain_side' : '\uD83D\uDE84' ,
'burrito' : '\uD83C\uDF2F' ,
'bus' : '\uD83D\uDE8C' ,
'business_suit_levitating' : '\uD83D\uDD74' ,
'busstop' : '\uD83D\uDE8F' ,
'bust_in_silhouette' : '\uD83D\uDC64' ,
'busts_in_silhouette' : '\uD83D\uDC65' ,
'butterfly' : '\uD83E\uDD8B' ,
'cactus' : '\uD83C\uDF35' ,
'cake' : '\uD83C\uDF70' ,
'calendar' : '\uD83D\uDCC6' ,
'call_me_hand' : '\uD83E\uDD19' ,
'calling' : '\uD83D\uDCF2' ,
'camel' : '\uD83D\uDC2B' ,
'camera' : '\uD83D\uDCF7' ,
'camera_flash' : '\uD83D\uDCF8' ,
'camping' : '\uD83C\uDFD5' ,
'cancer' : '\u264B\uFE0F' ,
'candle' : '\uD83D\uDD6F' ,
'candy' : '\uD83C\uDF6C' ,
'canoe' : '\uD83D\uDEF6' ,
'capital_abcd' : '\uD83D\uDD20' ,
'capricorn' : '\u2651\uFE0F' ,
'car' : '\uD83D\uDE97' ,
'card_file_box' : '\uD83D\uDDC3' ,
'card_index' : '\uD83D\uDCC7' ,
'card_index_dividers' : '\uD83D\uDDC2' ,
'carousel_horse' : '\uD83C\uDFA0' ,
'carrot' : '\uD83E\uDD55' ,
'cat' : '\uD83D\uDC31' ,
'cat2' : '\uD83D\uDC08' ,
'cd' : '\uD83D\uDCBF' ,
'chains' : '\u26D3' ,
'champagne' : '\uD83C\uDF7E' ,
'chart' : '\uD83D\uDCB9' ,
'chart_with_downwards_trend' : '\uD83D\uDCC9' ,
'chart_with_upwards_trend' : '\uD83D\uDCC8' ,
'checkered_flag' : '\uD83C\uDFC1' ,
'cheese' : '\uD83E\uDDC0' ,
'cherries' : '\uD83C\uDF52' ,
'cherry_blossom' : '\uD83C\uDF38' ,
'chestnut' : '\uD83C\uDF30' ,
'chicken' : '\uD83D\uDC14' ,
'children_crossing' : '\uD83D\uDEB8' ,
'chipmunk' : '\uD83D\uDC3F' ,
'chocolate_bar' : '\uD83C\uDF6B' ,
'christmas_tree' : '\uD83C\uDF84' ,
'church' : '\u26EA\uFE0F' ,
'cinema' : '\uD83C\uDFA6' ,
'circus_tent' : '\uD83C\uDFAA' ,
'city_sunrise' : '\uD83C\uDF07' ,
'city_sunset' : '\uD83C\uDF06' ,
'cityscape' : '\uD83C\uDFD9' ,
'cl' : '\uD83C\uDD91' ,
'clamp' : '\uD83D\uDDDC' ,
'clap' : '\uD83D\uDC4F' ,
'clapper' : '\uD83C\uDFAC' ,
'classical_building' : '\uD83C\uDFDB' ,
'clinking_glasses' : '\uD83E\uDD42' ,
'clipboard' : '\uD83D\uDCCB' ,
'clock1' : '\uD83D\uDD50' ,
'clock10' : '\uD83D\uDD59' ,
'clock1030' : '\uD83D\uDD65' ,
'clock11' : '\uD83D\uDD5A' ,
'clock1130' : '\uD83D\uDD66' ,
'clock12' : '\uD83D\uDD5B' ,
'clock1230' : '\uD83D\uDD67' ,
'clock130' : '\uD83D\uDD5C' ,
'clock2' : '\uD83D\uDD51' ,
'clock230' : '\uD83D\uDD5D' ,
'clock3' : '\uD83D\uDD52' ,
'clock330' : '\uD83D\uDD5E' ,
'clock4' : '\uD83D\uDD53' ,
'clock430' : '\uD83D\uDD5F' ,
'clock5' : '\uD83D\uDD54' ,
'clock530' : '\uD83D\uDD60' ,
'clock6' : '\uD83D\uDD55' ,
'clock630' : '\uD83D\uDD61' ,
'clock7' : '\uD83D\uDD56' ,
'clock730' : '\uD83D\uDD62' ,
'clock8' : '\uD83D\uDD57' ,
'clock830' : '\uD83D\uDD63' ,
'clock9' : '\uD83D\uDD58' ,
'clock930' : '\uD83D\uDD64' ,
'closed_book' : '\uD83D\uDCD5' ,
'closed_lock_with_key' : '\uD83D\uDD10' ,
'closed_umbrella' : '\uD83C\uDF02' ,
'cloud' : '\u2601\uFE0F' ,
'cloud_with_lightning' : '\uD83C\uDF29' ,
'cloud_with_lightning_and_rain' : '\u26C8' ,
'cloud_with_rain' : '\uD83C\uDF27' ,
'cloud_with_snow' : '\uD83C\uDF28' ,
'clown_face' : '\uD83E\uDD21' ,
'clubs' : '\u2663\uFE0F' ,
'cocktail' : '\uD83C\uDF78' ,
'coffee' : '\u2615\uFE0F' ,
'coffin' : '\u26B0\uFE0F' ,
'cold_sweat' : '\uD83D\uDE30' ,
'comet' : '\u2604\uFE0F' ,
'computer' : '\uD83D\uDCBB' ,
'computer_mouse' : '\uD83D\uDDB1' ,
'confetti_ball' : '\uD83C\uDF8A' ,
'confounded' : '\uD83D\uDE16' ,
'confused' : '\uD83D\uDE15' ,
'congratulations' : '\u3297\uFE0F' ,
'construction' : '\uD83D\uDEA7' ,
'construction_worker_man' : '\uD83D\uDC77' ,
'construction_worker_woman' : '\uD83D\uDC77‍\u2640\uFE0F' ,
'control_knobs' : '\uD83C\uDF9B' ,
'convenience_store' : '\uD83C\uDFEA' ,
'cookie' : '\uD83C\uDF6A' ,
'cool' : '\uD83C\uDD92' ,
'policeman' : '\uD83D\uDC6E' ,
'copyright' : '\xA9\uFE0F' ,
'corn' : '\uD83C\uDF3D' ,
'couch_and_lamp' : '\uD83D\uDECB' ,
'couple' : '\uD83D\uDC6B' ,
'couple_with_heart_woman_man' : '\uD83D\uDC91' ,
'couple_with_heart_man_man' : '\uD83D\uDC68‍\u2764\uFE0F‍\uD83D\uDC68' ,
'couple_with_heart_woman_woman' : '\uD83D\uDC69‍\u2764\uFE0F‍\uD83D\uDC69' ,
'couplekiss_man_man' : '\uD83D\uDC68‍\u2764\uFE0F‍\uD83D\uDC8B‍\uD83D\uDC68' ,
'couplekiss_man_woman' : '\uD83D\uDC8F' ,
'couplekiss_woman_woman' : '\uD83D\uDC69‍\u2764\uFE0F‍\uD83D\uDC8B‍\uD83D\uDC69' ,
'cow' : '\uD83D\uDC2E' ,
'cow2' : '\uD83D\uDC04' ,
'cowboy_hat_face' : '\uD83E\uDD20' ,
'crab' : '\uD83E\uDD80' ,
'crayon' : '\uD83D\uDD8D' ,
'credit_card' : '\uD83D\uDCB3' ,
'crescent_moon' : '\uD83C\uDF19' ,
'cricket' : '\uD83C\uDFCF' ,
'crocodile' : '\uD83D\uDC0A' ,
'croissant' : '\uD83E\uDD50' ,
'crossed_fingers' : '\uD83E\uDD1E' ,
'crossed_flags' : '\uD83C\uDF8C' ,
'crossed_swords' : '\u2694\uFE0F' ,
'crown' : '\uD83D\uDC51' ,
'cry' : '\uD83D\uDE22' ,
'crying_cat_face' : '\uD83D\uDE3F' ,
'crystal_ball' : '\uD83D\uDD2E' ,
'cucumber' : '\uD83E\uDD52' ,
'cupid' : '\uD83D\uDC98' ,
'curly_loop' : '\u27B0' ,
'currency_exchange' : '\uD83D\uDCB1' ,
'curry' : '\uD83C\uDF5B' ,
'custard' : '\uD83C\uDF6E' ,
'customs' : '\uD83D\uDEC3' ,
'cyclone' : '\uD83C\uDF00' ,
'dagger' : '\uD83D\uDDE1' ,
'dancer' : '\uD83D\uDC83' ,
'dancing_women' : '\uD83D\uDC6F' ,
'dancing_men' : '\uD83D\uDC6F‍\u2642\uFE0F' ,
'dango' : '\uD83C\uDF61' ,
'dark_sunglasses' : '\uD83D\uDD76' ,
'dart' : '\uD83C\uDFAF' ,
'dash' : '\uD83D\uDCA8' ,
'date' : '\uD83D\uDCC5' ,
'deciduous_tree' : '\uD83C\uDF33' ,
'deer' : '\uD83E\uDD8C' ,
'department_store' : '\uD83C\uDFEC' ,
'derelict_house' : '\uD83C\uDFDA' ,
'desert' : '\uD83C\uDFDC' ,
'desert_island' : '\uD83C\uDFDD' ,
'desktop_computer' : '\uD83D\uDDA5' ,
'male_detective' : '\uD83D\uDD75\uFE0F' ,
'diamond_shape_with_a_dot_inside' : '\uD83D\uDCA0' ,
'diamonds' : '\u2666\uFE0F' ,
'disappointed' : '\uD83D\uDE1E' ,
'disappointed_relieved' : '\uD83D\uDE25' ,
'dizzy' : '\uD83D\uDCAB' ,
'dizzy_face' : '\uD83D\uDE35' ,
'do_not_litter' : '\uD83D\uDEAF' ,
'dog' : '\uD83D\uDC36' ,
'dog2' : '\uD83D\uDC15' ,
'dollar' : '\uD83D\uDCB5' ,
'dolls' : '\uD83C\uDF8E' ,
'dolphin' : '\uD83D\uDC2C' ,
'door' : '\uD83D\uDEAA' ,
'doughnut' : '\uD83C\uDF69' ,
'dove' : '\uD83D\uDD4A' ,
'dragon' : '\uD83D\uDC09' ,
'dragon_face' : '\uD83D\uDC32' ,
'dress' : '\uD83D\uDC57' ,
'dromedary_camel' : '\uD83D\uDC2A' ,
'drooling_face' : '\uD83E\uDD24' ,
'droplet' : '\uD83D\uDCA7' ,
'drum' : '\uD83E\uDD41' ,
'duck' : '\uD83E\uDD86' ,
'dvd' : '\uD83D\uDCC0' ,
'e-mail' : '\uD83D\uDCE7' ,
'eagle' : '\uD83E\uDD85' ,
'ear' : '\uD83D\uDC42' ,
'ear_of_rice' : '\uD83C\uDF3E' ,
'earth_africa' : '\uD83C\uDF0D' ,
'earth_americas' : '\uD83C\uDF0E' ,
'earth_asia' : '\uD83C\uDF0F' ,
'egg' : '\uD83E\uDD5A' ,
'eggplant' : '\uD83C\uDF46' ,
'eight_pointed_black_star' : '\u2734\uFE0F' ,
'eight_spoked_asterisk' : '\u2733\uFE0F' ,
'electric_plug' : '\uD83D\uDD0C' ,
'elephant' : '\uD83D\uDC18' ,
'email' : '\u2709\uFE0F' ,
'end' : '\uD83D\uDD1A' ,
'envelope_with_arrow' : '\uD83D\uDCE9' ,
'euro' : '\uD83D\uDCB6' ,
'european_castle' : '\uD83C\uDFF0' ,
'european_post_office' : '\uD83C\uDFE4' ,
'evergreen_tree' : '\uD83C\uDF32' ,
'exclamation' : '\u2757\uFE0F' ,
'expressionless' : '\uD83D\uDE11' ,
'eye' : '\uD83D\uDC41' ,
'eye_speech_bubble' : '\uD83D\uDC41‍\uD83D\uDDE8' ,
'eyeglasses' : '\uD83D\uDC53' ,
'eyes' : '\uD83D\uDC40' ,
'face_with_head_bandage' : '\uD83E\uDD15' ,
'face_with_thermometer' : '\uD83E\uDD12' ,
'fist_oncoming' : '\uD83D\uDC4A' ,
'factory' : '\uD83C\uDFED' ,
'fallen_leaf' : '\uD83C\uDF42' ,
'family_man_woman_boy' : '\uD83D\uDC6A' ,
'family_man_boy' : '\uD83D\uDC68‍\uD83D\uDC66' ,
'family_man_boy_boy' : '\uD83D\uDC68‍\uD83D\uDC66‍\uD83D\uDC66' ,
'family_man_girl' : '\uD83D\uDC68‍\uD83D\uDC67' ,
'family_man_girl_boy' : '\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC66' ,
'family_man_girl_girl' : '\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC67' ,
'family_man_man_boy' : '\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC66' ,
'family_man_man_boy_boy' : '\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC66‍\uD83D\uDC66' ,
'family_man_man_girl' : '\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67' ,
'family_man_man_girl_boy' : '\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC66' ,
'family_man_man_girl_girl' : '\uD83D\uDC68‍\uD83D\uDC68‍\uD83D\uDC67‍\uD83D\uDC67' ,
'family_man_woman_boy_boy' : '\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66' ,
'family_man_woman_girl' : '\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67' ,
'family_man_woman_girl_boy' : '\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66' ,
'family_man_woman_girl_girl' : '\uD83D\uDC68‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67' ,
'family_woman_boy' : '\uD83D\uDC69‍\uD83D\uDC66' ,
'family_woman_boy_boy' : '\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66' ,
'family_woman_girl' : '\uD83D\uDC69‍\uD83D\uDC67' ,
'family_woman_girl_boy' : '\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66' ,
'family_woman_girl_girl' : '\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67' ,
'family_woman_woman_boy' : '\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC66' ,
'family_woman_woman_boy_boy' : '\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC66‍\uD83D\uDC66' ,
'family_woman_woman_girl' : '\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67' ,
'family_woman_woman_girl_boy' : '\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC66' ,
'family_woman_woman_girl_girl' : '\uD83D\uDC69‍\uD83D\uDC69‍\uD83D\uDC67‍\uD83D\uDC67' ,
'fast_forward' : '\u23E9' ,
'fax' : '\uD83D\uDCE0' ,
'fearful' : '\uD83D\uDE28' ,
'feet' : '\uD83D\uDC3E' ,
'female_detective' : '\uD83D\uDD75\uFE0F‍\u2640\uFE0F' ,
'ferris_wheel' : '\uD83C\uDFA1' ,
'ferry' : '\u26F4' ,
'field_hockey' : '\uD83C\uDFD1' ,
'file_cabinet' : '\uD83D\uDDC4' ,
'file_folder' : '\uD83D\uDCC1' ,
'film_projector' : '\uD83D\uDCFD' ,
'film_strip' : '\uD83C\uDF9E' ,
'fire' : '\uD83D\uDD25' ,
'fire_engine' : '\uD83D\uDE92' ,
'fireworks' : '\uD83C\uDF86' ,
'first_quarter_moon' : '\uD83C\uDF13' ,
'first_quarter_moon_with_face' : '\uD83C\uDF1B' ,
'fish' : '\uD83D\uDC1F' ,
'fish_cake' : '\uD83C\uDF65' ,
'fishing_pole_and_fish' : '\uD83C\uDFA3' ,
'fist_raised' : '\u270A' ,
'fist_left' : '\uD83E\uDD1B' ,
'fist_right' : '\uD83E\uDD1C' ,
'flags' : '\uD83C\uDF8F' ,
'flashlight' : '\uD83D\uDD26' ,
'fleur_de_lis' : '\u269C\uFE0F' ,
'flight_arrival' : '\uD83D\uDEEC' ,
'flight_departure' : '\uD83D\uDEEB' ,
'floppy_disk' : '\uD83D\uDCBE' ,
'flower_playing_cards' : '\uD83C\uDFB4' ,
'flushed' : '\uD83D\uDE33' ,
'fog' : '\uD83C\uDF2B' ,
'foggy' : '\uD83C\uDF01' ,
'football' : '\uD83C\uDFC8' ,
'footprints' : '\uD83D\uDC63' ,
'fork_and_knife' : '\uD83C\uDF74' ,
'fountain' : '\u26F2\uFE0F' ,
'fountain_pen' : '\uD83D\uDD8B' ,
'four_leaf_clover' : '\uD83C\uDF40' ,
'fox_face' : '\uD83E\uDD8A' ,
'framed_picture' : '\uD83D\uDDBC' ,
'free' : '\uD83C\uDD93' ,
'fried_egg' : '\uD83C\uDF73' ,
'fried_shrimp' : '\uD83C\uDF64' ,
'fries' : '\uD83C\uDF5F' ,
'frog' : '\uD83D\uDC38' ,
'frowning' : '\uD83D\uDE26' ,
'frowning_face' : '\u2639\uFE0F' ,
'frowning_man' : '\uD83D\uDE4D‍\u2642\uFE0F' ,
'frowning_woman' : '\uD83D\uDE4D' ,
'middle_finger' : '\uD83D\uDD95' ,
'fuelpump' : '\u26FD\uFE0F' ,
'full_moon' : '\uD83C\uDF15' ,
'full_moon_with_face' : '\uD83C\uDF1D' ,
'funeral_urn' : '\u26B1\uFE0F' ,
'game_die' : '\uD83C\uDFB2' ,
'gear' : '\u2699\uFE0F' ,
'gem' : '\uD83D\uDC8E' ,
'gemini' : '\u264A\uFE0F' ,
'ghost' : '\uD83D\uDC7B' ,
'gift' : '\uD83C\uDF81' ,
'gift_heart' : '\uD83D\uDC9D' ,
'girl' : '\uD83D\uDC67' ,
'globe_with_meridians' : '\uD83C\uDF10' ,
'goal_net' : '\uD83E\uDD45' ,
'goat' : '\uD83D\uDC10' ,
'golf' : '\u26F3\uFE0F' ,
'golfing_man' : '\uD83C\uDFCC\uFE0F' ,
'golfing_woman' : '\uD83C\uDFCC\uFE0F‍\u2640\uFE0F' ,
'gorilla' : '\uD83E\uDD8D' ,
'grapes' : '\uD83C\uDF47' ,
'green_apple' : '\uD83C\uDF4F' ,
'green_book' : '\uD83D\uDCD7' ,
'green_heart' : '\uD83D\uDC9A' ,
'green_salad' : '\uD83E\uDD57' ,
'grey_exclamation' : '\u2755' ,
'grey_question' : '\u2754' ,
'grimacing' : '\uD83D\uDE2C' ,
'grin' : '\uD83D\uDE01' ,
'grinning' : '\uD83D\uDE00' ,
'guardsman' : '\uD83D\uDC82' ,
'guardswoman' : '\uD83D\uDC82‍\u2640\uFE0F' ,
'guitar' : '\uD83C\uDFB8' ,
'gun' : '\uD83D\uDD2B' ,
'haircut_woman' : '\uD83D\uDC87' ,
'haircut_man' : '\uD83D\uDC87‍\u2642\uFE0F' ,
'hamburger' : '\uD83C\uDF54' ,
'hammer' : '\uD83D\uDD28' ,
'hammer_and_pick' : '\u2692' ,
'hammer_and_wrench' : '\uD83D\uDEE0' ,
'hamster' : '\uD83D\uDC39' ,
'hand' : '\u270B' ,
'handbag' : '\uD83D\uDC5C' ,
'handshake' : '\uD83E\uDD1D' ,
'hankey' : '\uD83D\uDCA9' ,
'hatched_chick' : '\uD83D\uDC25' ,
'hatching_chick' : '\uD83D\uDC23' ,
'headphones' : '\uD83C\uDFA7' ,
'hear_no_evil' : '\uD83D\uDE49' ,
'heart' : '\u2764\uFE0F' ,
'heart_decoration' : '\uD83D\uDC9F' ,
'heart_eyes' : '\uD83D\uDE0D' ,
'heart_eyes_cat' : '\uD83D\uDE3B' ,
'heartbeat' : '\uD83D\uDC93' ,
'heartpulse' : '\uD83D\uDC97' ,
'hearts' : '\u2665\uFE0F' ,
'heavy_check_mark' : '\u2714\uFE0F' ,
'heavy_division_sign' : '\u2797' ,
'heavy_dollar_sign' : '\uD83D\uDCB2' ,
'heavy_heart_exclamation' : '\u2763\uFE0F' ,
'heavy_minus_sign' : '\u2796' ,
'heavy_multiplication_x' : '\u2716\uFE0F' ,
'heavy_plus_sign' : '\u2795' ,
'helicopter' : '\uD83D\uDE81' ,
'herb' : '\uD83C\uDF3F' ,
'hibiscus' : '\uD83C\uDF3A' ,
'high_brightness' : '\uD83D\uDD06' ,
'high_heel' : '\uD83D\uDC60' ,
'hocho' : '\uD83D\uDD2A' ,
'hole' : '\uD83D\uDD73' ,
'honey_pot' : '\uD83C\uDF6F' ,
'horse' : '\uD83D\uDC34' ,
'horse_racing' : '\uD83C\uDFC7' ,
'hospital' : '\uD83C\uDFE5' ,
'hot_pepper' : '\uD83C\uDF36' ,
'hotdog' : '\uD83C\uDF2D' ,
'hotel' : '\uD83C\uDFE8' ,
'hotsprings' : '\u2668\uFE0F' ,
'hourglass' : '\u231B\uFE0F' ,
'hourglass_flowing_sand' : '\u23F3' ,
'house' : '\uD83C\uDFE0' ,
'house_with_garden' : '\uD83C\uDFE1' ,
'houses' : '\uD83C\uDFD8' ,
'hugs' : '\uD83E\uDD17' ,
'hushed' : '\uD83D\uDE2F' ,
'ice_cream' : '\uD83C\uDF68' ,
'ice_hockey' : '\uD83C\uDFD2' ,
'ice_skate' : '\u26F8' ,
'icecream' : '\uD83C\uDF66' ,
'id' : '\uD83C\uDD94' ,
'ideograph_advantage' : '\uD83C\uDE50' ,
'imp' : '\uD83D\uDC7F' ,
'inbox_tray' : '\uD83D\uDCE5' ,
'incoming_envelope' : '\uD83D\uDCE8' ,
'tipping_hand_woman' : '\uD83D\uDC81' ,
'information_source' : '\u2139\uFE0F' ,
'innocent' : '\uD83D\uDE07' ,
'interrobang' : '\u2049\uFE0F' ,
'iphone' : '\uD83D\uDCF1' ,
'izakaya_lantern' : '\uD83C\uDFEE' ,
'jack_o_lantern' : '\uD83C\uDF83' ,
'japan' : '\uD83D\uDDFE' ,
'japanese_castle' : '\uD83C\uDFEF' ,
'japanese_goblin' : '\uD83D\uDC7A' ,
'japanese_ogre' : '\uD83D\uDC79' ,
'jeans' : '\uD83D\uDC56' ,
'joy' : '\uD83D\uDE02' ,
'joy_cat' : '\uD83D\uDE39' ,
'joystick' : '\uD83D\uDD79' ,
'kaaba' : '\uD83D\uDD4B' ,
'key' : '\uD83D\uDD11' ,
'keyboard' : '\u2328\uFE0F' ,
'keycap_ten' : '\uD83D\uDD1F' ,
'kick_scooter' : '\uD83D\uDEF4' ,
'kimono' : '\uD83D\uDC58' ,
'kiss' : '\uD83D\uDC8B' ,
'kissing' : '\uD83D\uDE17' ,
'kissing_cat' : '\uD83D\uDE3D' ,
'kissing_closed_eyes' : '\uD83D\uDE1A' ,
'kissing_heart' : '\uD83D\uDE18' ,
'kissing_smiling_eyes' : '\uD83D\uDE19' ,
'kiwi_fruit' : '\uD83E\uDD5D' ,
'koala' : '\uD83D\uDC28' ,
'koko' : '\uD83C\uDE01' ,
'label' : '\uD83C\uDFF7' ,
'large_blue_circle' : '\uD83D\uDD35' ,
'large_blue_diamond' : '\uD83D\uDD37' ,
'large_orange_diamond' : '\uD83D\uDD36' ,
'last_quarter_moon' : '\uD83C\uDF17' ,
'last_quarter_moon_with_face' : '\uD83C\uDF1C' ,
'latin_cross' : '\u271D\uFE0F' ,
'laughing' : '\uD83D\uDE06' ,
'leaves' : '\uD83C\uDF43' ,
'ledger' : '\uD83D\uDCD2' ,
'left_luggage' : '\uD83D\uDEC5' ,
'left_right_arrow' : '\u2194\uFE0F' ,
'leftwards_arrow_with_hook' : '\u21A9\uFE0F' ,
'lemon' : '\uD83C\uDF4B' ,
'leo' : '\u264C\uFE0F' ,
'leopard' : '\uD83D\uDC06' ,
'level_slider' : '\uD83C\uDF9A' ,
'libra' : '\u264E\uFE0F' ,
'light_rail' : '\uD83D\uDE88' ,
'link' : '\uD83D\uDD17' ,
'lion' : '\uD83E\uDD81' ,
'lips' : '\uD83D\uDC44' ,
'lipstick' : '\uD83D\uDC84' ,
'lizard' : '\uD83E\uDD8E' ,
'lock' : '\uD83D\uDD12' ,
'lock_with_ink_pen' : '\uD83D\uDD0F' ,
'lollipop' : '\uD83C\uDF6D' ,
'loop' : '\u27BF' ,
'loud_sound' : '\uD83D\uDD0A' ,
'loudspeaker' : '\uD83D\uDCE2' ,
'love_hotel' : '\uD83C\uDFE9' ,
'love_letter' : '\uD83D\uDC8C' ,
'low_brightness' : '\uD83D\uDD05' ,
'lying_face' : '\uD83E\uDD25' ,
'm' : '\u24C2\uFE0F' ,
'mag' : '\uD83D\uDD0D' ,
'mag_right' : '\uD83D\uDD0E' ,
'mahjong' : '\uD83C\uDC04\uFE0F' ,
'mailbox' : '\uD83D\uDCEB' ,
'mailbox_closed' : '\uD83D\uDCEA' ,
'mailbox_with_mail' : '\uD83D\uDCEC' ,
'mailbox_with_no_mail' : '\uD83D\uDCED' ,
'man' : '\uD83D\uDC68' ,
'man_artist' : '\uD83D\uDC68‍\uD83C\uDFA8' ,
'man_astronaut' : '\uD83D\uDC68‍\uD83D\uDE80' ,
'man_cartwheeling' : '\uD83E\uDD38‍\u2642\uFE0F' ,
'man_cook' : '\uD83D\uDC68‍\uD83C\uDF73' ,
'man_dancing' : '\uD83D\uDD7A' ,
'man_facepalming' : '\uD83E\uDD26‍\u2642\uFE0F' ,
'man_factory_worker' : '\uD83D\uDC68‍\uD83C\uDFED' ,
'man_farmer' : '\uD83D\uDC68‍\uD83C\uDF3E' ,
'man_firefighter' : '\uD83D\uDC68‍\uD83D\uDE92' ,
'man_health_worker' : '\uD83D\uDC68‍\u2695\uFE0F' ,
'man_in_tuxedo' : '\uD83E\uDD35' ,
'man_judge' : '\uD83D\uDC68‍\u2696\uFE0F' ,
'man_juggling' : '\uD83E\uDD39‍\u2642\uFE0F' ,
'man_mechanic' : '\uD83D\uDC68‍\uD83D\uDD27' ,
'man_office_worker' : '\uD83D\uDC68‍\uD83D\uDCBC' ,
'man_pilot' : '\uD83D\uDC68‍\u2708\uFE0F' ,
'man_playing_handball' : '\uD83E\uDD3E‍\u2642\uFE0F' ,
'man_playing_water_polo' : '\uD83E\uDD3D‍\u2642\uFE0F' ,
'man_scientist' : '\uD83D\uDC68‍\uD83D\uDD2C' ,
'man_shrugging' : '\uD83E\uDD37‍\u2642\uFE0F' ,
'man_singer' : '\uD83D\uDC68‍\uD83C\uDFA4' ,
'man_student' : '\uD83D\uDC68‍\uD83C\uDF93' ,
'man_teacher' : '\uD83D\uDC68‍\uD83C\uDFEB' ,
'man_technologist' : '\uD83D\uDC68‍\uD83D\uDCBB' ,
'man_with_gua_pi_mao' : '\uD83D\uDC72' ,
'man_with_turban' : '\uD83D\uDC73' ,
'tangerine' : '\uD83C\uDF4A' ,
'mans_shoe' : '\uD83D\uDC5E' ,
'mantelpiece_clock' : '\uD83D\uDD70' ,
'maple_leaf' : '\uD83C\uDF41' ,
'martial_arts_uniform' : '\uD83E\uDD4B' ,
'mask' : '\uD83D\uDE37' ,
'massage_woman' : '\uD83D\uDC86' ,
'massage_man' : '\uD83D\uDC86‍\u2642\uFE0F' ,
'meat_on_bone' : '\uD83C\uDF56' ,
'medal_military' : '\uD83C\uDF96' ,
'medal_sports' : '\uD83C\uDFC5' ,
'mega' : '\uD83D\uDCE3' ,
'melon' : '\uD83C\uDF48' ,
'memo' : '\uD83D\uDCDD' ,
'men_wrestling' : '\uD83E\uDD3C‍\u2642\uFE0F' ,
'menorah' : '\uD83D\uDD4E' ,
'mens' : '\uD83D\uDEB9' ,
'metal' : '\uD83E\uDD18' ,
'metro' : '\uD83D\uDE87' ,
'microphone' : '\uD83C\uDFA4' ,
'microscope' : '\uD83D\uDD2C' ,
'milk_glass' : '\uD83E\uDD5B' ,
'milky_way' : '\uD83C\uDF0C' ,
'minibus' : '\uD83D\uDE90' ,
'minidisc' : '\uD83D\uDCBD' ,
'mobile_phone_off' : '\uD83D\uDCF4' ,
'money_mouth_face' : '\uD83E\uDD11' ,
'money_with_wings' : '\uD83D\uDCB8' ,
'moneybag' : '\uD83D\uDCB0' ,
'monkey' : '\uD83D\uDC12' ,
'monkey_face' : '\uD83D\uDC35' ,
'monorail' : '\uD83D\uDE9D' ,
'moon' : '\uD83C\uDF14' ,
'mortar_board' : '\uD83C\uDF93' ,
'mosque' : '\uD83D\uDD4C' ,
'motor_boat' : '\uD83D\uDEE5' ,
'motor_scooter' : '\uD83D\uDEF5' ,
'motorcycle' : '\uD83C\uDFCD' ,
'motorway' : '\uD83D\uDEE3' ,
'mount_fuji' : '\uD83D\uDDFB' ,
'mountain' : '\u26F0' ,
'mountain_biking_man' : '\uD83D\uDEB5' ,
'mountain_biking_woman' : '\uD83D\uDEB5‍\u2640\uFE0F' ,
'mountain_cableway' : '\uD83D\uDEA0' ,
'mountain_railway' : '\uD83D\uDE9E' ,
'mountain_snow' : '\uD83C\uDFD4' ,
'mouse' : '\uD83D\uDC2D' ,
'mouse2' : '\uD83D\uDC01' ,
'movie_camera' : '\uD83C\uDFA5' ,
'moyai' : '\uD83D\uDDFF' ,
'mrs_claus' : '\uD83E\uDD36' ,
'muscle' : '\uD83D\uDCAA' ,
'mushroom' : '\uD83C\uDF44' ,
'musical_keyboard' : '\uD83C\uDFB9' ,
'musical_note' : '\uD83C\uDFB5' ,
'musical_score' : '\uD83C\uDFBC' ,
'mute' : '\uD83D\uDD07' ,
'nail_care' : '\uD83D\uDC85' ,
'name_badge' : '\uD83D\uDCDB' ,
'national_park' : '\uD83C\uDFDE' ,
'nauseated_face' : '\uD83E\uDD22' ,
'necktie' : '\uD83D\uDC54' ,
'negative_squared_cross_mark' : '\u274E' ,
'nerd_face' : '\uD83E\uDD13' ,
'neutral_face' : '\uD83D\uDE10' ,
'new' : '\uD83C\uDD95' ,
'new_moon' : '\uD83C\uDF11' ,
'new_moon_with_face' : '\uD83C\uDF1A' ,
'newspaper' : '\uD83D\uDCF0' ,
'newspaper_roll' : '\uD83D\uDDDE' ,
'next_track_button' : '\u23ED' ,
'ng' : '\uD83C\uDD96' ,
'no_good_man' : '\uD83D\uDE45‍\u2642\uFE0F' ,
'no_good_woman' : '\uD83D\uDE45' ,
'night_with_stars' : '\uD83C\uDF03' ,
'no_bell' : '\uD83D\uDD15' ,
'no_bicycles' : '\uD83D\uDEB3' ,
'no_entry' : '\u26D4\uFE0F' ,
'no_entry_sign' : '\uD83D\uDEAB' ,
'no_mobile_phones' : '\uD83D\uDCF5' ,
'no_mouth' : '\uD83D\uDE36' ,
'no_pedestrians' : '\uD83D\uDEB7' ,
'no_smoking' : '\uD83D\uDEAD' ,
'non-potable_water' : '\uD83D\uDEB1' ,
'nose' : '\uD83D\uDC43' ,
'notebook' : '\uD83D\uDCD3' ,
'notebook_with_decorative_cover' : '\uD83D\uDCD4' ,
'notes' : '\uD83C\uDFB6' ,
'nut_and_bolt' : '\uD83D\uDD29' ,
'o' : '\u2B55\uFE0F' ,
'o2' : '\uD83C\uDD7E\uFE0F' ,
'ocean' : '\uD83C\uDF0A' ,
'octopus' : '\uD83D\uDC19' ,
'oden' : '\uD83C\uDF62' ,
'office' : '\uD83C\uDFE2' ,
'oil_drum' : '\uD83D\uDEE2' ,
'ok' : '\uD83C\uDD97' ,
'ok_hand' : '\uD83D\uDC4C' ,
'ok_man' : '\uD83D\uDE46‍\u2642\uFE0F' ,
'ok_woman' : '\uD83D\uDE46' ,
'old_key' : '\uD83D\uDDDD' ,
'older_man' : '\uD83D\uDC74' ,
'older_woman' : '\uD83D\uDC75' ,
'om' : '\uD83D\uDD49' ,
'on' : '\uD83D\uDD1B' ,
'oncoming_automobile' : '\uD83D\uDE98' ,
'oncoming_bus' : '\uD83D\uDE8D' ,
'oncoming_police_car' : '\uD83D\uDE94' ,
'oncoming_taxi' : '\uD83D\uDE96' ,
'open_file_folder' : '\uD83D\uDCC2' ,
'open_hands' : '\uD83D\uDC50' ,
'open_mouth' : '\uD83D\uDE2E' ,
'open_umbrella' : '\u2602\uFE0F' ,
'ophiuchus' : '\u26CE' ,
'orange_book' : '\uD83D\uDCD9' ,
'orthodox_cross' : '\u2626\uFE0F' ,
'outbox_tray' : '\uD83D\uDCE4' ,
'owl' : '\uD83E\uDD89' ,
'ox' : '\uD83D\uDC02' ,
'package' : '\uD83D\uDCE6' ,
'page_facing_up' : '\uD83D\uDCC4' ,
'page_with_curl' : '\uD83D\uDCC3' ,
'pager' : '\uD83D\uDCDF' ,
'paintbrush' : '\uD83D\uDD8C' ,
'palm_tree' : '\uD83C\uDF34' ,
'pancakes' : '\uD83E\uDD5E' ,
'panda_face' : '\uD83D\uDC3C' ,
'paperclip' : '\uD83D\uDCCE' ,
'paperclips' : '\uD83D\uDD87' ,
'parasol_on_ground' : '\u26F1' ,
'parking' : '\uD83C\uDD7F\uFE0F' ,
'part_alternation_mark' : '\u303D\uFE0F' ,
'partly_sunny' : '\u26C5\uFE0F' ,
'passenger_ship' : '\uD83D\uDEF3' ,
'passport_control' : '\uD83D\uDEC2' ,
'pause_button' : '\u23F8' ,
'peace_symbol' : '\u262E\uFE0F' ,
'peach' : '\uD83C\uDF51' ,
'peanuts' : '\uD83E\uDD5C' ,
'pear' : '\uD83C\uDF50' ,
'pen' : '\uD83D\uDD8A' ,
'pencil2' : '\u270F\uFE0F' ,
'penguin' : '\uD83D\uDC27' ,
'pensive' : '\uD83D\uDE14' ,
'performing_arts' : '\uD83C\uDFAD' ,
'persevere' : '\uD83D\uDE23' ,
'person_fencing' : '\uD83E\uDD3A' ,
'pouting_woman' : '\uD83D\uDE4E' ,
'phone' : '\u260E\uFE0F' ,
'pick' : '\u26CF' ,
'pig' : '\uD83D\uDC37' ,
'pig2' : '\uD83D\uDC16' ,
'pig_nose' : '\uD83D\uDC3D' ,
'pill' : '\uD83D\uDC8A' ,
'pineapple' : '\uD83C\uDF4D' ,
'ping_pong' : '\uD83C\uDFD3' ,
'pisces' : '\u2653\uFE0F' ,
'pizza' : '\uD83C\uDF55' ,
'place_of_worship' : '\uD83D\uDED0' ,
'plate_with_cutlery' : '\uD83C\uDF7D' ,
'play_or_pause_button' : '\u23EF' ,
'point_down' : '\uD83D\uDC47' ,
'point_left' : '\uD83D\uDC48' ,
'point_right' : '\uD83D\uDC49' ,
'point_up' : '\u261D\uFE0F' ,
'point_up_2' : '\uD83D\uDC46' ,
'police_car' : '\uD83D\uDE93' ,
'policewoman' : '\uD83D\uDC6E‍\u2640\uFE0F' ,
'poodle' : '\uD83D\uDC29' ,
'popcorn' : '\uD83C\uDF7F' ,
'post_office' : '\uD83C\uDFE3' ,
'postal_horn' : '\uD83D\uDCEF' ,
'postbox' : '\uD83D\uDCEE' ,
'potable_water' : '\uD83D\uDEB0' ,
'potato' : '\uD83E\uDD54' ,
'pouch' : '\uD83D\uDC5D' ,
'poultry_leg' : '\uD83C\uDF57' ,
'pound' : '\uD83D\uDCB7' ,
'rage' : '\uD83D\uDE21' ,
'pouting_cat' : '\uD83D\uDE3E' ,
'pouting_man' : '\uD83D\uDE4E‍\u2642\uFE0F' ,
'pray' : '\uD83D\uDE4F' ,
'prayer_beads' : '\uD83D\uDCFF' ,
'pregnant_woman' : '\uD83E\uDD30' ,
'previous_track_button' : '\u23EE' ,
'prince' : '\uD83E\uDD34' ,
'princess' : '\uD83D\uDC78' ,
'printer' : '\uD83D\uDDA8' ,
'purple_heart' : '\uD83D\uDC9C' ,
'purse' : '\uD83D\uDC5B' ,
'pushpin' : '\uD83D\uDCCC' ,
'put_litter_in_its_place' : '\uD83D\uDEAE' ,
'question' : '\u2753' ,
'rabbit' : '\uD83D\uDC30' ,
'rabbit2' : '\uD83D\uDC07' ,
'racehorse' : '\uD83D\uDC0E' ,
'racing_car' : '\uD83C\uDFCE' ,
'radio' : '\uD83D\uDCFB' ,
'radio_button' : '\uD83D\uDD18' ,
'radioactive' : '\u2622\uFE0F' ,
'railway_car' : '\uD83D\uDE83' ,
'railway_track' : '\uD83D\uDEE4' ,
'rainbow' : '\uD83C\uDF08' ,
'rainbow_flag' : '\uD83C\uDFF3\uFE0F‍\uD83C\uDF08' ,
'raised_back_of_hand' : '\uD83E\uDD1A' ,
'raised_hand_with_fingers_splayed' : '\uD83D\uDD90' ,
'raised_hands' : '\uD83D\uDE4C' ,
'raising_hand_woman' : '\uD83D\uDE4B' ,
'raising_hand_man' : '\uD83D\uDE4B‍\u2642\uFE0F' ,
'ram' : '\uD83D\uDC0F' ,
'ramen' : '\uD83C\uDF5C' ,
'rat' : '\uD83D\uDC00' ,
'record_button' : '\u23FA' ,
'recycle' : '\u267B\uFE0F' ,
'red_circle' : '\uD83D\uDD34' ,
'registered' : '\xAE\uFE0F' ,
'relaxed' : '\u263A\uFE0F' ,
'relieved' : '\uD83D\uDE0C' ,
'reminder_ribbon' : '\uD83C\uDF97' ,
'repeat' : '\uD83D\uDD01' ,
'repeat_one' : '\uD83D\uDD02' ,
'rescue_worker_helmet' : '\u26D1' ,
'restroom' : '\uD83D\uDEBB' ,
'revolving_hearts' : '\uD83D\uDC9E' ,
'rewind' : '\u23EA' ,
'rhinoceros' : '\uD83E\uDD8F' ,
'ribbon' : '\uD83C\uDF80' ,
'rice' : '\uD83C\uDF5A' ,
'rice_ball' : '\uD83C\uDF59' ,
'rice_cracker' : '\uD83C\uDF58' ,
'rice_scene' : '\uD83C\uDF91' ,
'right_anger_bubble' : '\uD83D\uDDEF' ,
'ring' : '\uD83D\uDC8D' ,
'robot' : '\uD83E\uDD16' ,
'rocket' : '\uD83D\uDE80' ,
'rofl' : '\uD83E\uDD23' ,
'roll_eyes' : '\uD83D\uDE44' ,
'roller_coaster' : '\uD83C\uDFA2' ,
'rooster' : '\uD83D\uDC13' ,
'rose' : '\uD83C\uDF39' ,
'rosette' : '\uD83C\uDFF5' ,
'rotating_light' : '\uD83D\uDEA8' ,
'round_pushpin' : '\uD83D\uDCCD' ,
'rowing_man' : '\uD83D\uDEA3' ,
'rowing_woman' : '\uD83D\uDEA3‍\u2640\uFE0F' ,
'rugby_football' : '\uD83C\uDFC9' ,
'running_man' : '\uD83C\uDFC3' ,
'running_shirt_with_sash' : '\uD83C\uDFBD' ,
'running_woman' : '\uD83C\uDFC3‍\u2640\uFE0F' ,
'sa' : '\uD83C\uDE02\uFE0F' ,
'sagittarius' : '\u2650\uFE0F' ,
'sake' : '\uD83C\uDF76' ,
'sandal' : '\uD83D\uDC61' ,
'santa' : '\uD83C\uDF85' ,
'satellite' : '\uD83D\uDCE1' ,
'saxophone' : '\uD83C\uDFB7' ,
'school' : '\uD83C\uDFEB' ,
'school_satchel' : '\uD83C\uDF92' ,
'scissors' : '\u2702\uFE0F' ,
'scorpion' : '\uD83E\uDD82' ,
'scorpius' : '\u264F\uFE0F' ,
'scream' : '\uD83D\uDE31' ,
'scream_cat' : '\uD83D\uDE40' ,
'scroll' : '\uD83D\uDCDC' ,
'seat' : '\uD83D\uDCBA' ,
'secret' : '\u3299\uFE0F' ,
'see_no_evil' : '\uD83D\uDE48' ,
'seedling' : '\uD83C\uDF31' ,
'selfie' : '\uD83E\uDD33' ,
'shallow_pan_of_food' : '\uD83E\uDD58' ,
'shamrock' : '\u2618\uFE0F' ,
'shark' : '\uD83E\uDD88' ,
'shaved_ice' : '\uD83C\uDF67' ,
'sheep' : '\uD83D\uDC11' ,
'shell' : '\uD83D\uDC1A' ,
'shield' : '\uD83D\uDEE1' ,
'shinto_shrine' : '\u26E9' ,
'ship' : '\uD83D\uDEA2' ,
'shirt' : '\uD83D\uDC55' ,
'shopping' : '\uD83D\uDECD' ,
'shopping_cart' : '\uD83D\uDED2' ,
'shower' : '\uD83D\uDEBF' ,
'shrimp' : '\uD83E\uDD90' ,
'signal_strength' : '\uD83D\uDCF6' ,
'six_pointed_star' : '\uD83D\uDD2F' ,
'ski' : '\uD83C\uDFBF' ,
'skier' : '\u26F7' ,
'skull' : '\uD83D\uDC80' ,
'skull_and_crossbones' : '\u2620\uFE0F' ,
'sleeping' : '\uD83D\uDE34' ,
'sleeping_bed' : '\uD83D\uDECC' ,
'sleepy' : '\uD83D\uDE2A' ,
'slightly_frowning_face' : '\uD83D\uDE41' ,
'slightly_smiling_face' : '\uD83D\uDE42' ,
'slot_machine' : '\uD83C\uDFB0' ,
'small_airplane' : '\uD83D\uDEE9' ,
'small_blue_diamond' : '\uD83D\uDD39' ,
'small_orange_diamond' : '\uD83D\uDD38' ,
'small_red_triangle' : '\uD83D\uDD3A' ,
'small_red_triangle_down' : '\uD83D\uDD3B' ,
'smile' : '\uD83D\uDE04' ,
'smile_cat' : '\uD83D\uDE38' ,
'smiley' : '\uD83D\uDE03' ,
'smiley_cat' : '\uD83D\uDE3A' ,
'smiling_imp' : '\uD83D\uDE08' ,
'smirk' : '\uD83D\uDE0F' ,
'smirk_cat' : '\uD83D\uDE3C' ,
'smoking' : '\uD83D\uDEAC' ,
'snail' : '\uD83D\uDC0C' ,
'snake' : '\uD83D\uDC0D' ,
'sneezing_face' : '\uD83E\uDD27' ,
'snowboarder' : '\uD83C\uDFC2' ,
'snowflake' : '\u2744\uFE0F' ,
'snowman' : '\u26C4\uFE0F' ,
'snowman_with_snow' : '\u2603\uFE0F' ,
'sob' : '\uD83D\uDE2D' ,
'soccer' : '\u26BD\uFE0F' ,
'soon' : '\uD83D\uDD1C' ,
'sos' : '\uD83C\uDD98' ,
'sound' : '\uD83D\uDD09' ,
'space_invader' : '\uD83D\uDC7E' ,
'spades' : '\u2660\uFE0F' ,
'spaghetti' : '\uD83C\uDF5D' ,
'sparkle' : '\u2747\uFE0F' ,
'sparkler' : '\uD83C\uDF87' ,
'sparkles' : '\u2728' ,
'sparkling_heart' : '\uD83D\uDC96' ,
'speak_no_evil' : '\uD83D\uDE4A' ,
'speaker' : '\uD83D\uDD08' ,
'speaking_head' : '\uD83D\uDDE3' ,
'speech_balloon' : '\uD83D\uDCAC' ,
'speedboat' : '\uD83D\uDEA4' ,
'spider' : '\uD83D\uDD77' ,
'spider_web' : '\uD83D\uDD78' ,
'spiral_calendar' : '\uD83D\uDDD3' ,
'spiral_notepad' : '\uD83D\uDDD2' ,
'spoon' : '\uD83E\uDD44' ,
'squid' : '\uD83E\uDD91' ,
'stadium' : '\uD83C\uDFDF' ,
'star' : '\u2B50\uFE0F' ,
'star2' : '\uD83C\uDF1F' ,
'star_and_crescent' : '\u262A\uFE0F' ,
'star_of_david' : '\u2721\uFE0F' ,
'stars' : '\uD83C\uDF20' ,
'station' : '\uD83D\uDE89' ,
'statue_of_liberty' : '\uD83D\uDDFD' ,
'steam_locomotive' : '\uD83D\uDE82' ,
'stew' : '\uD83C\uDF72' ,
'stop_button' : '\u23F9' ,
'stop_sign' : '\uD83D\uDED1' ,
'stopwatch' : '\u23F1' ,
'straight_ruler' : '\uD83D\uDCCF' ,
'strawberry' : '\uD83C\uDF53' ,
'stuck_out_tongue' : '\uD83D\uDE1B' ,
'stuck_out_tongue_closed_eyes' : '\uD83D\uDE1D' ,
'stuck_out_tongue_winking_eye' : '\uD83D\uDE1C' ,
'studio_microphone' : '\uD83C\uDF99' ,
'stuffed_flatbread' : '\uD83E\uDD59' ,
'sun_behind_large_cloud' : '\uD83C\uDF25' ,
'sun_behind_rain_cloud' : '\uD83C\uDF26' ,
'sun_behind_small_cloud' : '\uD83C\uDF24' ,
'sun_with_face' : '\uD83C\uDF1E' ,
'sunflower' : '\uD83C\uDF3B' ,
'sunglasses' : '\uD83D\uDE0E' ,
'sunny' : '\u2600\uFE0F' ,
'sunrise' : '\uD83C\uDF05' ,
'sunrise_over_mountains' : '\uD83C\uDF04' ,
'surfing_man' : '\uD83C\uDFC4' ,
'surfing_woman' : '\uD83C\uDFC4‍\u2640\uFE0F' ,
'sushi' : '\uD83C\uDF63' ,
'suspension_railway' : '\uD83D\uDE9F' ,
'sweat' : '\uD83D\uDE13' ,
'sweat_drops' : '\uD83D\uDCA6' ,
'sweat_smile' : '\uD83D\uDE05' ,
'sweet_potato' : '\uD83C\uDF60' ,
'swimming_man' : '\uD83C\uDFCA' ,
'swimming_woman' : '\uD83C\uDFCA‍\u2640\uFE0F' ,
'symbols' : '\uD83D\uDD23' ,
'synagogue' : '\uD83D\uDD4D' ,
'syringe' : '\uD83D\uDC89' ,
'taco' : '\uD83C\uDF2E' ,
'tada' : '\uD83C\uDF89' ,
'tanabata_tree' : '\uD83C\uDF8B' ,
'taurus' : '\u2649\uFE0F' ,
'taxi' : '\uD83D\uDE95' ,
'tea' : '\uD83C\uDF75' ,
'telephone_receiver' : '\uD83D\uDCDE' ,
'telescope' : '\uD83D\uDD2D' ,
'tennis' : '\uD83C\uDFBE' ,
'tent' : '\u26FA\uFE0F' ,
'thermometer' : '\uD83C\uDF21' ,
'thinking' : '\uD83E\uDD14' ,
'thought_balloon' : '\uD83D\uDCAD' ,
'ticket' : '\uD83C\uDFAB' ,
'tickets' : '\uD83C\uDF9F' ,
'tiger' : '\uD83D\uDC2F' ,
'tiger2' : '\uD83D\uDC05' ,
'timer_clock' : '\u23F2' ,
'tipping_hand_man' : '\uD83D\uDC81‍\u2642\uFE0F' ,
'tired_face' : '\uD83D\uDE2B' ,
'tm' : '\u2122\uFE0F' ,
'toilet' : '\uD83D\uDEBD' ,
'tokyo_tower' : '\uD83D\uDDFC' ,
'tomato' : '\uD83C\uDF45' ,
'tongue' : '\uD83D\uDC45' ,
'top' : '\uD83D\uDD1D' ,
'tophat' : '\uD83C\uDFA9' ,
'tornado' : '\uD83C\uDF2A' ,
'trackball' : '\uD83D\uDDB2' ,
'tractor' : '\uD83D\uDE9C' ,
'traffic_light' : '\uD83D\uDEA5' ,
'train' : '\uD83D\uDE8B' ,
'train2' : '\uD83D\uDE86' ,
'tram' : '\uD83D\uDE8A' ,
'triangular_flag_on_post' : '\uD83D\uDEA9' ,
'triangular_ruler' : '\uD83D\uDCD0' ,
'trident' : '\uD83D\uDD31' ,
'triumph' : '\uD83D\uDE24' ,
'trolleybus' : '\uD83D\uDE8E' ,
'trophy' : '\uD83C\uDFC6' ,
'tropical_drink' : '\uD83C\uDF79' ,
'tropical_fish' : '\uD83D\uDC20' ,
'truck' : '\uD83D\uDE9A' ,
'trumpet' : '\uD83C\uDFBA' ,
'tulip' : '\uD83C\uDF37' ,
'tumbler_glass' : '\uD83E\uDD43' ,
'turkey' : '\uD83E\uDD83' ,
'turtle' : '\uD83D\uDC22' ,
'tv' : '\uD83D\uDCFA' ,
'twisted_rightwards_arrows' : '\uD83D\uDD00' ,
'two_hearts' : '\uD83D\uDC95' ,
'two_men_holding_hands' : '\uD83D\uDC6C' ,
'two_women_holding_hands' : '\uD83D\uDC6D' ,
'u5272' : '\uD83C\uDE39' ,
'u5408' : '\uD83C\uDE34' ,
'u55b6' : '\uD83C\uDE3A' ,
'u6307' : '\uD83C\uDE2F\uFE0F' ,
'u6708' : '\uD83C\uDE37\uFE0F' ,
'u6709' : '\uD83C\uDE36' ,
'u6e80' : '\uD83C\uDE35' ,
'u7121' : '\uD83C\uDE1A\uFE0F' ,
'u7533' : '\uD83C\uDE38' ,
'u7981' : '\uD83C\uDE32' ,
'u7a7a' : '\uD83C\uDE33' ,
'umbrella' : '\u2614\uFE0F' ,
'unamused' : '\uD83D\uDE12' ,
'underage' : '\uD83D\uDD1E' ,
'unicorn' : '\uD83E\uDD84' ,
'unlock' : '\uD83D\uDD13' ,
'up' : '\uD83C\uDD99' ,
'upside_down_face' : '\uD83D\uDE43' ,
'v' : '\u270C\uFE0F' ,
'vertical_traffic_light' : '\uD83D\uDEA6' ,
'vhs' : '\uD83D\uDCFC' ,
'vibration_mode' : '\uD83D\uDCF3' ,
'video_camera' : '\uD83D\uDCF9' ,
'video_game' : '\uD83C\uDFAE' ,
'violin' : '\uD83C\uDFBB' ,
'virgo' : '\u264D\uFE0F' ,
'volcano' : '\uD83C\uDF0B' ,
'volleyball' : '\uD83C\uDFD0' ,
'vs' : '\uD83C\uDD9A' ,
'vulcan_salute' : '\uD83D\uDD96' ,
'walking_man' : '\uD83D\uDEB6' ,
'walking_woman' : '\uD83D\uDEB6‍\u2640\uFE0F' ,
'waning_crescent_moon' : '\uD83C\uDF18' ,
'waning_gibbous_moon' : '\uD83C\uDF16' ,
'warning' : '\u26A0\uFE0F' ,
'wastebasket' : '\uD83D\uDDD1' ,
'watch' : '\u231A\uFE0F' ,
'water_buffalo' : '\uD83D\uDC03' ,
'watermelon' : '\uD83C\uDF49' ,
'wave' : '\uD83D\uDC4B' ,
'wavy_dash' : '\u3030\uFE0F' ,
'waxing_crescent_moon' : '\uD83C\uDF12' ,
'wc' : '\uD83D\uDEBE' ,
'weary' : '\uD83D\uDE29' ,
'wedding' : '\uD83D\uDC92' ,
'weight_lifting_man' : '\uD83C\uDFCB\uFE0F' ,
'weight_lifting_woman' : '\uD83C\uDFCB\uFE0F‍\u2640\uFE0F' ,
'whale' : '\uD83D\uDC33' ,
'whale2' : '\uD83D\uDC0B' ,
'wheel_of_dharma' : '\u2638\uFE0F' ,
'wheelchair' : '\u267F\uFE0F' ,
'white_check_mark' : '\u2705' ,
'white_circle' : '\u26AA\uFE0F' ,
'white_flag' : '\uD83C\uDFF3\uFE0F' ,
'white_flower' : '\uD83D\uDCAE' ,
'white_large_square' : '\u2B1C\uFE0F' ,
'white_medium_small_square' : '\u25FD\uFE0F' ,
'white_medium_square' : '\u25FB\uFE0F' ,
'white_small_square' : '\u25AB\uFE0F' ,
'white_square_button' : '\uD83D\uDD33' ,
'wilted_flower' : '\uD83E\uDD40' ,
'wind_chime' : '\uD83C\uDF90' ,
'wind_face' : '\uD83C\uDF2C' ,
'wine_glass' : '\uD83C\uDF77' ,
'wink' : '\uD83D\uDE09' ,
'wolf' : '\uD83D\uDC3A' ,
'woman' : '\uD83D\uDC69' ,
'woman_artist' : '\uD83D\uDC69‍\uD83C\uDFA8' ,
'woman_astronaut' : '\uD83D\uDC69‍\uD83D\uDE80' ,
'woman_cartwheeling' : '\uD83E\uDD38‍\u2640\uFE0F' ,
'woman_cook' : '\uD83D\uDC69‍\uD83C\uDF73' ,
'woman_facepalming' : '\uD83E\uDD26‍\u2640\uFE0F' ,
'woman_factory_worker' : '\uD83D\uDC69‍\uD83C\uDFED' ,
'woman_farmer' : '\uD83D\uDC69‍\uD83C\uDF3E' ,
'woman_firefighter' : '\uD83D\uDC69‍\uD83D\uDE92' ,
'woman_health_worker' : '\uD83D\uDC69‍\u2695\uFE0F' ,
'woman_judge' : '\uD83D\uDC69‍\u2696\uFE0F' ,
'woman_juggling' : '\uD83E\uDD39‍\u2640\uFE0F' ,
'woman_mechanic' : '\uD83D\uDC69‍\uD83D\uDD27' ,
'woman_office_worker' : '\uD83D\uDC69‍\uD83D\uDCBC' ,
'woman_pilot' : '\uD83D\uDC69‍\u2708\uFE0F' ,
'woman_playing_handball' : '\uD83E\uDD3E‍\u2640\uFE0F' ,
'woman_playing_water_polo' : '\uD83E\uDD3D‍\u2640\uFE0F' ,
'woman_scientist' : '\uD83D\uDC69‍\uD83D\uDD2C' ,
'woman_shrugging' : '\uD83E\uDD37‍\u2640\uFE0F' ,
'woman_singer' : '\uD83D\uDC69‍\uD83C\uDFA4' ,
'woman_student' : '\uD83D\uDC69‍\uD83C\uDF93' ,
'woman_teacher' : '\uD83D\uDC69‍\uD83C\uDFEB' ,
'woman_technologist' : '\uD83D\uDC69‍\uD83D\uDCBB' ,
'woman_with_turban' : '\uD83D\uDC73‍\u2640\uFE0F' ,
'womans_clothes' : '\uD83D\uDC5A' ,
'womans_hat' : '\uD83D\uDC52' ,
'women_wrestling' : '\uD83E\uDD3C‍\u2640\uFE0F' ,
'womens' : '\uD83D\uDEBA' ,
'world_map' : '\uD83D\uDDFA' ,
'worried' : '\uD83D\uDE1F' ,
'wrench' : '\uD83D\uDD27' ,
'writing_hand' : '\u270D\uFE0F' ,
'x' : '\u274C' ,
'yellow_heart' : '\uD83D\uDC9B' ,
'yen' : '\uD83D\uDCB4' ,
'yin_yang' : '\u262F\uFE0F' ,
'yum' : '\uD83D\uDE0B' ,
'zap' : '\u26A1\uFE0F' ,
'zipper_mouth_face' : '\uD83E\uDD10' ,
'zzz' : '\uD83D\uDCA4' ,
/* special emojis :P */
'octocat' : '<img alt=":octocat:" height="20" width="20" align="absmiddle" src="https://assets-cdn.github.com/images/icons/emoji/octocat.png">' ,
'showdown' : '<span style="font-family: \'Anonymous Pro\', monospace; text-decoration: underline; text-decoration-style: dashed; text-decoration-color: #3e8b8a;text-underline-position: under;">S</span>'
} ;
/ * *
* Created by Estevao on 31 - 05 - 2015.
* /
/ * *
* Showdown Converter class
* @ class
* @ param { object } [ converterOptions ]
* @ returns { Converter }
* /
showdown . Converter = function ( converterOptions ) {
'use strict' ;
var
/ * *
* Options used by this converter
* @ private
* @ type { { } }
* /
options = { } ,
/ * *
* Language extensions used by this converter
* @ private
* @ type { Array }
* /
langExtensions = [ ] ,
/ * *
* Output modifiers extensions used by this converter
* @ private
* @ type { Array }
* /
outputModifiers = [ ] ,
/ * *
* Event listeners
* @ private
* @ type { { } }
* /
listeners = { } ,
/ * *
* The flavor set in this converter
* /
setConvFlavor = setFlavor ,
/ * *
* Metadata of the document
* @ type { { parsed : { } , raw : string , format : string } }
* /
metadata = {
parsed : { } ,
raw : '' ,
format : ''
} ;
_constructor ( ) ;
/ * *
* Converter constructor
* @ private
* /
function _constructor ( ) {
converterOptions = converterOptions || { } ;
for ( var gOpt in globalOptions ) {
if ( globalOptions . hasOwnProperty ( gOpt ) ) {
options [ gOpt ] = globalOptions [ gOpt ] ;
}
}
// Merge options
if ( typeof converterOptions === 'object' ) {
for ( var opt in converterOptions ) {
if ( converterOptions . hasOwnProperty ( opt ) ) {
options [ opt ] = converterOptions [ opt ] ;
}
}
} else {
throw Error ( 'Converter expects the passed parameter to be an object, but ' + typeof converterOptions + ' was passed instead.' ) ;
}
if ( options . extensions ) {
showdown . helper . forEach ( options . extensions , _parseExtension ) ;
}
}
/ * *
* Parse extension
* @ param { * } ext
* @ param { string } [ name = '' ]
* @ private
* /
function _parseExtension ( ext , name ) {
name = name || null ;
// If it's a string, the extension was previously loaded
if ( showdown . helper . isString ( ext ) ) {
ext = showdown . helper . stdExtName ( ext ) ;
name = ext ;
// LEGACY_SUPPORT CODE
if ( showdown . extensions [ ext ] ) {
console . warn ( 'DEPRECATION WARNING: ' + ext + ' is an old extension that uses a deprecated loading method.' + 'Please inform the developer that the extension should be updated!' ) ;
legacyExtensionLoading ( showdown . extensions [ ext ] , ext ) ;
return ;
// END LEGACY SUPPORT CODE
} else if ( ! showdown . helper . isUndefined ( extensions [ ext ] ) ) {
ext = extensions [ ext ] ;
} else {
throw Error ( 'Extension "' + ext + '" could not be loaded. It was either not found or is not a valid extension.' ) ;
}
}
if ( typeof ext === 'function' ) {
ext = ext ( ) ;
}
if ( ! showdown . helper . isArray ( ext ) ) {
ext = [ ext ] ;
}
var validExt = validate ( ext , name ) ;
if ( ! validExt . valid ) {
throw Error ( validExt . error ) ;
}
for ( var i = 0 ; i < ext . length ; ++ i ) {
switch ( ext [ i ] . type ) {
case 'lang' :
langExtensions . push ( ext [ i ] ) ;
break ;
case 'output' :
outputModifiers . push ( ext [ i ] ) ;
break ;
}
if ( ext [ i ] . hasOwnProperty ( 'listeners' ) ) {
for ( var ln in ext [ i ] . listeners ) {
if ( ext [ i ] . listeners . hasOwnProperty ( ln ) ) {
listen ( ln , ext [ i ] . listeners [ ln ] ) ;
}
}
}
}
}
/ * *
* LEGACY _SUPPORT
* @ param { * } ext
* @ param { string } name
* /
function legacyExtensionLoading ( ext , name ) {
if ( typeof ext === 'function' ) {
ext = ext ( new showdown . Converter ( ) ) ;
}
if ( ! showdown . helper . isArray ( ext ) ) {
ext = [ ext ] ;
}
var valid = validate ( ext , name ) ;
if ( ! valid . valid ) {
throw Error ( valid . error ) ;
}
for ( var i = 0 ; i < ext . length ; ++ i ) {
switch ( ext [ i ] . type ) {
case 'lang' :
langExtensions . push ( ext [ i ] ) ;
break ;
case 'output' :
outputModifiers . push ( ext [ i ] ) ;
break ;
default :
// should never reach here
throw Error ( 'Extension loader error: Type unrecognized!!!' ) ;
}
}
}
/ * *
* Listen to an event
* @ param { string } name
* @ param { function } callback
* /
function listen ( name , callback ) {
if ( ! showdown . helper . isString ( name ) ) {
throw Error ( 'Invalid argument in converter.listen() method: name must be a string, but ' + typeof name + ' given' ) ;
}
if ( typeof callback !== 'function' ) {
throw Error ( 'Invalid argument in converter.listen() method: callback must be a function, but ' + typeof callback + ' given' ) ;
}
if ( ! listeners . hasOwnProperty ( name ) ) {
listeners [ name ] = [ ] ;
}
listeners [ name ] . push ( callback ) ;
}
function rTrimInputText ( text ) {
var rsp = text . match ( /^\s*/ ) [ 0 ] . length ,
rgx = new RegExp ( '^\\s{0,' + rsp + '}' , 'gm' ) ;
return text . replace ( rgx , '' ) ;
}
/ * *
* Dispatch an event
* @ private
* @ param { string } evtName Event name
* @ param { string } text Text
* @ param { { } } options Converter Options
* @ param { { } } globals
* @ returns { string }
* /
this . _dispatch = function dispatch ( evtName , text , options , globals ) {
if ( listeners . hasOwnProperty ( evtName ) ) {
for ( var ei = 0 ; ei < listeners [ evtName ] . length ; ++ ei ) {
var nText = listeners [ evtName ] [ ei ] ( evtName , text , this , options , globals ) ;
if ( nText && typeof nText !== 'undefined' ) {
text = nText ;
}
}
}
return text ;
} ;
/ * *
* Listen to an event
* @ param { string } name
* @ param { function } callback
* @ returns { showdown . Converter }
* /
this . listen = function ( name , callback ) {
listen ( name , callback ) ;
return this ;
} ;
/ * *
* Converts a markdown string into HTML
* @ param { string } text
* @ returns { * }
* /
this . makeHtml = function ( text ) {
//check if text is not falsy
if ( ! text ) {
return text ;
}
var globals = {
gHtmlBlocks : [ ] ,
gHtmlMdBlocks : [ ] ,
gHtmlSpans : [ ] ,
gUrls : { } ,
gTitles : { } ,
gDimensions : { } ,
gListLevel : 0 ,
hashLinkCounts : { } ,
langExtensions : langExtensions ,
outputModifiers : outputModifiers ,
converter : this ,
ghCodeBlocks : [ ] ,
metadata : {
parsed : { } ,
raw : '' ,
format : ''
}
} ;
// This lets us use ¨ trema as an escape char to avoid md5 hashes
// The choice of character is arbitrary; anything that isn't
// magic in Markdown will work.
text = text . replace ( /¨/g , '¨T' ) ;
// Replace $ with ¨D
// RegExp interprets $ as a special character
// when it's in a replacement string
text = text . replace ( /\$/g , '¨D' ) ;
// Standardize line endings
text = text . replace ( /\r\n/g , '\n' ) ; // DOS to Unix
text = text . replace ( /\r/g , '\n' ) ; // Mac to Unix
// Stardardize line spaces
text = text . replace ( /\u00A0/g , ' ' ) ;
if ( options . smartIndentationFix ) {
text = rTrimInputText ( text ) ;
}
// Make sure text begins and ends with a couple of newlines:
text = '\n\n' + text + '\n\n' ;
// detab
text = showdown . subParser ( 'detab' ) ( text , options , globals ) ;
/ * *
* Strip any lines consisting only of spaces and tabs .
* This makes subsequent regexs easier to write , because we can
* match consecutive blank lines with /\n+/ instead of something
* contorted like / [ \ t ] * \ n + /
* /
text = text . replace ( /^[ \t]+$/mg , '' ) ;
//run languageExtensions
showdown . helper . forEach ( langExtensions , function ( ext ) {
text = showdown . subParser ( 'runExtension' ) ( ext , text , options , globals ) ;
} ) ;
// run the sub parsers
text = showdown . subParser ( 'metadata' ) ( text , options , globals ) ;
text = showdown . subParser ( 'hashPreCodeTags' ) ( text , options , globals ) ;
text = showdown . subParser ( 'githubCodeBlocks' ) ( text , options , globals ) ;
text = showdown . subParser ( 'hashHTMLBlocks' ) ( text , options , globals ) ;
text = showdown . subParser ( 'hashCodeTags' ) ( text , options , globals ) ;
text = showdown . subParser ( 'stripLinkDefinitions' ) ( text , options , globals ) ;
text = showdown . subParser ( 'blockGamut' ) ( text , options , globals ) ;
text = showdown . subParser ( 'unhashHTMLSpans' ) ( text , options , globals ) ;
text = showdown . subParser ( 'unescapeSpecialChars' ) ( text , options , globals ) ;
// attacklab: Restore dollar signs
text = text . replace ( /¨D/g , '$$' ) ;
// attacklab: Restore tremas
text = text . replace ( /¨T/g , '¨' ) ;
// render a complete html document instead of a partial if the option is enabled
text = showdown . subParser ( 'completeHTMLDocument' ) ( text , options , globals ) ;
// Run output modifiers
showdown . helper . forEach ( outputModifiers , function ( ext ) {
text = showdown . subParser ( 'runExtension' ) ( ext , text , options , globals ) ;
} ) ;
// update metadata
metadata = globals . metadata ;
return text ;
} ;
/ * *
* Converts an HTML string into a markdown string
* @ param src
* @ param [ HTMLParser ] A WHATWG DOM and HTML parser , such as JSDOM . If none is supplied , window . document will be used .
* @ returns { string }
* /
this . makeMarkdown = this . makeMd = function ( src , HTMLParser ) {
// replace \r\n with \n
src = src . replace ( /\r\n/g , '\n' ) ;
src = src . replace ( /\r/g , '\n' ) ; // old macs
// due to an edge case, we need to find this: > <
// to prevent removing of non silent white spaces
// ex: <em>this is</em> <strong>sparta</strong>
src = src . replace ( />[ \t]+</ , '>¨NBSP;<' ) ;
if ( ! HTMLParser ) {
if ( window && window . document ) {
HTMLParser = window . document ;
} else {
throw new Error ( 'HTMLParser is undefined. If in a webworker or nodejs environment, you need to provide a WHATWG DOM and HTML such as JSDOM' ) ;
}
}
var doc = HTMLParser . createElement ( 'div' ) ;
doc . innerHTML = src ;
var globals = {
preList : substitutePreCodeTags ( doc )
} ;
// remove all newlines and collapse spaces
clean ( doc ) ;
// some stuff, like accidental reference links must now be escaped
// TODO
// doc.innerHTML = doc.innerHTML.replace(/\[[\S\t ]]/);
var nodes = doc . childNodes ,
mdDoc = '' ;
for ( var i = 0 ; i < nodes . length ; i ++ ) {
mdDoc += showdown . subParser ( 'makeMarkdown.node' ) ( nodes [ i ] , globals ) ;
}
function clean ( node ) {
for ( var n = 0 ; n < node . childNodes . length ; ++ n ) {
var child = node . childNodes [ n ] ;
if ( child . nodeType === 3 ) {
if ( ! /\S/ . test ( child . nodeValue ) ) {
node . removeChild ( child ) ;
-- n ;
} else {
child . nodeValue = child . nodeValue . split ( '\n' ) . join ( ' ' ) ;
child . nodeValue = child . nodeValue . replace ( /(\s)+/g , '$1' ) ;
}
} else if ( child . nodeType === 1 ) {
clean ( child ) ;
}
}
}
// find all pre tags and replace contents with placeholder
// we need this so that we can remove all indentation from html
// to ease up parsing
function substitutePreCodeTags ( doc ) {
var pres = doc . querySelectorAll ( 'pre' ) ,
presPH = [ ] ;
for ( var i = 0 ; i < pres . length ; ++ i ) {
if ( pres [ i ] . childElementCount === 1 && pres [ i ] . firstChild . tagName . toLowerCase ( ) === 'code' ) {
var content = pres [ i ] . firstChild . innerHTML . trim ( ) ,
language = pres [ i ] . firstChild . getAttribute ( 'data-language' ) || '' ;
// if data-language attribute is not defined, then we look for class language-*
if ( language === '' ) {
var classes = pres [ i ] . firstChild . className . split ( ' ' ) ;
for ( var c = 0 ; c < classes . length ; ++ c ) {
var matches = classes [ c ] . match ( /^language-(.+)$/ ) ;
if ( matches !== null ) {
language = matches [ 1 ] ;
break ;
}
}
}
// unescape html entities in content
content = showdown . helper . unescapeHTMLEntities ( content ) ;
presPH . push ( content ) ;
pres [ i ] . outerHTML = '<precode language="' + language + '" precodenum="' + i . toString ( ) + '"></precode>' ;
} else {
presPH . push ( pres [ i ] . innerHTML ) ;
pres [ i ] . innerHTML = '' ;
pres [ i ] . setAttribute ( 'prenum' , i . toString ( ) ) ;
}
}
return presPH ;
}
return mdDoc ;
} ;
/ * *
* Set an option of this Converter instance
* @ param { string } key
* @ param { * } value
* /
this . setOption = function ( key , value ) {
options [ key ] = value ;
} ;
/ * *
* Get the option of this Converter instance
* @ param { string } key
* @ returns { * }
* /
this . getOption = function ( key ) {
return options [ key ] ;
} ;
/ * *
* Get the options of this Converter instance
* @ returns { { } }
* /
this . getOptions = function ( ) {
return options ;
} ;
/ * *
* Add extension to THIS converter
* @ param { { } } extension
* @ param { string } [ name = null ]
* /
this . addExtension = function ( extension , name ) {
name = name || null ;
_parseExtension ( extension , name ) ;
} ;
/ * *
* Use a global registered extension with THIS converter
* @ param { string } extensionName Name of the previously registered extension
* /
this . useExtension = function ( extensionName ) {
_parseExtension ( extensionName ) ;
} ;
/ * *
* Set the flavor THIS converter should use
* @ param { string } name
* /
this . setFlavor = function ( name ) {
if ( ! flavor . hasOwnProperty ( name ) ) {
throw Error ( name + ' flavor was not found' ) ;
}
var preset = flavor [ name ] ;
setConvFlavor = name ;
for ( var option in preset ) {
if ( preset . hasOwnProperty ( option ) ) {
options [ option ] = preset [ option ] ;
}
}
} ;
/ * *
* Get the currently set flavor of this converter
* @ returns { string }
* /
this . getFlavor = function ( ) {
return setConvFlavor ;
} ;
/ * *
* Remove an extension from THIS converter .
* Note : This is a costly operation . It ' s better to initialize a new converter
* and specify the extensions you wish to use
* @ param { Array } extension
* /
this . removeExtension = function ( extension ) {
if ( ! showdown . helper . isArray ( extension ) ) {
extension = [ extension ] ;
}
for ( var a = 0 ; a < extension . length ; ++ a ) {
var ext = extension [ a ] ;
for ( var i = 0 ; i < langExtensions . length ; ++ i ) {
if ( langExtensions [ i ] === ext ) {
langExtensions [ i ] . splice ( i , 1 ) ;
}
}
for ( var ii = 0 ; ii < outputModifiers . length ; ++ i ) {
if ( outputModifiers [ ii ] === ext ) {
outputModifiers [ ii ] . splice ( i , 1 ) ;
}
}
}
} ;
/ * *
* Get all extension of THIS converter
* @ returns { { language : Array , output : Array } }
* /
this . getAllExtensions = function ( ) {
return {
language : langExtensions ,
output : outputModifiers
} ;
} ;
/ * *
* Get the metadata of the previously parsed document
* @ param raw
* @ returns { string | { } }
* /
this . getMetadata = function ( raw ) {
if ( raw ) {
return metadata . raw ;
} else {
return metadata . parsed ;
}
} ;
/ * *
* Get the metadata format of the previously parsed document
* @ returns { string }
* /
this . getMetadataFormat = function ( ) {
return metadata . format ;
} ;
/ * *
* Private : set a single key , value metadata pair
* @ param { string } key
* @ param { string } value
* /
this . _setMetadataPair = function ( key , value ) {
metadata . parsed [ key ] = value ;
} ;
/ * *
* Private : set metadata format
* @ param { string } format
* /
this . _setMetadataFormat = function ( format ) {
metadata . format = format ;
} ;
/ * *
* Private : set metadata raw text
* @ param { string } raw
* /
this . _setMetadataRaw = function ( raw ) {
metadata . raw = raw ;
} ;
} ;
/ * *
* Turn Markdown link shortcuts into XHTML < a > tags .
* /
showdown . subParser ( 'anchors' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'anchors.before' , text , options , globals ) ;
var writeAnchorTag = function writeAnchorTag ( wholeMatch , linkText , linkId , url , m5 , m6 , title ) {
if ( showdown . helper . isUndefined ( title ) ) {
title = '' ;
}
linkId = linkId . toLowerCase ( ) ;
// Special case for explicit empty url
if ( wholeMatch . search ( /\(<?\s*>? ?(['"].*['"])?\)$/m ) > - 1 ) {
url = '' ;
} else if ( ! url ) {
if ( ! linkId ) {
// lower-case and turn embedded newlines into spaces
linkId = linkText . toLowerCase ( ) . replace ( / ?\n/g , ' ' ) ;
}
url = '#' + linkId ;
if ( ! showdown . helper . isUndefined ( globals . gUrls [ linkId ] ) ) {
url = globals . gUrls [ linkId ] ;
if ( ! showdown . helper . isUndefined ( globals . gTitles [ linkId ] ) ) {
title = globals . gTitles [ linkId ] ;
}
} else {
return wholeMatch ;
}
}
//url = showdown.helper.escapeCharacters(url, '*_', false); // replaced line to improve performance
url = url . replace ( showdown . helper . regexes . asteriskDashAndColon , showdown . helper . escapeCharactersCallback ) ;
var result = '<a href="' + url + '"' ;
if ( title !== '' && title !== null ) {
title = title . replace ( /"/g , '"' ) ;
//title = showdown.helper.escapeCharacters(title, '*_', false); // replaced line to improve performance
title = title . replace ( showdown . helper . regexes . asteriskDashAndColon , showdown . helper . escapeCharactersCallback ) ;
result += ' title="' + title + '"' ;
}
// optionLinksInNewWindow only applies
// to external links. Hash links (#) open in same page
if ( options . openLinksInNewWindow && ! /^#/ . test ( url ) ) {
// escaped _
result += ' rel="noopener noreferrer" target="¨E95Eblank"' ;
}
result += '>' + linkText + '</a>' ;
return result ;
} ;
// First, handle reference-style links: [link text] [id]
text = text . replace ( /\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g , writeAnchorTag ) ;
// Next, inline-style links: [link text](url "optional title")
// cases with crazy urls like ./image/cat1).png
text = text . replace ( /\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g , writeAnchorTag ) ;
// normal cases
text = text . replace ( /\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g , writeAnchorTag ) ;
// handle reference-style shortcuts: [link text]
// These must come last in case you've also got [link test][1]
// or [link test](/foo)
text = text . replace ( /\[([^\[\]]+)]()()()()()/g , writeAnchorTag ) ;
// Lastly handle GithubMentions if option is enabled
if ( options . ghMentions ) {
text = text . replace ( /(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gmi , function ( wm , st , escape , mentions , username ) {
if ( escape === '\\' ) {
return st + mentions ;
}
//check if options.ghMentionsLink is a string
if ( ! showdown . helper . isString ( options . ghMentionsLink ) ) {
throw new Error ( 'ghMentionsLink option must be a string' ) ;
}
var lnk = options . ghMentionsLink . replace ( /\{u}/g , username ) ,
target = '' ;
if ( options . openLinksInNewWindow ) {
target = ' rel="noopener noreferrer" target="¨E95Eblank"' ;
}
return st + '<a href="' + lnk + '"' + target + '>' + mentions + '</a>' ;
} ) ;
}
text = globals . converter . _dispatch ( 'anchors.after' , text , options , globals ) ;
return text ;
} ) ;
// url allowed chars [a-z\d_.~:/?#[]@!$&'()*+,;=-]
var simpleURLRegex = /([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi ,
simpleURLRegex2 = /([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi ,
delimUrlRegex = /()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi ,
simpleMailRegex = /(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gmi ,
delimMailRegex = /<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi ,
replaceLink = function replaceLink ( options ) {
'use strict' ;
return function ( wm , leadingMagicChars , link , m2 , m3 , trailingPunctuation , trailingMagicChars ) {
link = link . replace ( showdown . helper . regexes . asteriskDashAndColon , showdown . helper . escapeCharactersCallback ) ;
var lnkTxt = link ,
append = '' ,
target = '' ,
lmc = leadingMagicChars || '' ,
tmc = trailingMagicChars || '' ;
if ( /^www\./i . test ( link ) ) {
link = link . replace ( /^www\./i , 'http://www.' ) ;
}
if ( options . excludeTrailingPunctuationFromURLs && trailingPunctuation ) {
append = trailingPunctuation ;
}
if ( options . openLinksInNewWindow ) {
target = ' rel="noopener noreferrer" target="¨E95Eblank"' ;
}
return lmc + '<a href="' + link + '"' + target + '>' + lnkTxt + '</a>' + append + tmc ;
} ;
} ,
replaceMail = function replaceMail ( options , globals ) {
'use strict' ;
return function ( wholeMatch , b , mail ) {
var href = 'mailto:' ;
b = b || '' ;
mail = showdown . subParser ( 'unescapeSpecialChars' ) ( mail , options , globals ) ;
if ( options . encodeEmails ) {
href = showdown . helper . encodeEmailAddress ( href + mail ) ;
mail = showdown . helper . encodeEmailAddress ( mail ) ;
} else {
href = href + mail ;
}
return b + '<a href="' + href + '">' + mail + '</a>' ;
} ;
} ;
showdown . subParser ( 'autoLinks' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'autoLinks.before' , text , options , globals ) ;
text = text . replace ( delimUrlRegex , replaceLink ( options ) ) ;
text = text . replace ( delimMailRegex , replaceMail ( options , globals ) ) ;
text = globals . converter . _dispatch ( 'autoLinks.after' , text , options , globals ) ;
return text ;
} ) ;
showdown . subParser ( 'simplifiedAutoLinks' , function ( text , options , globals ) {
'use strict' ;
if ( ! options . simplifiedAutoLink ) {
return text ;
}
text = globals . converter . _dispatch ( 'simplifiedAutoLinks.before' , text , options , globals ) ;
if ( options . excludeTrailingPunctuationFromURLs ) {
text = text . replace ( simpleURLRegex2 , replaceLink ( options ) ) ;
} else {
text = text . replace ( simpleURLRegex , replaceLink ( options ) ) ;
}
text = text . replace ( simpleMailRegex , replaceMail ( options , globals ) ) ;
text = globals . converter . _dispatch ( 'simplifiedAutoLinks.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* These are all the transformations that form block - level
* tags like paragraphs , headers , and list items .
* /
showdown . subParser ( 'blockGamut' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'blockGamut.before' , text , options , globals ) ;
// we parse blockquotes first so that we can have headings and hrs
// inside blockquotes
text = showdown . subParser ( 'blockQuotes' ) ( text , options , globals ) ;
text = showdown . subParser ( 'headers' ) ( text , options , globals ) ;
// Do Horizontal Rules:
text = showdown . subParser ( 'horizontalRule' ) ( text , options , globals ) ;
text = showdown . subParser ( 'lists' ) ( text , options , globals ) ;
text = showdown . subParser ( 'codeBlocks' ) ( text , options , globals ) ;
text = showdown . subParser ( 'tables' ) ( text , options , globals ) ;
// We already ran _HashHTMLBlocks() before, in Markdown(), but that
// was to escape raw HTML in the original Markdown source. This time,
// we're escaping the markup we've just created, so that we don't wrap
// <p> tags around block-level tags.
text = showdown . subParser ( 'hashHTMLBlocks' ) ( text , options , globals ) ;
text = showdown . subParser ( 'paragraphs' ) ( text , options , globals ) ;
text = globals . converter . _dispatch ( 'blockGamut.after' , text , options , globals ) ;
return text ;
} ) ;
showdown . subParser ( 'blockQuotes' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'blockQuotes.before' , text , options , globals ) ;
// add a couple extra lines after the text and endtext mark
text = text + '\n\n' ;
var rgx = /(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm ;
if ( options . splitAdjacentBlockquotes ) {
rgx = /^ {0,3}>[\s\S]*?(?:\n\n)/gm ;
}
text = text . replace ( rgx , function ( bq ) {
// attacklab: hack around Konqueror 3.5.4 bug:
// "----------bug".replace(/^-/g,"") == "bug"
bq = bq . replace ( /^[ \t]*>[ \t]?/gm , '' ) ; // trim one level of quoting
// attacklab: clean up hack
bq = bq . replace ( /¨0/g , '' ) ;
bq = bq . replace ( /^[ \t]+$/gm , '' ) ; // trim whitespace-only lines
bq = showdown . subParser ( 'githubCodeBlocks' ) ( bq , options , globals ) ;
bq = showdown . subParser ( 'blockGamut' ) ( bq , options , globals ) ; // recurse
bq = bq . replace ( /(^|\n)/g , '$1 ' ) ;
// These leading spaces screw with <pre> content, so we need to fix that:
bq = bq . replace ( /(\s*<pre>[^\r]+?<\/pre>)/gm , function ( wholeMatch , m1 ) {
var pre = m1 ;
// attacklab: hack around Konqueror 3.5.4 bug:
pre = pre . replace ( /^ /mg , '¨0' ) ;
pre = pre . replace ( /¨0/g , '' ) ;
return pre ;
} ) ;
return showdown . subParser ( 'hashBlock' ) ( '<blockquote>\n' + bq + '\n</blockquote>' , options , globals ) ;
} ) ;
text = globals . converter . _dispatch ( 'blockQuotes.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Process Markdown ` <pre><code> ` blocks .
* /
showdown . subParser ( 'codeBlocks' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'codeBlocks.before' , text , options , globals ) ;
// sentinel workarounds for lack of \A and \Z, safari\khtml bug
text += '¨0' ;
var pattern = /(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g ;
text = text . replace ( pattern , function ( wholeMatch , m1 , m2 ) {
var codeblock = m1 ,
nextChar = m2 ,
end = '\n' ;
codeblock = showdown . subParser ( 'outdent' ) ( codeblock , options , globals ) ;
codeblock = showdown . subParser ( 'encodeCode' ) ( codeblock , options , globals ) ;
codeblock = showdown . subParser ( 'detab' ) ( codeblock , options , globals ) ;
codeblock = codeblock . replace ( /^\n+/g , '' ) ; // trim leading newlines
codeblock = codeblock . replace ( /\n+$/g , '' ) ; // trim trailing newlines
if ( options . omitExtraWLInCodeBlocks ) {
end = '' ;
}
codeblock = '<pre><code>' + codeblock + end + '</code></pre>' ;
return showdown . subParser ( 'hashBlock' ) ( codeblock , options , globals ) + nextChar ;
} ) ;
// strip sentinel
text = text . replace ( /¨0/ , '' ) ;
text = globals . converter . _dispatch ( 'codeBlocks.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
*
* * Backtick quotes are used for < code > < / c o d e > s p a n s .
*
* * You can use multiple backticks as the delimiters if you want to
* include literal backticks in the code span . So , this input :
*
* Just type ` ` foo ` bar ` baz ` ` at the prompt .
*
* Will translate to :
*
* < p > Just type < code > foo ` bar ` baz < / c o d e > a t t h e p r o m p t . < / p >
*
* There ' s no arbitrary limit to the number of backticks you
* can use as delimters . If you need three consecutive backticks
* in your code , use four for delimiters , etc .
*
* * You can use spaces to get literal backticks at the edges :
*
* ... type ` ` ` bar ` ` ` ...
*
* Turns to :
*
* ... type < code > ` bar ` < / c o d e > . . .
* /
showdown . subParser ( 'codeSpans' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'codeSpans.before' , text , options , globals ) ;
if ( typeof text === 'undefined' ) {
text = '' ;
}
text = text . replace ( /(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm , function ( wholeMatch , m1 , m2 , m3 ) {
var c = m3 ;
c = c . replace ( /^([ \t]*)/g , '' ) ; // leading whitespace
c = c . replace ( /[ \t]*$/g , '' ) ; // trailing whitespace
c = showdown . subParser ( 'encodeCode' ) ( c , options , globals ) ;
c = m1 + '<code>' + c + '</code>' ;
c = showdown . subParser ( 'hashHTMLSpans' ) ( c , options , globals ) ;
return c ;
} ) ;
text = globals . converter . _dispatch ( 'codeSpans.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Create a full HTML document from the processed markdown
* /
showdown . subParser ( 'completeHTMLDocument' , function ( text , options , globals ) {
'use strict' ;
if ( ! options . completeHTMLDocument ) {
return text ;
}
text = globals . converter . _dispatch ( 'completeHTMLDocument.before' , text , options , globals ) ;
var doctype = 'html' ,
doctypeParsed = '<!DOCTYPE HTML>\n' ,
title = '' ,
charset = '<meta charset="utf-8">\n' ,
lang = '' ,
metadata = '' ;
if ( typeof globals . metadata . parsed . doctype !== 'undefined' ) {
doctypeParsed = '<!DOCTYPE ' + globals . metadata . parsed . doctype + '>\n' ;
doctype = globals . metadata . parsed . doctype . toString ( ) . toLowerCase ( ) ;
if ( doctype === 'html' || doctype === 'html5' ) {
charset = '<meta charset="utf-8">' ;
}
}
for ( var meta in globals . metadata . parsed ) {
if ( globals . metadata . parsed . hasOwnProperty ( meta ) ) {
switch ( meta . toLowerCase ( ) ) {
case 'doctype' :
break ;
case 'title' :
title = '<title>' + globals . metadata . parsed . title + '</title>\n' ;
break ;
case 'charset' :
if ( doctype === 'html' || doctype === 'html5' ) {
charset = '<meta charset="' + globals . metadata . parsed . charset + '">\n' ;
} else {
charset = '<meta name="charset" content="' + globals . metadata . parsed . charset + '">\n' ;
}
break ;
case 'language' :
case 'lang' :
lang = ' lang="' + globals . metadata . parsed [ meta ] + '"' ;
metadata += '<meta name="' + meta + '" content="' + globals . metadata . parsed [ meta ] + '">\n' ;
break ;
default :
metadata += '<meta name="' + meta + '" content="' + globals . metadata . parsed [ meta ] + '">\n' ;
}
}
}
text = doctypeParsed + '<html' + lang + '>\n<head>\n' + title + charset + metadata + '</head>\n<body>\n' + text . trim ( ) + '\n</body>\n</html>' ;
text = globals . converter . _dispatch ( 'completeHTMLDocument.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Convert all tabs to spaces
* /
showdown . subParser ( 'detab' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'detab.before' , text , options , globals ) ;
// expand first n-1 tabs
text = text . replace ( /\t(?=\t)/g , ' ' ) ; // g_tab_width
// replace the nth with two sentinels
text = text . replace ( /\t/g , '¨A¨B' ) ;
// use the sentinel to anchor our regex so it doesn't explode
text = text . replace ( /¨B(.+?)¨A/g , function ( wholeMatch , m1 ) {
var leadingText = m1 ,
numSpaces = 4 - leadingText . length % 4 ; // g_tab_width
// there *must* be a better way to do this:
for ( var i = 0 ; i < numSpaces ; i ++ ) {
leadingText += ' ' ;
}
return leadingText ;
} ) ;
// clean up sentinels
text = text . replace ( /¨A/g , ' ' ) ; // g_tab_width
text = text . replace ( /¨B/g , '' ) ;
text = globals . converter . _dispatch ( 'detab.after' , text , options , globals ) ;
return text ;
} ) ;
showdown . subParser ( 'ellipsis' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'ellipsis.before' , text , options , globals ) ;
text = text . replace ( /\.\.\./g , '…' ) ;
text = globals . converter . _dispatch ( 'ellipsis.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Turn emoji codes into emojis
*
* List of supported emojis : https : //github.com/showdownjs/showdown/wiki/Emojis
* /
showdown . subParser ( 'emoji' , function ( text , options , globals ) {
'use strict' ;
if ( ! options . emoji ) {
return text ;
}
text = globals . converter . _dispatch ( 'emoji.before' , text , options , globals ) ;
var emojiRgx = /:([\S]+?):/g ;
text = text . replace ( emojiRgx , function ( wm , emojiCode ) {
if ( showdown . helper . emojis . hasOwnProperty ( emojiCode ) ) {
return showdown . helper . emojis [ emojiCode ] ;
}
return wm ;
} ) ;
text = globals . converter . _dispatch ( 'emoji.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Smart processing for ampersands and angle brackets that need to be encoded .
* /
showdown . subParser ( 'encodeAmpsAndAngles' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'encodeAmpsAndAngles.before' , text , options , globals ) ;
// Ampersand-encoding based entirely on Nat Irons's Amputator MT plugin:
// http://bumppo.net/projects/amputator/
text = text . replace ( /&(?!#?[xX]?(?:[0-9a-fA-F]+|\w+);)/g , '&' ) ;
// Encode naked <'s
text = text . replace ( /<(?![a-z\/?$!])/gi , '<' ) ;
// Encode <
text = text . replace ( /</g , '<' ) ;
// Encode >
text = text . replace ( />/g , '>' ) ;
text = globals . converter . _dispatch ( 'encodeAmpsAndAngles.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Returns the string , with after processing the following backslash escape sequences .
*
* attacklab : The polite way to do this is with the new escapeCharacters ( ) function :
*
* text = escapeCharacters ( text , "\\" , true ) ;
* text = escapeCharacters ( text , "`*_{}[]()>#+-.!" , true ) ;
*
* ... but we ' re sidestepping its use of the ( slow ) RegExp constructor
* as an optimization for Firefox . This function gets called a LOT .
* /
showdown . subParser ( 'encodeBackslashEscapes' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'encodeBackslashEscapes.before' , text , options , globals ) ;
text = text . replace ( /\\(\\)/g , showdown . helper . escapeCharactersCallback ) ;
text = text . replace ( /\\([`*_{}\[\]()>#+.!~=|-])/g , showdown . helper . escapeCharactersCallback ) ;
text = globals . converter . _dispatch ( 'encodeBackslashEscapes.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Encode / escape certain characters inside Markdown code runs .
* The point is that in code , these characters are literals ,
* and lose their special Markdown meanings .
* /
showdown . subParser ( 'encodeCode' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'encodeCode.before' , text , options , globals ) ;
// Encode all ampersands; HTML entities are not
// entities within a Markdown code span.
text = text . replace ( /&/g , '&' )
// Do the angle bracket song and dance:
. replace ( /</g , '<' ) . replace ( />/g , '>' )
// Now, escape characters that are magic in Markdown:
. replace ( /([*_{}\[\]\\=~-])/g , showdown . helper . escapeCharactersCallback ) ;
text = globals . converter . _dispatch ( 'encodeCode.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Within tags -- meaning between < and > -- encode [ \ ` * _ ~ =] so they
* don ' t conflict with their use in Markdown for code , italics and strong .
* /
showdown . subParser ( 'escapeSpecialCharsWithinTagAttributes' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'escapeSpecialCharsWithinTagAttributes.before' , text , options , globals ) ;
// Build a regex to find HTML tags.
var tags = /<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi ,
comments = /<!(--(?:(?:[^>-]|-[^>])(?:[^-]|-[^-])*)--)>/gi ;
text = text . replace ( tags , function ( wholeMatch ) {
return wholeMatch . replace ( /(.)<\/?code>(?=.)/g , '$1`' ) . replace ( /([\\`*_~=|])/g , showdown . helper . escapeCharactersCallback ) ;
} ) ;
text = text . replace ( comments , function ( wholeMatch ) {
return wholeMatch . replace ( /([\\`*_~=|])/g , showdown . helper . escapeCharactersCallback ) ;
} ) ;
text = globals . converter . _dispatch ( 'escapeSpecialCharsWithinTagAttributes.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Handle github codeblocks prior to running HashHTML so that
* HTML contained within the codeblock gets escaped properly
* Example :
* ` ` ` ruby
* def hello _world ( x )
* puts "Hello, #{x}"
* end
* ` ` `
* /
showdown . subParser ( 'githubCodeBlocks' , function ( text , options , globals ) {
'use strict' ;
// early exit if option is not enabled
if ( ! options . ghCodeBlocks ) {
return text ;
}
text = globals . converter . _dispatch ( 'githubCodeBlocks.before' , text , options , globals ) ;
text += '¨0' ;
text = text . replace ( /(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g , function ( wholeMatch , delim , language , codeblock ) {
var end = options . omitExtraWLInCodeBlocks ? '' : '\n' ;
// First parse the github code block
codeblock = showdown . subParser ( 'encodeCode' ) ( codeblock , options , globals ) ;
codeblock = showdown . subParser ( 'detab' ) ( codeblock , options , globals ) ;
codeblock = codeblock . replace ( /^\n+/g , '' ) ; // trim leading newlines
codeblock = codeblock . replace ( /\n+$/g , '' ) ; // trim trailing whitespace
codeblock = '<pre><code' + ( language ? ' class="' + language + ' language-' + language + '"' : '' ) + '>' + codeblock + end + '</code></pre>' ;
codeblock = showdown . subParser ( 'hashBlock' ) ( codeblock , options , globals ) ;
// Since GHCodeblocks can be false positives, we need to
// store the primitive text and the parsed text in a global var,
// and then return a token
return '\n\n¨G' + ( globals . ghCodeBlocks . push ( { text : wholeMatch , codeblock : codeblock } ) - 1 ) + 'G\n\n' ;
} ) ;
// attacklab: strip sentinel
text = text . replace ( /¨0/ , '' ) ;
return globals . converter . _dispatch ( 'githubCodeBlocks.after' , text , options , globals ) ;
} ) ;
showdown . subParser ( 'hashBlock' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'hashBlock.before' , text , options , globals ) ;
text = text . replace ( /(^\n+|\n+$)/g , '' ) ;
text = '\n\n¨K' + ( globals . gHtmlBlocks . push ( text ) - 1 ) + 'K\n\n' ;
text = globals . converter . _dispatch ( 'hashBlock.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Hash and escape < code > elements that should not be parsed as markdown
* /
showdown . subParser ( 'hashCodeTags' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'hashCodeTags.before' , text , options , globals ) ;
var repFunc = function repFunc ( wholeMatch , match , left , right ) {
var codeblock = left + showdown . subParser ( 'encodeCode' ) ( match , options , globals ) + right ;
return '¨C' + ( globals . gHtmlSpans . push ( codeblock ) - 1 ) + 'C' ;
} ;
// Hash naked <code>
text = showdown . helper . replaceRecursiveRegExp ( text , repFunc , '<code\\b[^>]*>' , '</code>' , 'gim' ) ;
text = globals . converter . _dispatch ( 'hashCodeTags.after' , text , options , globals ) ;
return text ;
} ) ;
showdown . subParser ( 'hashElement' , function ( text , options , globals ) {
'use strict' ;
return function ( wholeMatch , m1 ) {
var blockText = m1 ;
// Undo double lines
blockText = blockText . replace ( /\n\n/g , '\n' ) ;
blockText = blockText . replace ( /^\n/ , '' ) ;
// strip trailing blank lines
blockText = blockText . replace ( /\n+$/g , '' ) ;
// Replace the element text with a marker ("¨KxK" where x is its key)
blockText = '\n\n¨K' + ( globals . gHtmlBlocks . push ( blockText ) - 1 ) + 'K\n\n' ;
return blockText ;
} ;
} ) ;
showdown . subParser ( 'hashHTMLBlocks' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'hashHTMLBlocks.before' , text , options , globals ) ;
var blockTags = [ 'pre' , 'div' , 'h1' , 'h2' , 'h3' , 'h4' , 'h5' , 'h6' , 'blockquote' , 'table' , 'dl' , 'ol' , 'ul' , 'script' , 'noscript' , 'form' , 'fieldset' , 'iframe' , 'math' , 'style' , 'section' , 'header' , 'footer' , 'nav' , 'article' , 'aside' , 'address' , 'audio' , 'canvas' , 'figure' , 'hgroup' , 'output' , 'video' , 'p' ] ,
repFunc = function repFunc ( wholeMatch , match , left , right ) {
var txt = wholeMatch ;
// check if this html element is marked as markdown
// if so, it's contents should be parsed as markdown
if ( left . search ( /\bmarkdown\b/ ) !== - 1 ) {
txt = left + globals . converter . makeHtml ( match ) + right ;
}
return '\n\n¨K' + ( globals . gHtmlBlocks . push ( txt ) - 1 ) + 'K\n\n' ;
} ;
if ( options . backslashEscapesHTMLTags ) {
// encode backslash escaped HTML tags
text = text . replace ( /\\<(\/?[^>]+?)>/g , function ( wm , inside ) {
return '<' + inside + '>' ;
} ) ;
}
// hash HTML Blocks
for ( var i = 0 ; i < blockTags . length ; ++ i ) {
var opTagPos ,
rgx1 = new RegExp ( '^ {0,3}(<' + blockTags [ i ] + '\\b[^>]*>)' , 'im' ) ,
patLeft = '<' + blockTags [ i ] + '\\b[^>]*>' ,
patRight = '</' + blockTags [ i ] + '>' ;
// 1. Look for the first position of the first opening HTML tag in the text
while ( ( opTagPos = showdown . helper . regexIndexOf ( text , rgx1 ) ) !== - 1 ) {
// if the HTML tag is \ escaped, we need to escape it and break
//2. Split the text in that position
var subTexts = showdown . helper . splitAtIndex ( text , opTagPos ) ,
//3. Match recursively
newSubText1 = showdown . helper . replaceRecursiveRegExp ( subTexts [ 1 ] , repFunc , patLeft , patRight , 'im' ) ;
// prevent an infinite loop
if ( newSubText1 === subTexts [ 1 ] ) {
break ;
}
text = subTexts [ 0 ] . concat ( newSubText1 ) ;
}
}
// HR SPECIAL CASE
text = text . replace ( /(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g , showdown . subParser ( 'hashElement' ) ( text , options , globals ) ) ;
// Special case for standalone HTML comments
text = showdown . helper . replaceRecursiveRegExp ( text , function ( txt ) {
return '\n\n¨K' + ( globals . gHtmlBlocks . push ( txt ) - 1 ) + 'K\n\n' ;
} , '^ {0,3}<!--' , '-->' , 'gm' ) ;
// PHP and ASP-style processor instructions (<?...?> and <%...%>)
text = text . replace ( /(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g , showdown . subParser ( 'hashElement' ) ( text , options , globals ) ) ;
text = globals . converter . _dispatch ( 'hashHTMLBlocks.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Hash span elements that should not be parsed as markdown
* /
showdown . subParser ( 'hashHTMLSpans' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'hashHTMLSpans.before' , text , options , globals ) ;
function hashHTMLSpan ( html ) {
return '¨C' + ( globals . gHtmlSpans . push ( html ) - 1 ) + 'C' ;
}
// Hash Self Closing tags
text = text . replace ( /<[^>]+?\/>/gi , function ( wm ) {
return hashHTMLSpan ( wm ) ;
} ) ;
// Hash tags without properties
text = text . replace ( /<([^>]+?)>[\s\S]*?<\/\1>/g , function ( wm ) {
return hashHTMLSpan ( wm ) ;
} ) ;
// Hash tags with properties
text = text . replace ( /<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g , function ( wm ) {
return hashHTMLSpan ( wm ) ;
} ) ;
// Hash self closing tags without />
text = text . replace ( /<[^>]+?>/gi , function ( wm ) {
return hashHTMLSpan ( wm ) ;
} ) ;
/*showdown.helper.matchRecursiveRegExp(text, '<code\\b[^>]*>', '</code>', 'gi');*/
text = globals . converter . _dispatch ( 'hashHTMLSpans.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Unhash HTML spans
* /
showdown . subParser ( 'unhashHTMLSpans' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'unhashHTMLSpans.before' , text , options , globals ) ;
for ( var i = 0 ; i < globals . gHtmlSpans . length ; ++ i ) {
var repText = globals . gHtmlSpans [ i ] ,
// limiter to prevent infinite loop (assume 10 as limit for recurse)
limit = 0 ;
while ( /¨C(\d+)C/ . test ( repText ) ) {
var num = RegExp . $1 ;
repText = repText . replace ( '¨C' + num + 'C' , globals . gHtmlSpans [ num ] ) ;
if ( limit === 10 ) {
console . error ( 'maximum nesting of 10 spans reached!!!' ) ;
break ;
}
++ limit ;
}
text = text . replace ( '¨C' + i + 'C' , repText ) ;
}
text = globals . converter . _dispatch ( 'unhashHTMLSpans.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Hash and escape < pre > < code > elements that should not be parsed as markdown
* /
showdown . subParser ( 'hashPreCodeTags' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'hashPreCodeTags.before' , text , options , globals ) ;
var repFunc = function repFunc ( wholeMatch , match , left , right ) {
// encode html entities
var codeblock = left + showdown . subParser ( 'encodeCode' ) ( match , options , globals ) + right ;
return '\n\n¨G' + ( globals . ghCodeBlocks . push ( { text : wholeMatch , codeblock : codeblock } ) - 1 ) + 'G\n\n' ;
} ;
// Hash <pre><code>
text = showdown . helper . replaceRecursiveRegExp ( text , repFunc , '^ {0,3}<pre\\b[^>]*>\\s*<code\\b[^>]*>' , '^ {0,3}</code>\\s*</pre>' , 'gim' ) ;
text = globals . converter . _dispatch ( 'hashPreCodeTags.after' , text , options , globals ) ;
return text ;
} ) ;
showdown . subParser ( 'headers' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'headers.before' , text , options , globals ) ;
var headerLevelStart = isNaN ( parseInt ( options . headerLevelStart ) ) ? 1 : parseInt ( options . headerLevelStart ) ,
// Set text-style headers:
// Header 1
// ========
//
// Header 2
// --------
//
setextRegexH1 = options . smoothLivePreview ? /^(.+)[ \t]*\n={2,}[ \t]*\n+/gm : /^(.+)[ \t]*\n=+[ \t]*\n+/gm ,
setextRegexH2 = options . smoothLivePreview ? /^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm : /^(.+)[ \t]*\n-+[ \t]*\n+/gm ;
text = text . replace ( setextRegexH1 , function ( wholeMatch , m1 ) {
var spanGamut = showdown . subParser ( 'spanGamut' ) ( m1 , options , globals ) ,
hID = options . noHeaderId ? '' : ' id="' + headerId ( m1 ) + '"' ,
hLevel = headerLevelStart ,
hashBlock = '<h' + hLevel + hID + '>' + spanGamut + '</h' + hLevel + '>' ;
return showdown . subParser ( 'hashBlock' ) ( hashBlock , options , globals ) ;
} ) ;
text = text . replace ( setextRegexH2 , function ( matchFound , m1 ) {
var spanGamut = showdown . subParser ( 'spanGamut' ) ( m1 , options , globals ) ,
hID = options . noHeaderId ? '' : ' id="' + headerId ( m1 ) + '"' ,
hLevel = headerLevelStart + 1 ,
hashBlock = '<h' + hLevel + hID + '>' + spanGamut + '</h' + hLevel + '>' ;
return showdown . subParser ( 'hashBlock' ) ( hashBlock , options , globals ) ;
} ) ;
// atx-style headers:
// # Header 1
// ## Header 2
// ## Header 2 with closing hashes ##
// ...
// ###### Header 6
//
var atxStyle = options . requireSpaceBeforeHeadingText ? /^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm : /^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm ;
text = text . replace ( atxStyle , function ( wholeMatch , m1 , m2 ) {
var hText = m2 ;
if ( options . customizedHeaderId ) {
hText = m2 . replace ( /\s?\{([^{]+?)}\s*$/ , '' ) ;
}
var span = showdown . subParser ( 'spanGamut' ) ( hText , options , globals ) ,
hID = options . noHeaderId ? '' : ' id="' + headerId ( m2 ) + '"' ,
hLevel = headerLevelStart - 1 + m1 . length ,
header = '<h' + hLevel + hID + '>' + span + '</h' + hLevel + '>' ;
return showdown . subParser ( 'hashBlock' ) ( header , options , globals ) ;
} ) ;
function headerId ( m ) {
var title , prefix ;
// It is separate from other options to allow combining prefix and customized
if ( options . customizedHeaderId ) {
var match = m . match ( /\{([^{]+?)}\s*$/ ) ;
if ( match && match [ 1 ] ) {
m = match [ 1 ] ;
}
}
title = m ;
// Prefix id to prevent causing inadvertent pre-existing style matches.
if ( showdown . helper . isString ( options . prefixHeaderId ) ) {
prefix = options . prefixHeaderId ;
} else if ( options . prefixHeaderId === true ) {
prefix = 'section-' ;
} else {
prefix = '' ;
}
if ( ! options . rawPrefixHeaderId ) {
title = prefix + title ;
}
if ( options . ghCompatibleHeaderId ) {
title = title . replace ( / /g , '-' )
// replace previously escaped chars (&, ¨ and $)
. replace ( /&/g , '' ) . replace ( /¨T/g , '' ) . replace ( /¨D/g , '' )
// replace rest of the chars (&~$ are repeated as they might have been escaped)
// borrowed from github's redcarpet (some they should produce similar results)
. replace ( /[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g , '' ) . toLowerCase ( ) ;
} else if ( options . rawHeaderId ) {
title = title . replace ( / /g , '-' )
// replace previously escaped chars (&, ¨ and $)
. replace ( /&/g , '&' ) . replace ( /¨T/g , '¨' ) . replace ( /¨D/g , '$' )
// replace " and '
. replace ( /["']/g , '-' ) . toLowerCase ( ) ;
} else {
title = title . replace ( /[^\w]/g , '' ) . toLowerCase ( ) ;
}
if ( options . rawPrefixHeaderId ) {
title = prefix + title ;
}
if ( globals . hashLinkCounts [ title ] ) {
title = title + '-' + globals . hashLinkCounts [ title ] ++ ;
} else {
globals . hashLinkCounts [ title ] = 1 ;
}
return title ;
}
text = globals . converter . _dispatch ( 'headers.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Turn Markdown link shortcuts into XHTML < a > tags .
* /
showdown . subParser ( 'horizontalRule' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'horizontalRule.before' , text , options , globals ) ;
var key = showdown . subParser ( 'hashBlock' ) ( '<hr />' , options , globals ) ;
text = text . replace ( /^ {0,2}( ?-){3,}[ \t]*$/gm , key ) ;
text = text . replace ( /^ {0,2}( ?\*){3,}[ \t]*$/gm , key ) ;
text = text . replace ( /^ {0,2}( ?_){3,}[ \t]*$/gm , key ) ;
text = globals . converter . _dispatch ( 'horizontalRule.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Turn Markdown image shortcuts into < img > tags .
* /
showdown . subParser ( 'images' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'images.before' , text , options , globals ) ;
var inlineRegExp = /!\[([^\]]*?)][ \t]*()\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g ,
crazyRegExp = /!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g ,
base64RegExp = /!\[([^\]]*?)][ \t]*()\([ \t]?<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g ,
referenceRegExp = /!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g ,
refShortcutRegExp = /!\[([^\[\]]+)]()()()()()/g ;
function writeImageTagBase64 ( wholeMatch , altText , linkId , url , width , height , m5 , title ) {
url = url . replace ( /\s/g , '' ) ;
return writeImageTag ( wholeMatch , altText , linkId , url , width , height , m5 , title ) ;
}
function writeImageTag ( wholeMatch , altText , linkId , url , width , height , m5 , title ) {
var gUrls = globals . gUrls ,
gTitles = globals . gTitles ,
gDims = globals . gDimensions ;
linkId = linkId . toLowerCase ( ) ;
if ( ! title ) {
title = '' ;
}
// Special case for explicit empty url
if ( wholeMatch . search ( /\(<?\s*>? ?(['"].*['"])?\)$/m ) > - 1 ) {
url = '' ;
} else if ( url === '' || url === null ) {
if ( linkId === '' || linkId === null ) {
// lower-case and turn embedded newlines into spaces
linkId = altText . toLowerCase ( ) . replace ( / ?\n/g , ' ' ) ;
}
url = '#' + linkId ;
if ( ! showdown . helper . isUndefined ( gUrls [ linkId ] ) ) {
url = gUrls [ linkId ] ;
if ( ! showdown . helper . isUndefined ( gTitles [ linkId ] ) ) {
title = gTitles [ linkId ] ;
}
if ( ! showdown . helper . isUndefined ( gDims [ linkId ] ) ) {
width = gDims [ linkId ] . width ;
height = gDims [ linkId ] . height ;
}
} else {
return wholeMatch ;
}
}
altText = altText . replace ( /"/g , '"' )
//altText = showdown.helper.escapeCharacters(altText, '*_', false);
. replace ( showdown . helper . regexes . asteriskDashAndColon , showdown . helper . escapeCharactersCallback ) ;
//url = showdown.helper.escapeCharacters(url, '*_', false);
url = url . replace ( showdown . helper . regexes . asteriskDashAndColon , showdown . helper . escapeCharactersCallback ) ;
var result = '<img src="' + url + '" alt="' + altText + '"' ;
if ( title && showdown . helper . isString ( title ) ) {
title = title . replace ( /"/g , '"' )
//title = showdown.helper.escapeCharacters(title, '*_', false);
. replace ( showdown . helper . regexes . asteriskDashAndColon , showdown . helper . escapeCharactersCallback ) ;
result += ' title="' + title + '"' ;
}
if ( width && height ) {
width = width === '*' ? 'auto' : width ;
height = height === '*' ? 'auto' : height ;
result += ' width="' + width + '"' ;
result += ' height="' + height + '"' ;
}
result += ' />' ;
return result ;
}
// First, handle reference-style labeled images: ![alt text][id]
text = text . replace ( referenceRegExp , writeImageTag ) ;
// Next, handle inline images: ![alt text](url =<width>x<height> "optional title")
// base64 encoded images
text = text . replace ( base64RegExp , writeImageTagBase64 ) ;
// cases with crazy urls like ./image/cat1).png
text = text . replace ( crazyRegExp , writeImageTag ) ;
// normal cases
text = text . replace ( inlineRegExp , writeImageTag ) ;
// handle reference-style shortcuts: ![img text]
text = text . replace ( refShortcutRegExp , writeImageTag ) ;
text = globals . converter . _dispatch ( 'images.after' , text , options , globals ) ;
return text ;
} ) ;
showdown . subParser ( 'italicsAndBold' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'italicsAndBold.before' , text , options , globals ) ;
// it's faster to have 3 separate regexes for each case than have just one
// because of backtracing, in some cases, it could lead to an exponential effect
// called "catastrophic backtrace". Ominous!
function parseInside ( txt , left , right ) {
/ *
if ( options . simplifiedAutoLink ) {
txt = showdown . subParser ( 'simplifiedAutoLinks' ) ( txt , options , globals ) ;
}
* /
return left + txt + right ;
}
// Parse underscores
if ( options . literalMidWordUnderscores ) {
text = text . replace ( /\b___(\S[\s\S]*?)___\b/g , function ( wm , txt ) {
return parseInside ( txt , '<strong><em>' , '</em></strong>' ) ;
} ) ;
text = text . replace ( /\b__(\S[\s\S]*?)__\b/g , function ( wm , txt ) {
return parseInside ( txt , '<strong>' , '</strong>' ) ;
} ) ;
text = text . replace ( /\b_(\S[\s\S]*?)_\b/g , function ( wm , txt ) {
return parseInside ( txt , '<em>' , '</em>' ) ;
} ) ;
} else {
text = text . replace ( /___(\S[\s\S]*?)___/g , function ( wm , m ) {
return ( /\S$/ . test ( m ) ? parseInside ( m , '<strong><em>' , '</em></strong>' ) : wm
) ;
} ) ;
text = text . replace ( /__(\S[\s\S]*?)__/g , function ( wm , m ) {
return ( /\S$/ . test ( m ) ? parseInside ( m , '<strong>' , '</strong>' ) : wm
) ;
} ) ;
text = text . replace ( /_([^\s_][\s\S]*?)_/g , function ( wm , m ) {
// !/^_[^_]/.test(m) - test if it doesn't start with __ (since it seems redundant, we removed it)
return ( /\S$/ . test ( m ) ? parseInside ( m , '<em>' , '</em>' ) : wm
) ;
} ) ;
}
// Now parse asterisks
if ( options . literalMidWordAsterisks ) {
text = text . replace ( /([^*]|^)\B\*\*\*(\S[\s\S]*?)\*\*\*\B(?!\*)/g , function ( wm , lead , txt ) {
return parseInside ( txt , lead + '<strong><em>' , '</em></strong>' ) ;
} ) ;
text = text . replace ( /([^*]|^)\B\*\*(\S[\s\S]*?)\*\*\B(?!\*)/g , function ( wm , lead , txt ) {
return parseInside ( txt , lead + '<strong>' , '</strong>' ) ;
} ) ;
text = text . replace ( /([^*]|^)\B\*(\S[\s\S]*?)\*\B(?!\*)/g , function ( wm , lead , txt ) {
return parseInside ( txt , lead + '<em>' , '</em>' ) ;
} ) ;
} else {
text = text . replace ( /\*\*\*(\S[\s\S]*?)\*\*\*/g , function ( wm , m ) {
return ( /\S$/ . test ( m ) ? parseInside ( m , '<strong><em>' , '</em></strong>' ) : wm
) ;
} ) ;
text = text . replace ( /\*\*(\S[\s\S]*?)\*\*/g , function ( wm , m ) {
return ( /\S$/ . test ( m ) ? parseInside ( m , '<strong>' , '</strong>' ) : wm
) ;
} ) ;
text = text . replace ( /\*([^\s*][\s\S]*?)\*/g , function ( wm , m ) {
// !/^\*[^*]/.test(m) - test if it doesn't start with ** (since it seems redundant, we removed it)
return ( /\S$/ . test ( m ) ? parseInside ( m , '<em>' , '</em>' ) : wm
) ;
} ) ;
}
text = globals . converter . _dispatch ( 'italicsAndBold.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Form HTML ordered ( numbered ) and unordered ( bulleted ) lists .
* /
showdown . subParser ( 'lists' , function ( text , options , globals ) {
'use strict' ;
/ * *
* Process the contents of a single ordered or unordered list , splitting it
* into individual list items .
* @ param { string } listStr
* @ param { boolean } trimTrailing
* @ returns { string }
* /
function processListItems ( listStr , trimTrailing ) {
// The $g_list_level global keeps track of when we're inside a list.
// Each time we enter a list, we increment it; when we leave a list,
// we decrement. If it's zero, we're not in a list anymore.
//
// We do this because when we're not inside a list, we want to treat
// something like this:
//
// I recommend upgrading to version
// 8. Oops, now this line is treated
// as a sub-list.
//
// As a single paragraph, despite the fact that the second line starts
// with a digit-period-space sequence.
//
// Whereas when we're inside a list (or sub-list), that line will be
// treated as the start of a sub-list. What a kludge, huh? This is
// an aspect of Markdown's syntax that's hard to parse perfectly
// without resorting to mind-reading. Perhaps the solution is to
// change the syntax rules such that sub-lists must start with a
// starting cardinal number; e.g. "1." or "a.".
globals . gListLevel ++ ;
// trim trailing blank lines:
listStr = listStr . replace ( /\n{2,}$/ , '\n' ) ;
// attacklab: add sentinel to emulate \z
listStr += '¨0' ;
var rgx = /(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm ,
isParagraphed = /\n[ \t]*\n(?!¨0)/ . test ( listStr ) ;
// Since version 1.5, nesting sublists requires 4 spaces (or 1 tab) indentation,
// which is a syntax breaking change
// activating this option reverts to old behavior
if ( options . disableForced4SpacesIndentedSublists ) {
rgx = /(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm ;
}
listStr = listStr . replace ( rgx , function ( wholeMatch , m1 , m2 , m3 , m4 , taskbtn , checked ) {
checked = checked && checked . trim ( ) !== '' ;
var item = showdown . subParser ( 'outdent' ) ( m4 , options , globals ) ,
bulletStyle = '' ;
// Support for github tasklists
if ( taskbtn && options . tasklists ) {
bulletStyle = ' class="task-list-item" style="list-style-type: none;"' ;
item = item . replace ( /^[ \t]*\[(x|X| )?]/m , function ( ) {
var otp = '<input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"' ;
if ( checked ) {
otp += ' checked' ;
}
otp += '>' ;
return otp ;
} ) ;
}
// ISSUE #312
// This input: - - - a
// causes trouble to the parser, since it interprets it as:
// <ul><li><li><li>a</li></li></li></ul>
// instead of:
// <ul><li>- - a</li></ul>
// So, to prevent it, we will put a marker (¨A)in the beginning of the line
// Kind of hackish/monkey patching, but seems more effective than overcomplicating the list parser
item = item . replace ( /^([-*+]|\d\.)[ \t]+[\S\n ]*/g , function ( wm2 ) {
return '¨A' + wm2 ;
} ) ;
// m1 - Leading line or
// Has a double return (multi paragraph) or
// Has sublist
if ( m1 || item . search ( /\n{2,}/ ) > - 1 ) {
item = showdown . subParser ( 'githubCodeBlocks' ) ( item , options , globals ) ;
item = showdown . subParser ( 'blockGamut' ) ( item , options , globals ) ;
} else {
// Recursion for sub-lists:
item = showdown . subParser ( 'lists' ) ( item , options , globals ) ;
item = item . replace ( /\n$/ , '' ) ; // chomp(item)
item = showdown . subParser ( 'hashHTMLBlocks' ) ( item , options , globals ) ;
// Colapse double linebreaks
item = item . replace ( /\n\n+/g , '\n\n' ) ;
if ( isParagraphed ) {
item = showdown . subParser ( 'paragraphs' ) ( item , options , globals ) ;
} else {
item = showdown . subParser ( 'spanGamut' ) ( item , options , globals ) ;
}
}
// now we need to remove the marker (¨A)
item = item . replace ( '¨A' , '' ) ;
// we can finally wrap the line in list item tags
item = '<li' + bulletStyle + '>' + item + '</li>\n' ;
return item ;
} ) ;
// attacklab: strip sentinel
listStr = listStr . replace ( /¨0/g , '' ) ;
globals . gListLevel -- ;
if ( trimTrailing ) {
listStr = listStr . replace ( /\s+$/ , '' ) ;
}
return listStr ;
}
function styleStartNumber ( list , listType ) {
// check if ol and starts by a number different than 1
if ( listType === 'ol' ) {
var res = list . match ( /^ *(\d+)\./ ) ;
if ( res && res [ 1 ] !== '1' ) {
return ' start="' + res [ 1 ] + '"' ;
}
}
return '' ;
}
/ * *
* Check and parse consecutive lists ( better fix for issue # 142 )
* @ param { string } list
* @ param { string } listType
* @ param { boolean } trimTrailing
* @ returns { string }
* /
function parseConsecutiveLists ( list , listType , trimTrailing ) {
// check if we caught 2 or more consecutive lists by mistake
// we use the counterRgx, meaning if listType is UL we look for OL and vice versa
var olRgx = options . disableForced4SpacesIndentedSublists ? /^ ?\d+\.[ \t]/gm : /^ {0,3}\d+\.[ \t]/gm ,
ulRgx = options . disableForced4SpacesIndentedSublists ? /^ ?[*+-][ \t]/gm : /^ {0,3}[*+-][ \t]/gm ,
counterRxg = listType === 'ul' ? olRgx : ulRgx ,
result = '' ;
if ( list . search ( counterRxg ) !== - 1 ) {
( function parseCL ( txt ) {
var pos = txt . search ( counterRxg ) ,
style = styleStartNumber ( list , listType ) ;
if ( pos !== - 1 ) {
// slice
result += '\n\n<' + listType + style + '>\n' + processListItems ( txt . slice ( 0 , pos ) , ! ! trimTrailing ) + '</' + listType + '>\n' ;
// invert counterType and listType
listType = listType === 'ul' ? 'ol' : 'ul' ;
counterRxg = listType === 'ul' ? olRgx : ulRgx ;
//recurse
parseCL ( txt . slice ( pos ) ) ;
} else {
result += '\n\n<' + listType + style + '>\n' + processListItems ( txt , ! ! trimTrailing ) + '</' + listType + '>\n' ;
}
} ) ( list ) ;
} else {
var style = styleStartNumber ( list , listType ) ;
result = '\n\n<' + listType + style + '>\n' + processListItems ( list , ! ! trimTrailing ) + '</' + listType + '>\n' ;
}
return result ;
}
/** Start of list parsing **/
text = globals . converter . _dispatch ( 'lists.before' , text , options , globals ) ;
// add sentinel to hack around khtml/safari bug:
// http://bugs.webkit.org/show_bug.cgi?id=11231
text += '¨0' ;
if ( globals . gListLevel ) {
text = text . replace ( /^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm , function ( wholeMatch , list , m2 ) {
var listType = m2 . search ( /[*+-]/g ) > - 1 ? 'ul' : 'ol' ;
return parseConsecutiveLists ( list , listType , true ) ;
} ) ;
} else {
text = text . replace ( /(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm , function ( wholeMatch , m1 , list , m3 ) {
var listType = m3 . search ( /[*+-]/g ) > - 1 ? 'ul' : 'ol' ;
return parseConsecutiveLists ( list , listType , false ) ;
} ) ;
}
// strip sentinel
text = text . replace ( /¨0/ , '' ) ;
text = globals . converter . _dispatch ( 'lists.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Parse metadata at the top of the document
* /
showdown . subParser ( 'metadata' , function ( text , options , globals ) {
'use strict' ;
if ( ! options . metadata ) {
return text ;
}
text = globals . converter . _dispatch ( 'metadata.before' , text , options , globals ) ;
function parseMetadataContents ( content ) {
// raw is raw so it's not changed in any way
globals . metadata . raw = content ;
// escape chars forbidden in html attributes
// double quotes
content = content
// ampersand first
. replace ( /&/g , '&' )
// double quotes
. replace ( /"/g , '"' ) ;
content = content . replace ( /\n {4}/g , ' ' ) ;
content . replace ( /^([\S ]+): +([\s\S]+?)$/gm , function ( wm , key , value ) {
globals . metadata . parsed [ key ] = value ;
return '' ;
} ) ;
}
text = text . replace ( /^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/ , function ( wholematch , format , content ) {
parseMetadataContents ( content ) ;
return '¨M' ;
} ) ;
text = text . replace ( /^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/ , function ( wholematch , format , content ) {
if ( format ) {
globals . metadata . format = format ;
}
parseMetadataContents ( content ) ;
return '¨M' ;
} ) ;
text = text . replace ( /¨M/g , '' ) ;
text = globals . converter . _dispatch ( 'metadata.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Remove one level of line - leading tabs or spaces
* /
showdown . subParser ( 'outdent' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'outdent.before' , text , options , globals ) ;
// attacklab: hack around Konqueror 3.5.4 bug:
// "----------bug".replace(/^-/g,"") == "bug"
text = text . replace ( /^(\t|[ ]{1,4})/gm , '¨0' ) ; // attacklab: g_tab_width
// attacklab: clean up hack
text = text . replace ( /¨0/g , '' ) ;
text = globals . converter . _dispatch ( 'outdent.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
*
* /
showdown . subParser ( 'paragraphs' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'paragraphs.before' , text , options , globals ) ;
// Strip leading and trailing lines:
text = text . replace ( /^\n+/g , '' ) ;
text = text . replace ( /\n+$/g , '' ) ;
var grafs = text . split ( /\n{2,}/g ) ,
grafsOut = [ ] ,
end = grafs . length ; // Wrap <p> tags
for ( var i = 0 ; i < end ; i ++ ) {
var str = grafs [ i ] ;
// if this is an HTML marker, copy it
if ( str . search ( /¨(K|G)(\d+)\1/g ) >= 0 ) {
grafsOut . push ( str ) ;
// test for presence of characters to prevent empty lines being parsed
// as paragraphs (resulting in undesired extra empty paragraphs)
} else if ( str . search ( /\S/ ) >= 0 ) {
str = showdown . subParser ( 'spanGamut' ) ( str , options , globals ) ;
str = str . replace ( /^([ \t]*)/g , '<p>' ) ;
str += '</p>' ;
grafsOut . push ( str ) ;
}
}
/** Unhashify HTML blocks */
end = grafsOut . length ;
for ( i = 0 ; i < end ; i ++ ) {
var blockText = '' ,
grafsOutIt = grafsOut [ i ] ,
codeFlag = false ;
// if this is a marker for an html block...
// use RegExp.test instead of string.search because of QML bug
while ( /¨(K|G)(\d+)\1/ . test ( grafsOutIt ) ) {
var delim = RegExp . $1 ,
num = RegExp . $2 ;
if ( delim === 'K' ) {
blockText = globals . gHtmlBlocks [ num ] ;
} else {
// we need to check if ghBlock is a false positive
if ( codeFlag ) {
// use encoded version of all text
blockText = showdown . subParser ( 'encodeCode' ) ( globals . ghCodeBlocks [ num ] . text , options , globals ) ;
} else {
blockText = globals . ghCodeBlocks [ num ] . codeblock ;
}
}
blockText = blockText . replace ( /\$/g , '$$$$' ) ; // Escape any dollar signs
grafsOutIt = grafsOutIt . replace ( /(\n\n)?¨(K|G)\d+\2(\n\n)?/ , blockText ) ;
// Check if grafsOutIt is a pre->code
if ( /^<pre\b[^>]*>\s*<code\b[^>]*>/ . test ( grafsOutIt ) ) {
codeFlag = true ;
}
}
grafsOut [ i ] = grafsOutIt ;
}
text = grafsOut . join ( '\n' ) ;
// Strip leading and trailing lines:
text = text . replace ( /^\n+/g , '' ) ;
text = text . replace ( /\n+$/g , '' ) ;
return globals . converter . _dispatch ( 'paragraphs.after' , text , options , globals ) ;
} ) ;
/ * *
* Run extension
* /
showdown . subParser ( 'runExtension' , function ( ext , text , options , globals ) {
'use strict' ;
if ( ext . filter ) {
text = ext . filter ( text , globals . converter , options ) ;
} else if ( ext . regex ) {
// TODO remove this when old extension loading mechanism is deprecated
var re = ext . regex ;
if ( ! ( re instanceof RegExp ) ) {
re = new RegExp ( re , 'g' ) ;
}
text = text . replace ( re , ext . replace ) ;
}
return text ;
} ) ;
/ * *
* These are all the transformations that occur * within * block - level
* tags like paragraphs , headers , and list items .
* /
showdown . subParser ( 'spanGamut' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'spanGamut.before' , text , options , globals ) ;
text = showdown . subParser ( 'codeSpans' ) ( text , options , globals ) ;
text = showdown . subParser ( 'escapeSpecialCharsWithinTagAttributes' ) ( text , options , globals ) ;
text = showdown . subParser ( 'encodeBackslashEscapes' ) ( text , options , globals ) ;
// Process anchor and image tags. Images must come first,
// because ![foo][f] looks like an anchor.
text = showdown . subParser ( 'images' ) ( text , options , globals ) ;
text = showdown . subParser ( 'anchors' ) ( text , options , globals ) ;
// Make links out of things like `<http://example.com/>`
// Must come after anchors, because you can use < and >
// delimiters in inline links like [this](<url>).
text = showdown . subParser ( 'autoLinks' ) ( text , options , globals ) ;
text = showdown . subParser ( 'simplifiedAutoLinks' ) ( text , options , globals ) ;
text = showdown . subParser ( 'emoji' ) ( text , options , globals ) ;
text = showdown . subParser ( 'underline' ) ( text , options , globals ) ;
text = showdown . subParser ( 'italicsAndBold' ) ( text , options , globals ) ;
text = showdown . subParser ( 'strikethrough' ) ( text , options , globals ) ;
text = showdown . subParser ( 'ellipsis' ) ( text , options , globals ) ;
// we need to hash HTML tags inside spans
text = showdown . subParser ( 'hashHTMLSpans' ) ( text , options , globals ) ;
// now we encode amps and angles
text = showdown . subParser ( 'encodeAmpsAndAngles' ) ( text , options , globals ) ;
// Do hard breaks
if ( options . simpleLineBreaks ) {
// GFM style hard breaks
// only add line breaks if the text does not contain a block (special case for lists)
if ( ! /\n\n¨K/ . test ( text ) ) {
text = text . replace ( /\n+/g , '<br />\n' ) ;
}
} else {
// Vanilla hard breaks
text = text . replace ( / +\n/g , '<br />\n' ) ;
}
text = globals . converter . _dispatch ( 'spanGamut.after' , text , options , globals ) ;
return text ;
} ) ;
showdown . subParser ( 'strikethrough' , function ( text , options , globals ) {
'use strict' ;
function parseInside ( txt ) {
if ( options . simplifiedAutoLink ) {
txt = showdown . subParser ( 'simplifiedAutoLinks' ) ( txt , options , globals ) ;
}
return '<del>' + txt + '</del>' ;
}
if ( options . strikethrough ) {
text = globals . converter . _dispatch ( 'strikethrough.before' , text , options , globals ) ;
text = text . replace ( /(?:~){2}([\s\S]+?)(?:~){2}/g , function ( wm , txt ) {
return parseInside ( txt ) ;
} ) ;
text = globals . converter . _dispatch ( 'strikethrough.after' , text , options , globals ) ;
}
return text ;
} ) ;
/ * *
* Strips link definitions from text , stores the URLs and titles in
* hash references .
* Link defs are in the form : ^ [ id ] : url "optional title"
* /
showdown . subParser ( 'stripLinkDefinitions' , function ( text , options , globals ) {
'use strict' ;
var regex = /^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?([^>\s]+)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n+|(?=¨0))/gm ,
base64Regex = /^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n\n|(?=¨0)|(?=\n\[))/gm ;
// attacklab: sentinel workarounds for lack of \A and \Z, safari\khtml bug
text += '¨0' ;
var replaceFunc = function replaceFunc ( wholeMatch , linkId , url , width , height , blankLines , title ) {
linkId = linkId . toLowerCase ( ) ;
if ( url . match ( /^data:.+?\/.+?;base64,/ ) ) {
// remove newlines
globals . gUrls [ linkId ] = url . replace ( /\s/g , '' ) ;
} else {
globals . gUrls [ linkId ] = showdown . subParser ( 'encodeAmpsAndAngles' ) ( url , options , globals ) ; // Link IDs are case-insensitive
}
if ( blankLines ) {
// Oops, found blank lines, so it's not a title.
// Put back the parenthetical statement we stole.
return blankLines + title ;
} else {
if ( title ) {
globals . gTitles [ linkId ] = title . replace ( /"|'/g , '"' ) ;
}
if ( options . parseImgDimensions && width && height ) {
globals . gDimensions [ linkId ] = {
width : width ,
height : height
} ;
}
}
// Completely remove the definition from the text
return '' ;
} ;
// first we try to find base64 link references
text = text . replace ( base64Regex , replaceFunc ) ;
text = text . replace ( regex , replaceFunc ) ;
// attacklab: strip sentinel
text = text . replace ( /¨0/ , '' ) ;
return text ;
} ) ;
showdown . subParser ( 'tables' , function ( text , options , globals ) {
'use strict' ;
if ( ! options . tables ) {
return text ;
}
var tableRgx = /^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm ,
//singeColTblRgx = /^ {0,3}\|.+\|\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n(?: {0,3}\|.+\|\n)+(?:\n\n|¨0)/gm;
singeColTblRgx = /^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm ;
function parseStyles ( sLine ) {
if ( /^:[ \t]*--*$/ . test ( sLine ) ) {
return ' style="text-align:left;"' ;
} else if ( /^--*[ \t]*:[ \t]*$/ . test ( sLine ) ) {
return ' style="text-align:right;"' ;
} else if ( /^:[ \t]*--*[ \t]*:$/ . test ( sLine ) ) {
return ' style="text-align:center;"' ;
} else {
return '' ;
}
}
function parseHeaders ( header , style ) {
var id = '' ;
header = header . trim ( ) ;
// support both tablesHeaderId and tableHeaderId due to error in documentation so we don't break backwards compatibility
if ( options . tablesHeaderId || options . tableHeaderId ) {
id = ' id="' + header . replace ( / /g , '_' ) . toLowerCase ( ) + '"' ;
}
header = showdown . subParser ( 'spanGamut' ) ( header , options , globals ) ;
return '<th' + id + style + '>' + header + '</th>\n' ;
}
function parseCells ( cell , style ) {
var subText = showdown . subParser ( 'spanGamut' ) ( cell , options , globals ) ;
return '<td' + style + '>' + subText + '</td>\n' ;
}
function buildTable ( headers , cells ) {
var tb = '<table>\n<thead>\n<tr>\n' ,
tblLgn = headers . length ;
for ( var i = 0 ; i < tblLgn ; ++ i ) {
tb += headers [ i ] ;
}
tb += '</tr>\n</thead>\n<tbody>\n' ;
for ( i = 0 ; i < cells . length ; ++ i ) {
tb += '<tr>\n' ;
for ( var ii = 0 ; ii < tblLgn ; ++ ii ) {
tb += cells [ i ] [ ii ] ;
}
tb += '</tr>\n' ;
}
tb += '</tbody>\n</table>\n' ;
return tb ;
}
function parseTable ( rawTable ) {
var i ,
tableLines = rawTable . split ( '\n' ) ;
for ( i = 0 ; i < tableLines . length ; ++ i ) {
// strip wrong first and last column if wrapped tables are used
if ( /^ {0,3}\|/ . test ( tableLines [ i ] ) ) {
tableLines [ i ] = tableLines [ i ] . replace ( /^ {0,3}\|/ , '' ) ;
}
if ( /\|[ \t]*$/ . test ( tableLines [ i ] ) ) {
tableLines [ i ] = tableLines [ i ] . replace ( /\|[ \t]*$/ , '' ) ;
}
// parse code spans first, but we only support one line code spans
tableLines [ i ] = showdown . subParser ( 'codeSpans' ) ( tableLines [ i ] , options , globals ) ;
}
var rawHeaders = tableLines [ 0 ] . split ( '|' ) . map ( function ( s ) {
return s . trim ( ) ;
} ) ,
rawStyles = tableLines [ 1 ] . split ( '|' ) . map ( function ( s ) {
return s . trim ( ) ;
} ) ,
rawCells = [ ] ,
headers = [ ] ,
styles = [ ] ,
cells = [ ] ;
tableLines . shift ( ) ;
tableLines . shift ( ) ;
for ( i = 0 ; i < tableLines . length ; ++ i ) {
if ( tableLines [ i ] . trim ( ) === '' ) {
continue ;
}
rawCells . push ( tableLines [ i ] . split ( '|' ) . map ( function ( s ) {
return s . trim ( ) ;
} ) ) ;
}
if ( rawHeaders . length < rawStyles . length ) {
return rawTable ;
}
for ( i = 0 ; i < rawStyles . length ; ++ i ) {
styles . push ( parseStyles ( rawStyles [ i ] ) ) ;
}
for ( i = 0 ; i < rawHeaders . length ; ++ i ) {
if ( showdown . helper . isUndefined ( styles [ i ] ) ) {
styles [ i ] = '' ;
}
headers . push ( parseHeaders ( rawHeaders [ i ] , styles [ i ] ) ) ;
}
for ( i = 0 ; i < rawCells . length ; ++ i ) {
var row = [ ] ;
for ( var ii = 0 ; ii < headers . length ; ++ ii ) {
if ( showdown . helper . isUndefined ( rawCells [ i ] [ ii ] ) ) { }
row . push ( parseCells ( rawCells [ i ] [ ii ] , styles [ ii ] ) ) ;
}
cells . push ( row ) ;
}
return buildTable ( headers , cells ) ;
}
text = globals . converter . _dispatch ( 'tables.before' , text , options , globals ) ;
// find escaped pipe characters
text = text . replace ( /\\(\|)/g , showdown . helper . escapeCharactersCallback ) ;
// parse multi column tables
text = text . replace ( tableRgx , parseTable ) ;
// parse one column tables
text = text . replace ( singeColTblRgx , parseTable ) ;
text = globals . converter . _dispatch ( 'tables.after' , text , options , globals ) ;
return text ;
} ) ;
showdown . subParser ( 'underline' , function ( text , options , globals ) {
'use strict' ;
if ( ! options . underline ) {
return text ;
}
text = globals . converter . _dispatch ( 'underline.before' , text , options , globals ) ;
if ( options . literalMidWordUnderscores ) {
text = text . replace ( /\b___(\S[\s\S]*?)___\b/g , function ( wm , txt ) {
return '<u>' + txt + '</u>' ;
} ) ;
text = text . replace ( /\b__(\S[\s\S]*?)__\b/g , function ( wm , txt ) {
return '<u>' + txt + '</u>' ;
} ) ;
} else {
text = text . replace ( /___(\S[\s\S]*?)___/g , function ( wm , m ) {
return ( /\S$/ . test ( m ) ? '<u>' + m + '</u>' : wm
) ;
} ) ;
text = text . replace ( /__(\S[\s\S]*?)__/g , function ( wm , m ) {
return ( /\S$/ . test ( m ) ? '<u>' + m + '</u>' : wm
) ;
} ) ;
}
// escape remaining underscores to prevent them being parsed by italic and bold
text = text . replace ( /(_)/g , showdown . helper . escapeCharactersCallback ) ;
text = globals . converter . _dispatch ( 'underline.after' , text , options , globals ) ;
return text ;
} ) ;
/ * *
* Swap back in all the special characters we ' ve hidden .
* /
showdown . subParser ( 'unescapeSpecialChars' , function ( text , options , globals ) {
'use strict' ;
text = globals . converter . _dispatch ( 'unescapeSpecialChars.before' , text , options , globals ) ;
text = text . replace ( /¨E(\d+)E/g , function ( wholeMatch , m1 ) {
var charCodeToReplace = parseInt ( m1 ) ;
return String . fromCharCode ( charCodeToReplace ) ;
} ) ;
text = globals . converter . _dispatch ( 'unescapeSpecialChars.after' , text , options , globals ) ;
return text ;
} ) ;
showdown . subParser ( 'makeMarkdown.blockquote' , function ( node , globals ) {
'use strict' ;
var txt = '' ;
if ( node . hasChildNodes ( ) ) {
var children = node . childNodes ,
childrenLength = children . length ;
for ( var i = 0 ; i < childrenLength ; ++ i ) {
var innerTxt = showdown . subParser ( 'makeMarkdown.node' ) ( children [ i ] , globals ) ;
if ( innerTxt === '' ) {
continue ;
}
txt += innerTxt ;
}
}
// cleanup
txt = txt . trim ( ) ;
txt = '> ' + txt . split ( '\n' ) . join ( '\n> ' ) ;
return txt ;
} ) ;
showdown . subParser ( 'makeMarkdown.codeBlock' , function ( node , globals ) {
'use strict' ;
var lang = node . getAttribute ( 'language' ) ,
num = node . getAttribute ( 'precodenum' ) ;
return '```' + lang + '\n' + globals . preList [ num ] + '\n```' ;
} ) ;
showdown . subParser ( 'makeMarkdown.codeSpan' , function ( node ) {
'use strict' ;
return '`' + node . innerHTML + '`' ;
} ) ;
showdown . subParser ( 'makeMarkdown.emphasis' , function ( node , globals ) {
'use strict' ;
var txt = '' ;
if ( node . hasChildNodes ( ) ) {
txt += '*' ;
var children = node . childNodes ,
childrenLength = children . length ;
for ( var i = 0 ; i < childrenLength ; ++ i ) {
txt += showdown . subParser ( 'makeMarkdown.node' ) ( children [ i ] , globals ) ;
}
txt += '*' ;
}
return txt ;
} ) ;
showdown . subParser ( 'makeMarkdown.header' , function ( node , globals , headerLevel ) {
'use strict' ;
var headerMark = new Array ( headerLevel + 1 ) . join ( '#' ) ,
txt = '' ;
if ( node . hasChildNodes ( ) ) {
txt = headerMark + ' ' ;
var children = node . childNodes ,
childrenLength = children . length ;
for ( var i = 0 ; i < childrenLength ; ++ i ) {
txt += showdown . subParser ( 'makeMarkdown.node' ) ( children [ i ] , globals ) ;
}
}
return txt ;
} ) ;
showdown . subParser ( 'makeMarkdown.hr' , function ( ) {
'use strict' ;
return '---' ;
} ) ;
showdown . subParser ( 'makeMarkdown.image' , function ( node ) {
'use strict' ;
var txt = '' ;
if ( node . hasAttribute ( 'src' ) ) {
txt += '![' + node . getAttribute ( 'alt' ) + '](' ;
txt += '<' + node . getAttribute ( 'src' ) + '>' ;
if ( node . hasAttribute ( 'width' ) && node . hasAttribute ( 'height' ) ) {
txt += ' =' + node . getAttribute ( 'width' ) + 'x' + node . getAttribute ( 'height' ) ;
}
if ( node . hasAttribute ( 'title' ) ) {
txt += ' "' + node . getAttribute ( 'title' ) + '"' ;
}
txt += ')' ;
}
return txt ;
} ) ;
showdown . subParser ( 'makeMarkdown.links' , function ( node , globals ) {
'use strict' ;
var txt = '' ;
if ( node . hasChildNodes ( ) && node . hasAttribute ( 'href' ) ) {
var children = node . childNodes ,
childrenLength = children . length ;
txt = '[' ;
for ( var i = 0 ; i < childrenLength ; ++ i ) {
txt += showdown . subParser ( 'makeMarkdown.node' ) ( children [ i ] , globals ) ;
}
txt += '](' ;
txt += '<' + node . getAttribute ( 'href' ) + '>' ;
if ( node . hasAttribute ( 'title' ) ) {
txt += ' "' + node . getAttribute ( 'title' ) + '"' ;
}
txt += ')' ;
}
return txt ;
} ) ;
showdown . subParser ( 'makeMarkdown.list' , function ( node , globals , type ) {
'use strict' ;
var txt = '' ;
if ( ! node . hasChildNodes ( ) ) {
return '' ;
}
var listItems = node . childNodes ,
listItemsLenght = listItems . length ,
listNum = node . getAttribute ( 'start' ) || 1 ;
for ( var i = 0 ; i < listItemsLenght ; ++ i ) {
if ( typeof listItems [ i ] . tagName === 'undefined' || listItems [ i ] . tagName . toLowerCase ( ) !== 'li' ) {
continue ;
}
// define the bullet to use in list
var bullet = '' ;
if ( type === 'ol' ) {
bullet = listNum . toString ( ) + '. ' ;
} else {
bullet = '- ' ;
}
// parse list item
txt += bullet + showdown . subParser ( 'makeMarkdown.listItem' ) ( listItems [ i ] , globals ) ;
++ listNum ;
}
// add comment at the end to prevent consecutive lists to be parsed as one
txt += '\n<!-- -->\n' ;
return txt . trim ( ) ;
} ) ;
showdown . subParser ( 'makeMarkdown.listItem' , function ( node , globals ) {
'use strict' ;
var listItemTxt = '' ;
var children = node . childNodes ,
childrenLenght = children . length ;
for ( var i = 0 ; i < childrenLenght ; ++ i ) {
listItemTxt += showdown . subParser ( 'makeMarkdown.node' ) ( children [ i ] , globals ) ;
}
// if it's only one liner, we need to add a newline at the end
if ( ! /\n$/ . test ( listItemTxt ) ) {
listItemTxt += '\n' ;
} else {
// it's multiparagraph, so we need to indent
listItemTxt = listItemTxt . split ( '\n' ) . join ( '\n ' ) . replace ( /^ {4}$/gm , '' ) . replace ( /\n\n+/g , '\n\n' ) ;
}
return listItemTxt ;
} ) ;
showdown . subParser ( 'makeMarkdown.node' , function ( node , globals , spansOnly ) {
'use strict' ;
spansOnly = spansOnly || false ;
var txt = '' ;
// edge case of text without wrapper paragraph
if ( node . nodeType === 3 ) {
return showdown . subParser ( 'makeMarkdown.txt' ) ( node , globals ) ;
}
// HTML comment
if ( node . nodeType === 8 ) {
return '<!--' + node . data + '-->\n\n' ;
}
// process only node elements
if ( node . nodeType !== 1 ) {
return '' ;
}
var tagName = node . tagName . toLowerCase ( ) ;
switch ( tagName ) {
//
// BLOCKS
//
case 'h1' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.header' ) ( node , globals , 1 ) + '\n\n' ;
}
break ;
case 'h2' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.header' ) ( node , globals , 2 ) + '\n\n' ;
}
break ;
case 'h3' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.header' ) ( node , globals , 3 ) + '\n\n' ;
}
break ;
case 'h4' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.header' ) ( node , globals , 4 ) + '\n\n' ;
}
break ;
case 'h5' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.header' ) ( node , globals , 5 ) + '\n\n' ;
}
break ;
case 'h6' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.header' ) ( node , globals , 6 ) + '\n\n' ;
}
break ;
case 'p' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.paragraph' ) ( node , globals ) + '\n\n' ;
}
break ;
case 'blockquote' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.blockquote' ) ( node , globals ) + '\n\n' ;
}
break ;
case 'hr' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.hr' ) ( node , globals ) + '\n\n' ;
}
break ;
case 'ol' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.list' ) ( node , globals , 'ol' ) + '\n\n' ;
}
break ;
case 'ul' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.list' ) ( node , globals , 'ul' ) + '\n\n' ;
}
break ;
case 'precode' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.codeBlock' ) ( node , globals ) + '\n\n' ;
}
break ;
case 'pre' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.pre' ) ( node , globals ) + '\n\n' ;
}
break ;
case 'table' :
if ( ! spansOnly ) {
txt = showdown . subParser ( 'makeMarkdown.table' ) ( node , globals ) + '\n\n' ;
}
break ;
//
// SPANS
//
case 'code' :
txt = showdown . subParser ( 'makeMarkdown.codeSpan' ) ( node , globals ) ;
break ;
case 'em' :
case 'i' :
txt = showdown . subParser ( 'makeMarkdown.emphasis' ) ( node , globals ) ;
break ;
case 'strong' :
case 'b' :
txt = showdown . subParser ( 'makeMarkdown.strong' ) ( node , globals ) ;
break ;
case 'del' :
txt = showdown . subParser ( 'makeMarkdown.strikethrough' ) ( node , globals ) ;
break ;
case 'a' :
txt = showdown . subParser ( 'makeMarkdown.links' ) ( node , globals ) ;
break ;
case 'img' :
txt = showdown . subParser ( 'makeMarkdown.image' ) ( node , globals ) ;
break ;
default :
txt = node . outerHTML + '\n\n' ;
}
// common normalization
// TODO eventually
return txt ;
} ) ;
showdown . subParser ( 'makeMarkdown.paragraph' , function ( node , globals ) {
'use strict' ;
var txt = '' ;
if ( node . hasChildNodes ( ) ) {
var children = node . childNodes ,
childrenLength = children . length ;
for ( var i = 0 ; i < childrenLength ; ++ i ) {
txt += showdown . subParser ( 'makeMarkdown.node' ) ( children [ i ] , globals ) ;
}
}
// some text normalization
txt = txt . trim ( ) ;
return txt ;
} ) ;
showdown . subParser ( 'makeMarkdown.pre' , function ( node , globals ) {
'use strict' ;
var num = node . getAttribute ( 'prenum' ) ;
return '<pre>' + globals . preList [ num ] + '</pre>' ;
} ) ;
showdown . subParser ( 'makeMarkdown.strikethrough' , function ( node , globals ) {
'use strict' ;
var txt = '' ;
if ( node . hasChildNodes ( ) ) {
txt += '~~' ;
var children = node . childNodes ,
childrenLength = children . length ;
for ( var i = 0 ; i < childrenLength ; ++ i ) {
txt += showdown . subParser ( 'makeMarkdown.node' ) ( children [ i ] , globals ) ;
}
txt += '~~' ;
}
return txt ;
} ) ;
showdown . subParser ( 'makeMarkdown.strong' , function ( node , globals ) {
'use strict' ;
var txt = '' ;
if ( node . hasChildNodes ( ) ) {
txt += '**' ;
var children = node . childNodes ,
childrenLength = children . length ;
for ( var i = 0 ; i < childrenLength ; ++ i ) {
txt += showdown . subParser ( 'makeMarkdown.node' ) ( children [ i ] , globals ) ;
}
txt += '**' ;
}
return txt ;
} ) ;
showdown . subParser ( 'makeMarkdown.table' , function ( node , globals ) {
'use strict' ;
var txt = '' ,
tableArray = [ [ ] , [ ] ] ,
headings = node . querySelectorAll ( 'thead>tr>th' ) ,
rows = node . querySelectorAll ( 'tbody>tr' ) ,
i ,
ii ;
for ( i = 0 ; i < headings . length ; ++ i ) {
var headContent = showdown . subParser ( 'makeMarkdown.tableCell' ) ( headings [ i ] , globals ) ,
allign = '---' ;
if ( headings [ i ] . hasAttribute ( 'style' ) ) {
var style = headings [ i ] . getAttribute ( 'style' ) . toLowerCase ( ) . replace ( /\s/g , '' ) ;
switch ( style ) {
case 'text-align:left;' :
allign = ':---' ;
break ;
case 'text-align:right;' :
allign = '---:' ;
break ;
case 'text-align:center;' :
allign = ':---:' ;
break ;
}
}
tableArray [ 0 ] [ i ] = headContent . trim ( ) ;
tableArray [ 1 ] [ i ] = allign ;
}
for ( i = 0 ; i < rows . length ; ++ i ) {
var r = tableArray . push ( [ ] ) - 1 ,
cols = rows [ i ] . getElementsByTagName ( 'td' ) ;
for ( ii = 0 ; ii < headings . length ; ++ ii ) {
var cellContent = ' ' ;
if ( typeof cols [ ii ] !== 'undefined' ) {
cellContent = showdown . subParser ( 'makeMarkdown.tableCell' ) ( cols [ ii ] , globals ) ;
}
tableArray [ r ] . push ( cellContent ) ;
}
}
var cellSpacesCount = 3 ;
for ( i = 0 ; i < tableArray . length ; ++ i ) {
for ( ii = 0 ; ii < tableArray [ i ] . length ; ++ ii ) {
var strLen = tableArray [ i ] [ ii ] . length ;
if ( strLen > cellSpacesCount ) {
cellSpacesCount = strLen ;
}
}
}
for ( i = 0 ; i < tableArray . length ; ++ i ) {
for ( ii = 0 ; ii < tableArray [ i ] . length ; ++ ii ) {
if ( i === 1 ) {
if ( tableArray [ i ] [ ii ] . slice ( - 1 ) === ':' ) {
tableArray [ i ] [ ii ] = showdown . helper . padEnd ( tableArray [ i ] [ ii ] . slice ( - 1 ) , cellSpacesCount - 1 , '-' ) + ':' ;
} else {
tableArray [ i ] [ ii ] = showdown . helper . padEnd ( tableArray [ i ] [ ii ] , cellSpacesCount , '-' ) ;
}
} else {
tableArray [ i ] [ ii ] = showdown . helper . padEnd ( tableArray [ i ] [ ii ] , cellSpacesCount ) ;
}
}
txt += '| ' + tableArray [ i ] . join ( ' | ' ) + ' |\n' ;
}
return txt . trim ( ) ;
} ) ;
showdown . subParser ( 'makeMarkdown.tableCell' , function ( node , globals ) {
'use strict' ;
var txt = '' ;
if ( ! node . hasChildNodes ( ) ) {
return '' ;
}
var children = node . childNodes ,
childrenLength = children . length ;
for ( var i = 0 ; i < childrenLength ; ++ i ) {
txt += showdown . subParser ( 'makeMarkdown.node' ) ( children [ i ] , globals , true ) ;
}
return txt . trim ( ) ;
} ) ;
showdown . subParser ( 'makeMarkdown.txt' , function ( node ) {
'use strict' ;
var txt = node . nodeValue ;
// multiple spaces are collapsed
txt = txt . replace ( / +/g , ' ' ) ;
// replace the custom ¨NBSP; with a space
txt = txt . replace ( /¨NBSP;/g , ' ' ) ;
// ", <, > and & should replace escaped html entities
txt = showdown . helper . unescapeHTMLEntities ( txt ) ;
// escape markdown magic characters
// emphasis, strong and strikethrough - can appear everywhere
// we also escape pipe (|) because of tables
// and escape ` because of code blocks and spans
txt = txt . replace ( /([*_~|`])/g , '\\$1' ) ;
// escape > because of blockquotes
txt = txt . replace ( /^(\s*)>/g , '\\$1>' ) ;
// hash character, only troublesome at the beginning of a line because of headers
txt = txt . replace ( /^#/gm , '\\#' ) ;
// horizontal rules
txt = txt . replace ( /^(\s*)([-=]{3,})(\s*)$/ , '$1\\$2$3' ) ;
// dot, because of ordered lists, only troublesome at the beginning of a line when preceded by an integer
txt = txt . replace ( /^( {0,3}\d+)\./gm , '$1\\.' ) ;
// +, * and -, at the beginning of a line becomes a list, so we need to escape them also (asterisk was already escaped)
txt = txt . replace ( /^( {0,3})([+-])/gm , '$1\\$2' ) ;
// images and links, ] followed by ( is problematic, so we escape it
txt = txt . replace ( /]([\s]*)\(/g , '\\]$1\\(' ) ;
// reference URIs must also be escaped
txt = txt . replace ( /^ {0,3}\[([\S \t]*?)]:/gm , '\\[$1]:' ) ;
return txt ;
} ) ;
var root = this ;
// AMD Loader
if ( true ) {
! ( _ _WEBPACK _AMD _DEFINE _RESULT _ _ = ( function ( ) {
'use strict' ;
return showdown ;
} ) . call ( exports , _ _webpack _require _ _ , exports , module ) ,
_ _WEBPACK _AMD _DEFINE _RESULT _ _ !== undefined && ( module . exports = _ _WEBPACK _AMD _DEFINE _RESULT _ _ ) ) ;
// CommonJS/nodeJS Loader
} else if ( typeof module !== 'undefined' && module . exports ) {
module . exports = showdown ;
// Regular Browser loader
} else {
root . showdown = showdown ;
}
} ) . call ( this ) ;
//# sourceMappingURL=showdown.js.map
/***/ } ) ,
/***/ "JkW7" :
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
Object . defineProperty ( _ _webpack _exports _ _ , "__esModule" , { value : true } ) ;
// EXTERNAL MODULE: ../node_modules/preact/dist/preact.min.js
var preact _min = _ _webpack _require _ _ ( "KM04" ) ;
var preact _min _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( preact _min ) ;
// EXTERNAL MODULE: ./index.css
var index = _ _webpack _require _ _ ( "xHuH" ) ;
var index _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( index ) ;
// EXTERNAL MODULE: ./manifest.json
var manifest = _ _webpack _require _ _ ( "ZcXo" ) ;
var manifest _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( manifest ) ;
// CONCATENATED MODULE: ../node_modules/preact-router/dist/preact-router.es.js
var EMPTY$1 = { } ;
function preact _router _es _assign ( obj , props ) {
// eslint-disable-next-line guard-for-in
for ( var i in props ) {
obj [ i ] = props [ i ] ;
}
return obj ;
}
function exec ( url , route , opts ) {
var reg = /(?:\?([^#]*))?(#.*)?$/ ,
c = url . match ( reg ) ,
matches = { } ,
ret ;
if ( c && c [ 1 ] ) {
var p = c [ 1 ] . split ( '&' ) ;
for ( var i = 0 ; i < p . length ; i ++ ) {
var r = p [ i ] . split ( '=' ) ;
matches [ decodeURIComponent ( r [ 0 ] ) ] = decodeURIComponent ( r . slice ( 1 ) . join ( '=' ) ) ;
}
}
url = segmentize ( url . replace ( reg , '' ) ) ;
route = segmentize ( route || '' ) ;
var max = Math . max ( url . length , route . length ) ;
for ( var i$1 = 0 ; i$1 < max ; i$1 ++ ) {
if ( route [ i$1 ] && route [ i$1 ] . charAt ( 0 ) === ':' ) {
var param = route [ i$1 ] . replace ( /(^\:|[+*?]+$)/g , '' ) ,
flags = ( route [ i$1 ] . match ( /[+*?]+$/ ) || EMPTY$1 ) [ 0 ] || '' ,
plus = ~ flags . indexOf ( '+' ) ,
star = ~ flags . indexOf ( '*' ) ,
val = url [ i$1 ] || '' ;
if ( ! val && ! star && ( flags . indexOf ( '?' ) < 0 || plus ) ) {
ret = false ;
break ;
}
matches [ param ] = decodeURIComponent ( val ) ;
if ( plus || star ) {
matches [ param ] = url . slice ( i$1 ) . map ( decodeURIComponent ) . join ( '/' ) ;
break ;
}
} else if ( route [ i$1 ] !== url [ i$1 ] ) {
ret = false ;
break ;
}
}
if ( opts . default !== true && ret === false ) {
return false ;
}
return matches ;
}
function pathRankSort ( a , b ) {
return a . rank < b . rank ? 1 : a . rank > b . rank ? - 1 : a . index - b . index ;
}
// filter out VNodes without attributes (which are unrankeable), and add `index`/`rank` properties to be used in sorting.
function prepareVNodeForRanking ( vnode , index ) {
vnode . index = index ;
vnode . rank = rankChild ( vnode ) ;
return vnode . attributes ;
}
function segmentize ( url ) {
return url . replace ( /(^\/+|\/+$)/g , '' ) . split ( '/' ) ;
}
function rankSegment ( segment ) {
return segment . charAt ( 0 ) == ':' ? 1 + '*+?' . indexOf ( segment . charAt ( segment . length - 1 ) ) || 4 : 5 ;
}
function rank ( path ) {
return segmentize ( path ) . map ( rankSegment ) . join ( '' ) ;
}
function rankChild ( vnode ) {
return vnode . attributes . default ? 0 : rank ( vnode . attributes . path ) ;
}
var customHistory = null ;
var ROUTERS = [ ] ;
var subscribers = [ ] ;
var EMPTY = { } ;
function isPreactElement ( node ) {
return node . _ _preactattr _ != null || typeof Symbol !== 'undefined' && node [ Symbol . for ( 'preactattr' ) ] != null ;
}
function setUrl ( url , type ) {
if ( type === void 0 ) type = 'push' ;
if ( customHistory && customHistory [ type ] ) {
customHistory [ type ] ( url ) ;
} else if ( typeof history !== 'undefined' && history [ type + 'State' ] ) {
history [ type + 'State' ] ( null , null , url ) ;
}
}
function getCurrentUrl ( ) {
var url ;
if ( customHistory && customHistory . location ) {
url = customHistory . location ;
} else if ( customHistory && customHistory . getCurrentLocation ) {
url = customHistory . getCurrentLocation ( ) ;
} else {
url = typeof location !== 'undefined' ? location : EMPTY ;
}
return "" + ( url . pathname || '' ) + ( url . search || '' ) ;
}
function route ( url , replace ) {
if ( replace === void 0 ) replace = false ;
if ( typeof url !== 'string' && url . url ) {
replace = url . replace ;
url = url . url ;
}
// only push URL into history if we can handle it
if ( canRoute ( url ) ) {
setUrl ( url , replace ? 'replace' : 'push' ) ;
}
return routeTo ( url ) ;
}
/** Check if the given URL can be handled by any router instances. */
function canRoute ( url ) {
for ( var i = ROUTERS . length ; i -- ; ) {
if ( ROUTERS [ i ] . canRoute ( url ) ) {
return true ;
}
}
return false ;
}
/** Tell all router instances to handle the given URL. */
function routeTo ( url ) {
var didRoute = false ;
for ( var i = 0 ; i < ROUTERS . length ; i ++ ) {
if ( ROUTERS [ i ] . routeTo ( url ) === true ) {
didRoute = true ;
}
}
for ( var i$1 = subscribers . length ; i$1 -- ; ) {
subscribers [ i$1 ] ( url ) ;
}
return didRoute ;
}
function routeFromLink ( node ) {
// only valid elements
if ( ! node || ! node . getAttribute ) {
return ;
}
var href = node . getAttribute ( 'href' ) ,
target = node . getAttribute ( 'target' ) ;
// ignore links with targets and non-path URLs
if ( ! href || ! href . match ( /^\//g ) || target && ! target . match ( /^_?self$/i ) ) {
return ;
}
// attempt to route, if no match simply cede control to browser
return route ( href ) ;
}
function handleLinkClick ( e ) {
if ( e . button == 0 ) {
routeFromLink ( e . currentTarget || e . target || this ) ;
return prevent ( e ) ;
}
}
function prevent ( e ) {
if ( e ) {
if ( e . stopImmediatePropagation ) {
e . stopImmediatePropagation ( ) ;
}
if ( e . stopPropagation ) {
e . stopPropagation ( ) ;
}
e . preventDefault ( ) ;
}
return false ;
}
function delegateLinkHandler ( e ) {
// ignore events the browser takes care of already:
if ( e . ctrlKey || e . metaKey || e . altKey || e . shiftKey || e . button !== 0 ) {
return ;
}
var t = e . target ;
do {
if ( String ( t . nodeName ) . toUpperCase ( ) === 'A' && t . getAttribute ( 'href' ) && isPreactElement ( t ) ) {
if ( t . hasAttribute ( 'native' ) ) {
return ;
}
// if link is handled by the router, prevent browser defaults
if ( routeFromLink ( t ) ) {
return prevent ( e ) ;
}
}
} while ( t = t . parentNode ) ;
}
var eventListenersInitialized = false ;
function initEventListeners ( ) {
if ( eventListenersInitialized ) {
return ;
}
if ( typeof addEventListener === 'function' ) {
if ( ! customHistory ) {
addEventListener ( 'popstate' , function ( ) {
routeTo ( getCurrentUrl ( ) ) ;
} ) ;
}
addEventListener ( 'click' , delegateLinkHandler ) ;
}
eventListenersInitialized = true ;
}
var preact _router _es _Router = function ( Component$$1 ) {
function Router ( props ) {
Component$$1 . call ( this , props ) ;
if ( props . history ) {
customHistory = props . history ;
}
this . state = {
url : props . url || getCurrentUrl ( )
} ;
initEventListeners ( ) ;
}
if ( Component$$1 ) Router . _ _proto _ _ = Component$$1 ;
Router . prototype = Object . create ( Component$$1 && Component$$1 . prototype ) ;
Router . prototype . constructor = Router ;
Router . prototype . shouldComponentUpdate = function shouldComponentUpdate ( props ) {
if ( props . static !== true ) {
return true ;
}
return props . url !== this . props . url || props . onChange !== this . props . onChange ;
} ;
/** Check if the given URL can be matched against any children */
Router . prototype . canRoute = function canRoute ( url ) {
return this . getMatchingChildren ( this . props . children , url , false ) . length > 0 ;
} ;
/** Re-render children with a new URL to match against. */
Router . prototype . routeTo = function routeTo ( url ) {
this . _didRoute = false ;
this . setState ( { url : url } ) ;
// if we're in the middle of an update, don't synchronously re-route.
if ( this . updating ) {
return this . canRoute ( url ) ;
}
this . forceUpdate ( ) ;
return this . _didRoute ;
} ;
Router . prototype . componentWillMount = function componentWillMount ( ) {
ROUTERS . push ( this ) ;
this . updating = true ;
} ;
Router . prototype . componentDidMount = function componentDidMount ( ) {
var this $1 = this ;
if ( customHistory ) {
this . unlisten = customHistory . listen ( function ( location ) {
this $1 . routeTo ( "" + ( location . pathname || '' ) + ( location . search || '' ) ) ;
} ) ;
}
this . updating = false ;
} ;
Router . prototype . componentWillUnmount = function componentWillUnmount ( ) {
if ( typeof this . unlisten === 'function' ) {
this . unlisten ( ) ;
}
ROUTERS . splice ( ROUTERS . indexOf ( this ) , 1 ) ;
} ;
Router . prototype . componentWillUpdate = function componentWillUpdate ( ) {
this . updating = true ;
} ;
Router . prototype . componentDidUpdate = function componentDidUpdate ( ) {
this . updating = false ;
} ;
Router . prototype . getMatchingChildren = function getMatchingChildren ( children , url , invoke ) {
return children . filter ( prepareVNodeForRanking ) . sort ( pathRankSort ) . map ( function ( vnode ) {
var matches = exec ( url , vnode . attributes . path , vnode . attributes ) ;
if ( matches ) {
if ( invoke !== false ) {
var newProps = { url : url , matches : matches } ;
preact _router _es _assign ( newProps , matches ) ;
delete newProps . ref ;
delete newProps . key ;
return Object ( preact _min [ "cloneElement" ] ) ( vnode , newProps ) ;
}
return vnode ;
}
} ) . filter ( Boolean ) ;
} ;
Router . prototype . render = function render ( ref , ref$1 ) {
var children = ref . children ;
var onChange = ref . onChange ;
var url = ref$1 . url ;
var active = this . getMatchingChildren ( children , url , true ) ;
var current = active [ 0 ] || null ;
this . _didRoute = ! ! current ;
var previous = this . previousUrl ;
if ( url !== previous ) {
this . previousUrl = url ;
if ( typeof onChange === 'function' ) {
onChange ( {
router : this ,
url : url ,
previous : previous ,
active : active ,
current : current
} ) ;
}
}
return current ;
} ;
return Router ;
} ( preact _min [ "Component" ] ) ;
var preact _router _es _Link = function Link ( props ) {
return Object ( preact _min [ "h" ] ) ( 'a' , preact _router _es _assign ( { onClick : handleLinkClick } , props ) ) ;
} ;
var preact _router _es _Route = function Route ( props ) {
return Object ( preact _min [ "h" ] ) ( props . component , props ) ;
} ;
preact _router _es _Router . subscribers = subscribers ;
preact _router _es _Router . getCurrentUrl = getCurrentUrl ;
preact _router _es _Router . route = route ;
preact _router _es _Router . Router = preact _router _es _Router ;
preact _router _es _Router . Route = preact _router _es _Route ;
preact _router _es _Router . Link = preact _router _es _Link ;
/* harmony default export */ var preact _router _es = ( preact _router _es _Router ) ;
//# sourceMappingURL=preact-router.es.js.map
// EXTERNAL MODULE: ./pages/home.css
var home = _ _webpack _require _ _ ( "36Ou" ) ;
var home _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( home ) ;
// EXTERNAL MODULE: ./components/panel.css
var panel = _ _webpack _require _ _ ( "P9k+" ) ;
var panel _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( panel ) ;
// CONCATENATED MODULE: ./components/panel.js
function _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var panel _Panel = function ( _Component ) {
_inherits ( Panel , _Component ) ;
function Panel ( ) {
_classCallCheck ( this , Panel ) ;
return _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
Panel . prototype . render = function render ( ) {
var title = null ;
if ( this . props . title !== undefined ) {
title = Object ( preact _min [ "h" ] ) (
"h3" ,
null ,
this . props . title
) ;
}
return Object ( preact _min [ "h" ] ) (
"div" ,
{ "class" : panel _default . a . panel } ,
title ,
this . props . children
) ;
} ;
return Panel ;
} ( preact _min [ "Component" ] ) ;
// EXTERNAL MODULE: ./components/split.css
var split = _ _webpack _require _ _ ( "1EpE" ) ;
var split _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( split ) ;
// CONCATENATED MODULE: ./components/split.js
function split _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function split _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function split _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var split _Split = function ( _Component ) {
split _ _inherits ( Split , _Component ) ;
function Split ( ) {
split _ _classCallCheck ( this , Split ) ;
return split _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
Split . prototype . render = function render ( ) {
var title = null ;
if ( this . props . title !== undefined ) {
title = Object ( preact _min [ "h" ] ) (
"h2" ,
null ,
this . props . title
) ;
}
var children = void 0 ;
if ( Array . isArray ( this . props . children ) ) {
children = this . props . children . map ( function ( element ) {
return Object ( preact _min [ "h" ] ) (
"div" ,
{ "class" : split _default . a . splitchild } ,
element
) ;
} ) ;
} else {
children = Object ( preact _min [ "h" ] ) (
"div" ,
{ "class" : split _default . a . splitchild } ,
this . props . children
) ;
}
return Object ( preact _min [ "h" ] ) (
"div" ,
{ "class" : split _default . a . split } ,
title ,
Object ( preact _min [ "h" ] ) (
"div" ,
{ "class" : split _default . a . splitparent } ,
children
)
) ;
} ;
return Split ;
} ( preact _min [ "Component" ] ) ;
// EXTERNAL MODULE: ./components/todo.css
var todo = _ _webpack _require _ _ ( "tO1d" ) ;
var todo _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( todo ) ;
// CONCATENATED MODULE: ./components/todo.js
function todo _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function todo _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function todo _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var todo _Todo = function ( _Component ) {
todo _ _inherits ( Todo , _Component ) ;
function Todo ( ) {
todo _ _classCallCheck ( this , Todo ) ;
return todo _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
Todo . prototype . render = function render ( ) {
return Object ( preact _min [ "h" ] ) (
"span" ,
{ "class" : todo _default . a . todo } ,
this . props . children
) ;
} ;
return Todo ;
} ( preact _min [ "Component" ] ) ;
// CONCATENATED MODULE: ./pages/home.js
function home _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function home _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function home _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var _ref = Object ( preact _min [ "h" ] ) (
'h1' ,
null ,
'Indice'
) ;
var _ref2 = Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Argomenti' } ,
2020-01-10 01:51:19 +00:00
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://github.com/Steffo99/cleaver' } ,
'Cleaver'
) } ,
'Progetto in Java sviluppato per l\'esame di ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'http://personale.unimore.it/rubrica/contenutiad/gcabri/2019/58026/N0/N0/9999' } ,
'Programmazione ad Oggetti'
) ,
' del ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://www.unimore.it/didattica/mlaurea.html?ID=54' } ,
'corso triennale di Informatica'
) ,
' all\'' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://www.unimore.it/' } ,
'Unimore'
) ,
', tenuto dai Prof. ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'http://personale.unimore.it/rubrica/dettaglio/gcabri' } ,
'Giacomo Cabri'
) ,
' e ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'http://personale.unimore.it/Rubrica/Dettaglio/n.capodieci' } ,
'Nicola Capodieci'
) ,
'.'
) ,
2019-12-09 18:34:52 +00:00
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'a' ,
{ href : '/fisica' } ,
'Fisica'
) } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Appunti delle ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'http://personale.unimore.it/rubrica/contenutiad/brunetti/2019/58025/N0/N0/9999' } ,
'lezioni di Fisica'
) ,
' del ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://www.unimore.it/didattica/mlaurea.html?ID=54' } ,
'corso triennale di Informatica'
) ,
' all\'' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://www.unimore.it/' } ,
'Unimore'
) ,
', tenute dalla ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://personale.unimore.it/rubrica/dettaglio/brunetti' } ,
'Prof.ssa Rossella Brunetti'
) ,
' nel primo semestre dell\'Anno Accademico 2019/2020.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://github.com/Steffo99/appunti-universitari/tree/master/2019_SistemiOperativi/Arzigogoli' } ,
'Sistemi Operativi'
) } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Soluzioni agli ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://weblab.ing.unimore.it/people/andreolini/didattica/sistemi-operativi/index.html#arzigogoli' } ,
'Arzigogoli'
) ,
' proposti dal ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://personale.unimore.it/rubrica/dettaglio/andreolini' } ,
'Prof. Mauro Andreolini'
) ,
' durante le ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://personale.unimore.it/rubrica/contenutiad/andreolini/2019/58027/N0/N0/9999' } ,
'lezioni di Sistemi Operativi'
) ,
' del ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://www.unimore.it/didattica/mlaurea.html?ID=54' } ,
'corso triennale di Informatica'
) ,
' all\'' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://www.unimore.it/' } ,
'Unimore'
) ,
' tenutesi nel primo semestre dell\'Anno Accademico 2019/2020.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://github.com/Steffo99/appunti-universitari/tree/master/2018_AlgoritmiEStruttureDati' } ,
'Algoritmi e Strutture Dati'
) } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Appunti delle ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://personale.unimore.it/rubrica/contenutiad/mmontangero/2018/58133/N0/N0/9999' } ,
'lezioni di Algoritmi e Strutture Dati'
) ,
' del ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://www.unimore.it/didattica/mlaurea.html?ID=54' } ,
'corso triennale di Informatica'
) ,
' all\'' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://www.unimore.it/' } ,
'Unimore'
) ,
', tenute dalla ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://personale.unimore.it/rubrica/dettaglio/mmontangero' } ,
'Prof.ssa Manuela Montangero'
) ,
' nel secondo semestre dell\'Anno Accademico 2018/2019.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'a' ,
{ href : '/vldigeometria' } ,
'Videolezioni di Geometria'
) } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Ottime videolezioni di Geometria con licenza ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://creativecommons.org/licenses/by-nc-sa/4.0/' } ,
'CC BY-NC-SA 4.0'
) ,
' che ho trovato sul ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://dolly.fim.unimore.it/2018/course/view.php?id=14#section-0' } ,
'portale Dolly 2018'
) ,
' dell\'' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://www.unimore.it/' } ,
'Unimore'
) ,
'.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'a' ,
{ href : '/mingwinstall' } ,
'Come installare MinGW'
) } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Un breve tutorial con immagini su come installare e configurare ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://it.wikipedia.org/wiki/MinGW' } ,
'MinGW'
) ,
' per compilare programmi C e C++ su Windows.'
)
)
) ;
var _ref3 = Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Altri collegamenti utili' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://t.me/unimoreinfo' } ,
'@unimoreinfo'
) } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Il gruppo ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://telegram.org/' } ,
'Telegram'
) ,
' del corso di Informatica dell\'Unimore!'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://calendar.google.com/calendar?cid=MmYza2o2M3VuZWQ1cmZqaGpmOGY0MWFrNmdAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ' } ,
'Calendario Lezioni'
) } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Calendario Google ' ,
Object ( preact _min [ "h" ] ) (
'small' ,
null ,
'quasi'
) ,
' sempre aggiornato delle lezioni e degli esami del secondo anno dell\'' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://www.unimore.it/' } ,
'Unimore'
) ,
' durante l\'Anno Accademico 2019/2020.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'http://erre2.fermitech.info/dashboard' } ,
'Erre2'
) } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Portale contenente appunti e riassunti mantenuto da ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://github.com/LBindustries' } ,
'Lorenzo Balugani'
) ,
'.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://github.com/vezzalinistefano/Appunti-Algoritmi' } ,
'vezzalinistefano/Appunti-Algoritmi'
) } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Appunti di Algoritmi e Strutture Dati mantenuti da ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://github.com/vezzalinistefano/' } ,
'Vezzalini Stefano'
) ,
'.'
)
)
) ;
var home _Home = function ( _Component ) {
home _ _inherits ( Home , _Component ) ;
function Home ( ) {
home _ _classCallCheck ( this , Home ) ;
return home _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
Home . prototype . render = function render ( ) {
return Object ( preact _min [ "h" ] ) (
'div' ,
{ style : home _default . a . home } ,
_ref ,
_ref2 ,
_ref3
) ;
} ;
return Home ;
} ( preact _min [ "Component" ] ) ;
// EXTERNAL MODULE: ./pages/fisica.css
var fisica = _ _webpack _require _ _ ( "0lnO" ) ;
var fisica _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( fisica ) ;
// EXTERNAL MODULE: ./components/latex.css
var latex = _ _webpack _require _ _ ( "+uq9" ) ;
var latex _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( latex ) ;
// CONCATENATED MODULE: ./components/latex.js
function latex _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function latex _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function latex _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var latex _Latex = function ( _Component ) {
latex _ _inherits ( Latex , _Component ) ;
function Latex ( ) {
latex _ _classCallCheck ( this , Latex ) ;
return latex _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
Latex . prototype . render = function render ( ) {
var equation = '{\\color{White} ' + this . props . children + ' }' ;
return Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://latex.codecogs.com/png.latex?' + equation ,
alt : this . props . children ,
title : this . props . children ,
'class' : latex _default . a . latex
} ) ;
} ;
return Latex ;
} ( preact _min [ "Component" ] ) ;
// EXTERNAL MODULE: ./components/plus.css
var plus = _ _webpack _require _ _ ( "ddTt" ) ;
var plus _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( plus ) ;
// CONCATENATED MODULE: ./components/plus.js
function plus _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function plus _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function plus _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var plus _Plus = function ( _Component ) {
plus _ _inherits ( Plus , _Component ) ;
function Plus ( ) {
plus _ _classCallCheck ( this , Plus ) ;
return plus _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
Plus . prototype . render = function render ( ) {
return Object ( preact _min [ "h" ] ) (
"span" ,
{ "class" : plus _default . a . plus } ,
this . props . children
) ;
} ;
return Plus ;
} ( preact _min [ "Component" ] ) ;
// EXTERNAL MODULE: ./components/minus.css
var minus = _ _webpack _require _ _ ( "MeW5" ) ;
var minus _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( minus ) ;
// CONCATENATED MODULE: ./components/minus.js
function minus _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function minus _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function minus _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var minus _Minus = function ( _Component ) {
minus _ _inherits ( Minus , _Component ) ;
function Minus ( ) {
minus _ _classCallCheck ( this , Minus ) ;
return minus _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
Minus . prototype . render = function render ( ) {
return Object ( preact _min [ "h" ] ) (
"span" ,
{ "class" : minus _default . a . minus } ,
this . props . children
) ;
} ;
return Minus ;
} ( preact _min [ "Component" ] ) ;
// CONCATENATED MODULE: ./pages/fisica.js
var _templateObject = _taggedTemplateLiteralLoose ( [ '\x0Bec{v} = \x0Bec{v}_x + \x0Bec{v}_y' ] , [ '\\vec{v} = \\vec{v}_x + \\vec{v}_y' ] ) ,
_templateObject2 = _taggedTemplateLiteralLoose ( [ 'left | \x0Bec{v}_x \right | = left | \x0Bec{v} \right | sin alpha' ] , [ '\\left | \\vec{v}_x \\right | = \\left | \\vec{v} \\right | \\sin \\alpha' ] ) ,
_templateObject3 = _taggedTemplateLiteralLoose ( [ 'left | \x0Bec{v}_y \right | = left | \x0Bec{v} \right | cos alpha' ] , [ '\\left | \\vec{v}_y \\right | = \\left | \\vec{v} \\right | \\cos \\alpha' ] ) ,
_templateObject4 = _taggedTemplateLiteralLoose ( [ '\x0Bec{v} + \x0Bec{w} = (\x0Bec{v}_x + \x0Bec{w}_x) + (\x0Bec{v}_y + \x0Bec{w}_y)' ] , [ '\\vec{v} + \\vec{w} = (\\vec{v}_x + \\vec{w}_x) + (\\vec{v}_y + \\vec{w}_y)' ] ) ,
_templateObject5 = _taggedTemplateLiteralLoose ( [ '\x0Bec{v} - \x0Bec{w} = (\x0Bec{v}_x - \x0Bec{w}_x) + (\x0Bec{v}_y - \x0Bec{w}_y)' ] , [ '\\vec{v} - \\vec{w} = (\\vec{v}_x - \\vec{w}_x) + (\\vec{v}_y - \\vec{w}_y)' ] ) ,
_templateObject6 = _taggedTemplateLiteralLoose ( [ '\x0Bec{v} cdot \x0Bec{w} = left | \x0Bec{v} \right | left | \x0Bec{w} \right | cos alpha' ] , [ '\\vec{v} \\cdot \\vec{w} = \\left | \\vec{v} \\right | \\left | \\vec{w} \\right | \\cos \\alpha' ] ) ,
_templateObject7 = _taggedTemplateLiteralLoose ( [ '\x0Bec{a}' ] , [ '\\vec{a}' ] ) ,
_templateObject8 = _taggedTemplateLiteralLoose ( [ '\x0Bec{b}' ] , [ '\\vec{b}' ] ) ,
_templateObject9 = _taggedTemplateLiteralLoose ( [ '\x0Bec{c} = \x0Bec{a} \times \x0Bec{b}' ] , [ '\\vec{c} = \\vec{a} \\times \\vec{b}' ] ) ,
_templateObject10 = _taggedTemplateLiteralLoose ( [ 'left | \x0Bec{c} \right | = left | \x0Bec{a} \right | cdot left | \x0Bec{b} \right | cdot sin(alpha)' ] , [ '\\left | \\vec{c} \\right | = \\left | \\vec{a} \\right | \\cdot \\left | \\vec{b} \\right | \\cdot \\sin(\\alpha)' ] ) ,
_templateObject11 = _taggedTemplateLiteralLoose ( [ 'Sigma \x0Bec{F} = 0 Longleftrightarrow Delta v = 0' ] , [ '\\Sigma \\vec{F} = 0 \\Longleftrightarrow \\Delta v = 0' ] ) ,
_templateObject12 = _taggedTemplateLiteralLoose ( [ 'Sigma \x0Bec{F} = m \x0Bec{a}' ] , [ '\\Sigma \\vec{F} = m \\vec{a}' ] ) ,
_templateObject13 = _taggedTemplateLiteralLoose ( [ '\x0Bec{F}_{21} = -\x0Bec{F}_{12}' ] , [ '\\vec{F}_{21} = -\\vec{F}_{12}' ] ) ,
_templateObject14 = _taggedTemplateLiteralLoose ( [ 'left | \x0Bec{F} \right | = G \frac{m_1 m_2}{s^2}' ] , [ '\\left | \\vec{F} \\right | = G \\frac{m_1 m_2}{s^2}' ] ) ,
_templateObject15 = _taggedTemplateLiteralLoose ( [ 'G = 6.67 cdot 10^{-11} \frac{N m^2}{{kg}^2}' ] , [ 'G = 6.67 \\cdot 10^{-11} \\frac{N m^2}{{kg}^2}' ] ) ,
_templateObject16 = _taggedTemplateLiteralLoose ( [ 'left | \x0Bec{F} \right | = g m' ] , [ '\\left | \\vec{F} \\right | = g m' ] ) ,
_templateObject17 = _taggedTemplateLiteralLoose ( [ 'g = 9.81 \frac{m}{s^2}' ] , [ 'g = 9.81 \\frac{m}{s^2}' ] ) ,
_templateObject18 = _taggedTemplateLiteralLoose ( [ 'g_{luna} = 1.62 \frac{m}{s^2}' ] , [ 'g_{luna} = 1.62 \\frac{m}{s^2}' ] ) ,
_templateObject19 = _taggedTemplateLiteralLoose ( [ 'g_{marte} = 3.71 \frac{m}{s^2}' ] , [ 'g_{marte} = 3.71 \\frac{m}{s^2}' ] ) ,
_templateObject20 = _taggedTemplateLiteralLoose ( [ 'left | \x0Bec{F} \right | leq mu_{s} left | \x0Bec{F}_{normale} \right |' ] , [ '\\left | \\vec{F} \\right | \\leq \\mu_{s} \\left | \\vec{F}_{normale} \\right |' ] ) ,
_templateObject21 = _taggedTemplateLiteralLoose ( [ 'left | \x0Bec{F} \right | leq mu_{d} left | \x0Bec{F}_{normale} \right |' ] , [ '\\left | \\vec{F} \\right | \\leq \\mu_{d} \\left | \\vec{F}_{normale} \\right |' ] ) ,
_templateObject22 = _taggedTemplateLiteralLoose ( [ 'F = -k x' ] , [ 'F = -k x' ] ) ,
_templateObject23 = _taggedTemplateLiteralLoose ( [ 'Delta \x0Bec{s} = \x0Bec{s}(fine) - \x0Bec{s}(inizio)' ] , [ '\\Delta \\vec{s} = \\vec{s}(fine) - \\vec{s}(inizio)' ] ) ,
_templateObject24 = _taggedTemplateLiteralLoose ( [ '\x0Bec{v} = \frac{Delta \x0Bec{s}}{Delta t}' ] , [ '\\vec{v} = \\frac{\\Delta \\vec{s}}{\\Delta t}' ] ) ,
_templateObject25 = _taggedTemplateLiteralLoose ( [ '\x0Bec{v} = lim_{Delta t \to 0} \frac{Delta \x0Bec{s}}{Delta t} = \frac{d \x0Bec{s}}{dt}' ] , [ '\\vec{v} = \\lim_{\\Delta t \\to 0} \\frac{\\Delta \\vec{s}}{\\Delta t} = \\frac{d \\vec{s}}{dt}' ] ) ,
_templateObject26 = _taggedTemplateLiteralLoose ( [ '\x0Bec{a} = \frac{Delta \x0Bec{v}}{Delta t}' ] , [ '\\vec{a} = \\frac{\\Delta \\vec{v}}{\\Delta t}' ] ) ,
_templateObject27 = _taggedTemplateLiteralLoose ( [ '\x0Bec{a} = lim_{Delta v \to 0} \frac{Delta \x0Bec{v}}{Delta t} = \frac{d \x0Bec{v}}{d t} = \frac{d^2 \x0Bec{s}}{d t^2}' ] , [ '\\vec{a} = \\lim_{\\Delta v \\to 0} \\frac{\\Delta \\vec{v}}{\\Delta t} = \\frac{d \\vec{v}}{d t} = \\frac{d^2 \\vec{s}}{d t^2}' ] ) ,
_templateObject28 = _taggedTemplateLiteralLoose ( [ '\x0Bec{p} = m \x0Bec{v}' ] , [ '\\vec{p} = m \\vec{v}' ] ) ,
_templateObject29 = _taggedTemplateLiteralLoose ( [ 'Sigma \x0Bec{F} = 0 Longleftrightarrow Delta \x0Bec{p} = 0' ] , [ '\\Sigma \\vec{F} = 0 \\Longleftrightarrow \\Delta \\vec{p} = 0' ] ) ,
_templateObject30 = _taggedTemplateLiteralLoose ( [ 's(t) = v cdot Delta t + s(0)' ] , [ 's(t) = v \\cdot \\Delta t + s(0)' ] ) ,
_templateObject31 = _taggedTemplateLiteralLoose ( [ 'v(t) = k' ] , [ 'v(t) = k' ] ) ,
_templateObject32 = _taggedTemplateLiteralLoose ( [ 'a(t) = 0' ] , [ 'a(t) = 0' ] ) ,
_templateObject33 = _taggedTemplateLiteralLoose ( [ 's(t) = \frac{1}{2} a cdot (Delta t)^2 + v(0) cdot (Delta t) + s(0)' ] , [ 's(t) = \\frac{1}{2} a \\cdot (\\Delta t)^2 + v(0) \\cdot (\\Delta t) + s(0)' ] ) ,
_templateObject34 = _taggedTemplateLiteralLoose ( [ 'v(t) = a Delta t + v(0)' ] , [ 'v(t) = a \\Delta t + v(0)' ] ) ,
_templateObject35 = _taggedTemplateLiteralLoose ( [ 'a(t) = k' ] , [ 'a(t) = k' ] ) ,
_templateObject36 = _taggedTemplateLiteralLoose ( [ 'omega = \frac{2 pi}{T}' ] , [ '\\omega = \\frac{2 \\pi}{T}' ] ) ,
_templateObject37 = _taggedTemplateLiteralLoose ( [ 's(t) = A sin (omega cdot t + phi)' ] , [ 's(t) = A \\sin (\\omega \\cdot t + \\phi)' ] ) ,
_templateObject38 = _taggedTemplateLiteralLoose ( [ '\frac{pi}{2}' ] , [ '\\frac{\\pi}{2}' ] ) ,
_templateObject39 = _taggedTemplateLiteralLoose ( [ 'v(t) = A sin (omega cdot t + phi + \frac{pi}{2})' ] , [ 'v(t) = A \\sin (\\omega \\cdot t + \\phi + \\frac{\\pi}{2})' ] ) ,
_templateObject40 = _taggedTemplateLiteralLoose ( [ 'pi' ] , [ '\\pi' ] ) ,
_templateObject41 = _taggedTemplateLiteralLoose ( [ 'a(t) = A sin (omega cdot t + phi + pi)' ] , [ 'a(t) = A \\sin (\\omega \\cdot t + \\phi + \\pi)' ] ) ,
_templateObject42 = _taggedTemplateLiteralLoose ( [ 'phi' ] , [ '\\phi' ] ) ,
_templateObject43 = _taggedTemplateLiteralLoose ( [ 'v = \frac{Delta s}{t} = \frac{2 pi cdot r}{T} = omega r' ] , [ 'v = \\frac{\\Delta s}{t} = \\frac{2 \\pi \\cdot r}{T} = \\omega r' ] ) ,
_templateObject44 = _taggedTemplateLiteralLoose ( [ 'a = \frac{v^2}{r} = r cdot omega^2 = v cdot omega' ] , [ 'a = \\frac{v^2}{r} = r \\cdot \\omega^2 = v \\cdot \\omega' ] ) ,
_templateObject45 = _taggedTemplateLiteralLoose ( [ 'F = m cdot a' ] , [ 'F = m \\cdot a' ] ) ,
_templateObject46 = _taggedTemplateLiteralLoose ( [ 'W = \x0Bec{F} cdot \x0Bec{s} = F cdot Delta s cdot cos(alpha )' ] , [ 'W = \\vec{F} \\cdot \\vec{s} = F \\cdot \\Delta s \\cdot cos(\\alpha )' ] ) ,
_templateObject47 = _taggedTemplateLiteralLoose ( [ 'E_c = \frac{1}{2} m v^2' ] , [ 'E_c = \\frac{1}{2} m v^2' ] ) ,
_templateObject48 = _taggedTemplateLiteralLoose ( [ 'Delta E_c = W' ] , [ '\\Delta E_c = W' ] ) ,
_templateObject49 = _taggedTemplateLiteralLoose ( [ 'E_{p_g} = m cdot g cdot h' ] , [ 'E_{p_g} = m \\cdot g \\cdot h' ] ) ,
_templateObject50 = _taggedTemplateLiteralLoose ( [ 'E_{p_e} = \frac{1}{2} k x^2' ] , [ 'E_{p_e} = \\frac{1}{2} k x^2' ] ) ,
_templateObject51 = _taggedTemplateLiteralLoose ( [ 'E = E_k + E_p' ] , [ 'E = E_k + E_p' ] ) ,
_templateObject52 = _taggedTemplateLiteralLoose ( [ 'P = \frac{Delta E}{Delta t}' ] , [ 'P = \\frac{\\Delta E}{\\Delta t}' ] ) ,
_templateObject53 = _taggedTemplateLiteralLoose ( [ 'C_{elettrone} = 1.602 cdot 10^{-19}' ] , [ 'C_{elettrone} = 1.602 \\cdot 10^{-19}' ] ) ,
_templateObject54 = _taggedTemplateLiteralLoose ( [ 'left | \x0Bec{F}_{elettrica} \right | = \frac{-k cdot q_1 cdot q_2}{s^2}' ] , [ '\\left | \\vec{F}_{elettrica} \\right | = \\frac{-k \\cdot q_1 \\cdot q_2}{s^2}' ] ) ,
_templateObject55 = _taggedTemplateLiteralLoose ( [ 'k' ] , [ 'k' ] ) ,
_templateObject56 = _taggedTemplateLiteralLoose ( [ 'k = 8.99 cdot 10^9 \frac{N cdot m^2}{C^2}' ] , [ 'k = 8.99 \\cdot 10^9 \\frac{N \\cdot m^2}{C^2}' ] ) ,
_templateObject57 = _taggedTemplateLiteralLoose ( [ 'epsilon_0' ] , [ '\\epsilon_0' ] ) ,
_templateObject58 = _taggedTemplateLiteralLoose ( [ 'k = \frac{1}{4 pi cdot epsilon_0}' ] , [ 'k = \\frac{1}{4 \\pi \\cdot \\epsilon_0}' ] ) ,
_templateObject59 = _taggedTemplateLiteralLoose ( [ 'left | \x0Bec{F}_{elettrica} \right | = \frac{q_1 cdot q_2}{4 pi cdot epsilon_0 cdot s^2}' ] , [ '\\left | \\vec{F}_{elettrica} \\right | = \\frac{q_1 \\cdot q_2}{4 \\pi \\cdot \\epsilon_0 \\cdot s^2}' ] ) ,
_templateObject60 = _taggedTemplateLiteralLoose ( [ '\x0Bec{E} = \frac{\x0Bec{F}_{elettrica}}{q} = \frac{-k cdot q}{s^2}' ] , [ '\\vec{E} = \\frac{\\vec{F}_{elettrica}}{q} = \\frac{-k \\cdot q}{s^2}' ] ) ,
_templateObject61 = _taggedTemplateLiteralLoose ( [ 'Phi_E = \x0Bec{E} cdot \x0Bec{A}' ] , [ '\\Phi_E = \\vec{E} \\cdot \\vec{A}' ] ) ,
_templateObject62 = _taggedTemplateLiteralLoose ( [ 'Phi_E = \x0Bec{E} cdot \x0Bec{A} = E_perp cdot A cdot cos(alpha)' ] , [ '\\Phi_E = \\vec{E} \\cdot \\vec{A} = E_\\perp \\cdot A \\cdot \\cos(\\alpha)' ] ) ,
_templateObject63 = _taggedTemplateLiteralLoose ( [ 'Phi_E = 4 pi cdot k cdot q = \frac{q}{epsilon_0}' ] , [ '\\Phi_E = 4 \\pi \\cdot k \\cdot q = \\frac{q}{\\epsilon_0}' ] ) ,
_templateObject64 = _taggedTemplateLiteralLoose ( [ 'U_e' ] , [ 'U_e' ] ) ,
2019-12-11 17:45:22 +00:00
_templateObject65 = _taggedTemplateLiteralLoose ( [ 'V = \frac{U_e}{q}' ] , [ 'V = \\frac{U_e}{q}' ] ) ,
2019-12-09 18:34:52 +00:00
_templateObject66 = _taggedTemplateLiteralLoose ( [ 'V' ] , [ 'V' ] ) ,
_templateObject67 = _taggedTemplateLiteralLoose ( [ 'I = \frac{Delta q}{Delta t}' ] , [ 'I = \\frac{\\Delta q}{\\Delta t}' ] ) ,
_templateObject68 = _taggedTemplateLiteralLoose ( [ 'A' ] , [ 'A' ] ) ,
2019-12-11 17:45:22 +00:00
_templateObject69 = _taggedTemplateLiteralLoose ( [ 'P = \frac{Delta U_e}{Delta t} = I cdot Delta V = I^2 cdot R = \frac{(Delta V)^2}{R}' ] , [ 'P = \\frac{\\Delta U_e}{\\Delta t} = I \\cdot \\Delta V = I^2 \\cdot R = \\frac{(\\Delta V)^2}{R}' ] ) ,
2019-12-09 18:34:52 +00:00
_templateObject70 = _taggedTemplateLiteralLoose ( [ 'V = R cdot I' ] , [ 'V = R \\cdot I' ] ) ,
_templateObject71 = _taggedTemplateLiteralLoose ( [ 'R' ] , [ 'R' ] ) ,
_templateObject72 = _taggedTemplateLiteralLoose ( [ 'Omega' ] , [ '\\Omega' ] ) ,
_templateObject73 = _taggedTemplateLiteralLoose ( [ 'R = \rho \frac{L_{unghezza}}{A_{rea}}' ] , [ 'R = \\rho \\frac{L_{unghezza}}{A_{rea}}' ] ) ,
_templateObject74 = _taggedTemplateLiteralLoose ( [ '\rho' ] , [ '\\rho' ] ) ,
_templateObject75 = _taggedTemplateLiteralLoose ( [ '\rho = \rho_0 (1 + alpha(T - T_0))' ] , [ '\\rho = \\rho_0 (1 + \\alpha(T - T_0))' ] ) ,
_templateObject76 = _taggedTemplateLiteralLoose ( [ 'C = \frac{q_{massima}}{Delta V}' ] , [ 'C = \\frac{q_{massima}}{\\Delta V}' ] ) ,
_templateObject77 = _taggedTemplateLiteralLoose ( [ 'C_{nuova} = kappa cdot \frac{epsilon_0 cdot A}{s}' ] , [ 'C_{nuova} = \\kappa \\cdot \\frac{\\epsilon_0 \\cdot A}{s}' ] ) ,
_templateObject78 = _taggedTemplateLiteralLoose ( [ 'kappa' ] , [ '\\kappa' ] ) ,
2020-01-10 01:51:19 +00:00
_templateObject79 = _taggedTemplateLiteralLoose ( [ 's' ] , [ 's' ] ) ,
2019-12-09 18:34:52 +00:00
_templateObject80 = _taggedTemplateLiteralLoose ( [ 'Fa' ] , [ 'Fa' ] ) ,
_templateObject81 = _taggedTemplateLiteralLoose ( [ 'R_{serie} = sum_{i=1}^{n} R_i' ] , [ 'R_{serie} = \\sum_{i=1}^{n} R_i' ] ) ,
_templateObject82 = _taggedTemplateLiteralLoose ( [ 'R_{parallelo} = \frac{1}{sum_{i=1}^{n} \frac{1}{R_i}}' ] , [ 'R_{parallelo} = \\frac{1}{\\sum_{i=1}^{n} \\frac{1}{R_i}}' ] ) ,
_templateObject83 = _taggedTemplateLiteralLoose ( [ 'C_{serie} = \frac{1}{sum_{i=1}^{n} \frac{1}{C_i}}' ] , [ 'C_{serie} = \\frac{1}{\\sum_{i=1}^{n} \\frac{1}{C_i}}' ] ) ,
_templateObject84 = _taggedTemplateLiteralLoose ( [ 'C_{parallelo} = sum_{i=1}^{n} C_n' ] , [ 'C_{parallelo} = \\sum_{i=1}^{n} C_n' ] ) ,
_templateObject85 = _taggedTemplateLiteralLoose ( [ 'mu_0 = 4 pi cdot 10^{-7} \frac{H}{m}' ] , [ '\\mu_0 = 4 \\pi \\cdot 10^{-7} \\frac{H}{m}' ] ) ,
_templateObject86 = _taggedTemplateLiteralLoose ( [ '\frac{N}{A^2}' ] , [ '\\frac{N}{A^2}' ] ) ,
_templateObject87 = _taggedTemplateLiteralLoose ( [ 'B' ] , [ 'B' ] ) ,
2019-12-16 17:32:27 +00:00
_templateObject88 = _taggedTemplateLiteralLoose ( [ 'Phi_{B_{i}} = \x0Bec{B} cdot \x0Bec{L}_n = B cdot L_i cdot sin(alpha) = B_parallel cdot L_i' ] , [ '\\Phi_{B_{i}} = \\vec{B} \\cdot \\vec{L}_n = B \\cdot L_i \\cdot \\sin(\\alpha) = B_\\parallel \\cdot L_i' ] ) ,
_templateObject89 = _taggedTemplateLiteralLoose ( [ 'Phi_{B} = sum_{i=0}^{n_{lati}} Phi_{Bn}' ] , [ '\\Phi_{B} = \\sum_{i=0}^{n_{lati}} \\Phi_{Bn}' ] ) ,
2019-12-11 17:45:22 +00:00
_templateObject90 = _taggedTemplateLiteralLoose ( [ 'Wb = T cdot m^2' ] , [ 'Wb = T \\cdot m^2' ] ) ,
2019-12-16 17:32:27 +00:00
_templateObject91 = _taggedTemplateLiteralLoose ( [ 'Phi_B = mu_0 cdot I' ] , [ '\\Phi_B = \\mu_0 \\cdot I' ] ) ,
_templateObject92 = _taggedTemplateLiteralLoose ( [ '\x0Bec{F}_{B} = q cdot (\x0Bec{v} \times \x0Bec{B})' ] , [ '\\vec{F}_{B} = q \\cdot (\\vec{v} \\times \\vec{B})' ] ) ,
_templateObject93 = _taggedTemplateLiteralLoose ( [ '\x0Bec{B}' ] , [ '\\vec{B}' ] ) ,
_templateObject94 = _taggedTemplateLiteralLoose ( [ '\x0Bec{v}' ] , [ '\\vec{v}' ] ) ,
_templateObject95 = _taggedTemplateLiteralLoose ( [ '\x0Bec{F}_{magnetica} = I cdot (\x0Bec{L} \times \x0Bec{B})' ] , [ '\\vec{F}_{magnetica} = I \\cdot (\\vec{L} \\times \\vec{B})' ] ) ,
_templateObject96 = _taggedTemplateLiteralLoose ( [ 'I' ] , [ 'I' ] ) ,
_templateObject97 = _taggedTemplateLiteralLoose ( [ '\x0Bec{L}' ] , [ '\\vec{L}' ] ) ,
_templateObject98 = _taggedTemplateLiteralLoose ( [ 'left | \x0Bec{B} \right | = mu_0 cdot I cdot \frac{A_{vvolgimenti}}{L_{unghezzafilo}}' ] , [ '\\left | \\vec{B} \\right | = \\mu_0 \\cdot I \\cdot \\frac{A_{vvolgimenti}}{L_{unghezzafilo}}' ] ) ,
_templateObject99 = _taggedTemplateLiteralLoose ( [ 'left | \x0Bec{B} \right | = \frac{mu cdot I}{2 pi r}' ] , [ '\\left | \\vec{B} \\right | = \\frac{\\mu \\cdot I}{2 \\pi r}' ] ) ,
_templateObject100 = _taggedTemplateLiteralLoose ( [ 'Delta V_{indotta} = v cdot B cdot L' ] , [ '\\Delta V_{indotta} = v \\cdot B \\cdot L' ] ) ,
_templateObject101 = _taggedTemplateLiteralLoose ( [ 'Phi_B = \x0Bec{B} cdot \x0Bec{A} = B cdot A cdot cos(alpha)' ] , [ '\\Phi_B = \\vec{B} \\cdot \\vec{A} = B \\cdot A \\cdot \\cos(\\alpha)' ] ) ,
_templateObject102 = _taggedTemplateLiteralLoose ( [ 'Delta V_{indotta} = - \frac{Delta Phi_B}{Delta t}' ] , [ '\\Delta V_{indotta} = - \\frac{\\Delta \\Phi_B}{\\Delta t}' ] ) ,
_templateObject103 = _taggedTemplateLiteralLoose ( [ 'Delta V_{indotta} = - \frac{N cdot Delta Phi_{B_{spira}}}{Delta t} = - \frac{N cdot B cdot A cdot cos(alpha)}{Delta t}' ] , [ '\\Delta V_{indotta} = - \\frac{N \\cdot \\Delta \\Phi_{B_{spira}}}{\\Delta t} = - \\frac{N \\cdot B \\cdot A \\cdot cos(\\alpha)}{\\Delta t}' ] ) ,
_templateObject104 = _taggedTemplateLiteralLoose ( [ 'N' ] , [ 'N' ] ) ,
_templateObject105 = _taggedTemplateLiteralLoose ( [ 'E' ] , [ 'E' ] ) ,
_templateObject106 = _taggedTemplateLiteralLoose ( [ 'E = c cdot B' ] , [ 'E = c \\cdot B' ] ) ,
_templateObject107 = _taggedTemplateLiteralLoose ( [ 'c' ] , [ 'c' ] ) ,
_templateObject108 = _taggedTemplateLiteralLoose ( [ 'c = \frac{1}{sqrt{epsilon_0 cdot mu_0}} = 3.00 cdot 10^8 \frac{m}{s}' ] , [ 'c = \\frac{1}{\\sqrt{\\epsilon_0 \\cdot \\mu_0}} = 3.00 \\cdot 10^8 \\frac{m}{s}' ] ) ,
_templateObject109 = _taggedTemplateLiteralLoose ( [ 'A(t) = A_{max} cdot sin left ( \frac{2 pi}{lambda} - omega t + phi \right )' ] , [ 'A(t) = A_{max} \\cdot \\sin \\left ( \\frac{2 \\pi}{\\lambda} - \\omega t + \\phi \\right )' ] ) ,
_templateObject110 = _taggedTemplateLiteralLoose ( [ 'A_{max}' ] , [ 'A_{max}' ] ) ,
_templateObject111 = _taggedTemplateLiteralLoose ( [ '\frac{2 pi}{lambda} = left | \x0Bec{k} \right |' ] , [ '\\frac{2 \\pi}{\\lambda} = \\left | \\vec{k} \\right |' ] ) ,
_templateObject112 = _taggedTemplateLiteralLoose ( [ 'omega' ] , [ '\\omega' ] ) ,
_templateObject113 = _taggedTemplateLiteralLoose ( [ '\frac{1}{lambda} = R left ( \frac{1}{4} - \frac{1}{n^2} \right )' ] , [ '\\frac{1}{\\lambda} = R \\left ( \\frac{1}{4} - \\frac{1}{n^2} \\right )' ] ) ,
_templateObject114 = _taggedTemplateLiteralLoose ( [ 'R = 1.097 cdot 10^7 \frac{1}{m}' ] , [ 'R = 1.097 \\cdot 10^7 \\frac{1}{m}' ] ) ,
_templateObject115 = _taggedTemplateLiteralLoose ( [ 'n' ] , [ 'n' ] ) ,
_templateObject116 = _taggedTemplateLiteralLoose ( [ 'h' ] , [ 'h' ] ) ,
_templateObject117 = _taggedTemplateLiteralLoose ( [ 'hbar = left ( \frac{h}{2 pi} \right )' ] , [ '\\hbar = \\left ( \\frac{h}{2 \\pi} \\right )' ] ) ,
_templateObject118 = _taggedTemplateLiteralLoose ( [ 'm cdot v_n cdot 2 pi cdot r = n cdot h' ] , [ 'm \\cdot v_n \\cdot 2 \\pi \\cdot r = n \\cdot h' ] ) ,
_templateObject119 = _taggedTemplateLiteralLoose ( [ 'r_n = n^2 cdot a_0 = n^2 cdot \frac{hbar}{m_{elettrone} cdot k cdot e^2} ' ] , [ 'r_n = n^2 \\cdot a_0 = n^2 \\cdot \\frac{\\hbar}{m_{elettrone} \\cdot k \\cdot e^2} ' ] ) ,
_templateObject120 = _taggedTemplateLiteralLoose ( [ 'a_0 = left ( \frac{h}{2 pi} \right )^2 cdot \frac{1}{m_{elettrone} cdot k cdot e^2} = 5.29 cdot 10^{-11} m' ] , [ 'a_0 = \\left ( \\frac{h}{2 \\pi} \\right )^2 \\cdot \\frac{1}{m_{elettrone} \\cdot k \\cdot e^2} = 5.29 \\cdot 10^{-11} m' ] ) ,
_templateObject121 = _taggedTemplateLiteralLoose ( [ 'E_n = \frac{1}{n^2} cdot E_1 = - \frac{1}{n^2} cdot \frac{a_0^2}{2 cdot m cdot hbar^4} = - \frac{1}{n^2} cdot \frac{m_{elettrone} cdot k^2 cdot e^4}{2 cdot hbar^2}' ] , [ 'E_n = \\frac{1}{n^2} \\cdot E_1 = - \\frac{1}{n^2} \\cdot \\frac{a_0^2}{2 \\cdot m \\cdot \\hbar^4} = - \\frac{1}{n^2} \\cdot \\frac{m_{elettrone} \\cdot k^2 \\cdot e^4}{2 \\cdot \\hbar^2}' ] ) ,
_templateObject122 = _taggedTemplateLiteralLoose ( [ '10^1 eV' ] , [ '10^1 eV' ] ) ,
_templateObject123 = _taggedTemplateLiteralLoose ( [ '1 eV' ] , [ '1 eV' ] ) ,
_templateObject124 = _taggedTemplateLiteralLoose ( [ 'lambda' ] , [ '\\lambda' ] ) ,
_templateObject125 = _taggedTemplateLiteralLoose ( [ 'lambda_{max} cdot T' ] , [ '\\lambda_{max} \\cdot T' ] ) ,
_templateObject126 = _taggedTemplateLiteralLoose ( [ 'E_{fotone} = h cdot f' ] , [ 'E_{fotone} = h \\cdot f' ] ) ;
2019-12-09 18:34:52 +00:00
function _taggedTemplateLiteralLoose ( strings , raw ) { strings . raw = raw ; return strings ; }
function fisica _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function fisica _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function fisica _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var r = String . raw ;
var fisica _ _ref = Object ( preact _min [ "h" ] ) (
'h1' ,
null ,
'Fisica'
) ;
var fisica _ _ref2 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Usa le regole base della trigonometria:'
) ;
var fisica _ _ref3 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Scomponi in componenti, poi sommali:'
) ;
var _ref4 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Produce il vettore risultante dall\'applicazione della regola del parallelogramma.'
) ;
var _ref5 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Alla fine \xE8 sempre una somma:'
) ;
var _ref6 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Produce il vettore che parte da ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'w'
) ,
' e arriva a ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'v'
) ,
'.'
) ;
var _ref7 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Si chiama scalare perch\xE8 il risultato \xE8 uno scalare, non un vettore.'
) ;
var _ref8 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Si chiama vettoriale perch\xE8 il risultato \xE8 un altro vettore.'
) ;
var _ref9 = Object ( preact _min [ "h" ] ) (
'li' ,
null ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://it.wikipedia.org/wiki/Regola_della_mano_destra' } ,
'Regola della mano destra'
)
) ;
var _ref10 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Non \xE8 commutativo!'
) ;
var _ref11 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se un corpo puntiforme ha forza risultante nulla, allora la sua velocit\xE0 non cambia.'
) ;
var _ref12 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La forza risultante di un corpo \xE8 direttamente proporzionale alla sua accelerazione, e la costante di proporzionalit\xE0 \xE8 la ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'massa'
) ,
'.'
) ;
var _ref13 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Due corpi esercitano forze uguali e opposte uno sull\'altro.'
) ;
var _ref14 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Due corpi puntiformi si attirano uno verso l\'altro con forza:'
) ;
var _ref15 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'G'
) ,
' \xE8 la ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'costante di gravitazione universale'
) ,
' e vale:'
) ;
var _ref16 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se nel sistema di riferimento consideriamo la Terra ferma, allora un corpo \xE8 attratto verso la Terra con forza ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'peso'
) ,
' uguale a:'
) ;
var _ref17 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'g'
) ,
' \xE8 la ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'costante di gravit\xE0'
) ,
' della Terra, e vale:'
) ;
var _ref18 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Per pianeti diversi dalla Terra vale la stessa regola:'
) ;
var _ref19 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'L\'unica differenza \xE8 che cambia la ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'costante di gravit\xE0'
) ,
':'
) ;
var _ref20 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Normale' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Si oppone alle forze applicate alla superficie di contatto.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Un libro appoggiato su un tavolo ha la ' ,
Object ( preact _min [ "h" ] ) (
'b' ,
null ,
'forza di gravit\xE0'
) ,
' che lo attira verso il terreno e la ' ,
Object ( preact _min [ "h" ] ) (
'b' ,
null ,
'forza normale'
) ,
' che lo trattiene dal cadere.'
)
) ;
var _ref21 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Impedisce a un corpo di muoversi se non viene spinto da una forza che supera una certa soglia:'
) ;
var _ref22 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Rallenta i corpi che si stanno muovendo finch\xE8 essi non si fermano:'
) ;
var _ref23 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Tensione' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'E\' forza trasmessa tra due estremi di una fune.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Pu\xF2 essere redirezionata per mezzo di carrucole.'
)
) ;
var _ref24 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Una molla cerca sempre di tornare alla sua posizione indeformata con forza:'
) ;
var _ref25 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'(E\' negativa perch\xE8 la forza \xE8 opposta a quella applicata per deformarla.)'
) ;
var _ref26 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 un vettore che indica la posizione di un corpo rispetto a un\'origine.'
) ;
var _ref27 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 un vettore che misura la variazione di posizione nel tempo.'
) ;
var _ref28 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se si considera un intervallo di tempo infinitesimale si dice ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'velocit\xE0 istantanea'
) ,
':'
) ;
var _ref29 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 un vettore che misura la variazione di velocit\xE0 nel tempo.'
) ;
var _ref30 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se si considera un intervallo di tempo infinitesimale si dice ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'accelerazione istantanea'
) ,
':'
) ;
var _ref31 = Object ( preact _min [ "h" ] ) (
'span' ,
null ,
'Quantit\xE0 di moto ' ,
Object ( preact _min [ "h" ] ) (
'small' ,
null ,
'(momento lineare)'
)
) ;
var _ref32 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La quantit\xE0 di moto \xE8 una propriet\xE0 vettoriale dei corpi:'
) ;
var _ref33 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se la forza risultante \xE8 nulla, la quantit\xE0 di moto non cambia.'
) ;
var _ref34 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'legge oraria'
) ,
' \xE8:'
) ;
var _ref35 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 costante:'
) ;
var _ref36 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La velocit\xE0 non varia:'
) ;
var _ref37 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Forze' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Si applica la prima legge di Newton:'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'f(t) = 0'
)
)
) ;
var _ref38 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'legge oraria'
) ,
' \xE8:'
) ;
var _ref39 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 una retta:'
) ;
var _ref40 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 costante:'
) ;
var _ref41 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Forze' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Si applica la prima legge di Newton:'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'f(t) = m a'
)
)
) ;
var _ref42 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Ampiezza' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'E\' la distanza dal centro massima che raggiunge il corpo.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'(L\'ampiezza di una sinusoide.)'
)
) ;
var _ref43 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Indica quanto in fretta cambia la posizione del corpo.'
) ;
var _ref44 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Dipende dal periodo:'
) ;
var _ref45 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'E\' una sinusoide:'
) ;
var _ref46 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Forze' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Si applica la prima legge di Newton:'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'f(t) = m a'
)
)
) ;
var _ref47 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Moto parabolico' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Il moto parabolico \xE8 dato sommando un moto rettilineo uniforme sull\'asse orizzontale e un moto rettilineo uniformemente accelerato sull\'asse verticale.'
)
) ;
var _ref48 = Object ( preact _min [ "h" ] ) (
'h3' ,
null ,
'Velocit\xE0 angolare'
) ;
var _ref49 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Quanto cambia la fase nel tempo.'
) ;
var _ref50 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'E\' l\'angolo percorso dal corpo rispetto alla posizione iniziale.'
) ;
var _ref51 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Si applicano le formule per la circonferenza:'
) ;
var _ref52 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Il corpo ha sempre un accelerazione verso il centro che gli impedisce di abbandonare il moto:'
) ;
var _ref53 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 verso il centro e si calcola con:'
) ;
var _ref54 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'E\' compiuto da una forza che sposta un corpo.'
) ;
var _ref55 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'(Se la forza non \xE8 parallela allo spostamento, il prodotto scalare ci fa considerare solo la componente parallela.)'
) ;
var _ref56 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Un corpo ha energia cinetica in ogni momento uguale a:'
) ;
var _ref57 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se una forza effettua lavoro su un corpo, cambia la sua energia cinetica pari al lavoro effettuato:'
) ;
var _ref58 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Un corpo ha energia potenziale in ogni momento pari a:'
) ;
var _ref59 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'(Con ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'h'
) ,
' uguale a un altezza scelta come punto di riferimento.)'
) ;
var _ref60 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Una molla ha sempre energia potenziale elastica pari a:'
) ;
var _ref61 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Sono conservative le forze per le quali il lavoro compiuto non dipende dal percorso seguito per andare dalla partenza all\'arrivo.'
) ;
var _ref62 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Ad esempio, \xE8 conservativa la ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'forza di gravit\xE0'
) ,
', ma ' ,
Object ( preact _min [ "h" ] ) (
'b' ,
null ,
'non'
) ,
' \xE8 conservativa la forza di attrito.'
) ;
var _ref63 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se in un sistema ci sono solo forze conservative, allora l\'energia meccanica totale si conserva:'
) ;
var _ref64 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 la velocit\xE0 di trasferimento di energia:'
) ;
var _ref65 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 una propriet\xE0 dei corpi che pu\xF2 essere ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'positiva'
) ,
' o ' ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'negativa'
) ,
'.'
) ;
var _ref66 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Si conserva: in un sistema chiuso la carica totale \xE8 costante.'
) ;
var _ref67 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Cariche ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'opp'
) ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'oste'
) ,
' si attraggono; cariche ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'uguali'
) ,
' si respingono.'
) ;
var _ref68 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Conduttori e isolanti' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Pi\xF9 ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://it.wikipedia.org/wiki/Ione' } ,
'ioni'
) ,
' ha un corpo, meglio la carica si muove attraverso di esso.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'I corpi in cui la carica si muove bene sono ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'conduttori'
) ,
', mentre quelli in cui si muove difficilmente sono ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'isolanti'
) ,
'.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'Il corpo umano \xE8 un buon conduttore.'
)
)
) ;
var _ref69 = Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Polarizzazione' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Polarizzazione' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'E\' possibile polarizzare un corpo per accumulare la carica di un segno in una certa zona.'
)
)
) ;
var _ref70 = Object ( preact _min [ "h" ] ) (
split _Split ,
null ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Messa a terra' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se un corpo conduttore \xE8 in contatto con la Terra, le cariche su di esso saranno ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'equilibrate'
) ,
' e il corpo diventer\xE0 elettricamente neutro (con stesso numero di ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'cariche positive'
) ,
' e ' ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'negative'
) ,
' all\'interno).'
)
)
) ;
var _ref71 = Object ( preact _min [ "h" ] ) (
split _Split ,
null ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Polarizzazione per strofinio' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Strofinando tra loro due corpi isolanti, essi si ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'polarizzeranno per strofinio'
) ,
'.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Polarizzazione per contatto' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Toccando un conduttore con un corpo carico, il conduttore potr\xE0 ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'polarizzarsi per contatto'
) ,
'.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Polarizzazione per induzione' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se un corpo conduttore ha cariche "esterne" di un ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'certo segno'
) ,
' vicino, esso avr\xE0 tutte le cariche del ' ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'segno opposto'
) ,
' in equilibrio vicino alle cariche esterne, e tutte le cariche dello ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'stesso segno'
) ,
' pi\xF9 lontano possibile da esse.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Mettendo a terra il conduttore, nuove cariche del ' ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'segno opposto'
) ,
' saranno attratte all\'interno del corpo per equilibrare le cariche che si sono allontanate.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Staccando il conduttore da terra e rimuovendo le cariche esterne, esso si ritrover\xE0 ' ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'caricato del segno opposto'
) ,
' rispetto alle cariche esterne.'
)
)
) ;
var _ref72 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Due corpi carichi si attraggono tra loro con forza:'
) ;
var _ref73 = Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'costante di Coulomb'
) ;
var _ref74 = Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'permeabilit\xE0 del vuoto'
) ;
var _ref75 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Misura che forza viene applicata in ogni punto su una carica unitaria:'
) ;
var _ref76 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 la differenza tra "quanto" campo elettrico ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'entra'
) ,
' e quanto campo elettrico ' ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'esce'
) ,
' da una certa area.'
) ;
var _ref77 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'In qualsiasi superficie chiusa, il flusso elettrico \xE8 uguale alla componente perpendicolare del campo elettrico moltiplicato per l\'area.'
) ;
var _ref78 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se il campo elettrico \xE8 uniforme, se ne pu\xF2 calcolare facilmente il valore:'
) ;
var _ref79 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
todo _Todo ,
null ,
'Circa. E\' una specie di integrale...'
)
) ;
var _ref80 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Il flusso elettrico \xE8 direttamente proporzionale alla carica presente all\'interno della superficie.'
) ;
var _ref81 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Ovvero, i campi elettrostatici sono generati dalle cariche elettriche.'
) ;
var _ref82 = Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'energia potenziale elettrica'
) ;
var _ref83 = Object ( preact _min [ "h" ] ) (
'span' ,
null ,
'Potenziale elettrico ' ,
Object ( preact _min [ "h" ] ) (
'small' ,
null ,
'(tensione)'
)
) ;
var _ref84 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 il valore dell\'energia potenziale elettrica per una carica unitaria.'
) ;
var _ref85 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'In una batteria \xE8 detto ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'forza elettromotrice'
) ,
', e corrisponde al lavoro compiuto da una batteria ideale per spostare una carica unitaria tra i due poli.'
) ;
var _ref86 = Object ( preact _min [ "h" ] ) (
'span' ,
null ,
'Corrente elettrica ' ,
Object ( preact _min [ "h" ] ) (
'small' ,
null ,
'(intensit\xE0)'
)
) ;
var _ref87 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Quanta carica passa attraverso un\'area (perpendicolare al flusso) nel tempo.'
) ;
var _ref88 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Fintanto che c\'\xE8 differenza di potenziale, ci sar\xE0 anche intensit\xE0 non nulla.'
) ;
var _ref89 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'span' ,
null ,
'Corrente continua ' ,
Object ( preact _min [ "h" ] ) (
'small' ,
null ,
'(' ,
Object ( preact _min [ "h" ] ) (
'abbr' ,
{ title : 'Direct Current' } ,
'DC'
) ,
')'
)
) } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Quando in un circuito la direzione della corrente \xE8 costante.'
)
) ;
var _ref90 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : Object ( preact _min [ "h" ] ) (
'span' ,
null ,
'Corrente alternata ' ,
Object ( preact _min [ "h" ] ) (
'small' ,
null ,
'(' ,
Object ( preact _min [ "h" ] ) (
'abbr' ,
{ title : 'Alternate Current' } ,
'AC'
) ,
')'
)
) } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Quando in un circuito la direzione della corrente si alterna periodicamente.'
)
) ;
var _ref91 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Possiamo calcolare la potenza di un circuito:'
) ;
var _ref92 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Riduce l\'intensit\xE0 di corrente, e converte parte del potenziale in calore.'
) ;
var _ref93 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Il potenziale utilizzato \xE8 pari a:'
) ;
var _ref94 = Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'resistenza'
) ;
var _ref95 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La resistenza di un conduttore vale:'
) ;
var _ref96 = Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'resistivit\xE0'
) ;
var _ref97 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Immagazzina potenziale elettrico, permettendo di riutilizzarla in seguito.'
) ;
var _ref98 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Per farlo, cattura cariche ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'positive'
) ,
' e ' ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'negative'
) ,
' sulle sue due armature; perch\xE8 questo avvenga, deve essere compiuto lavoro.'
) ;
var _ref99 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Ha una ' ,
Object ( preact _min [ "h" ] ) (
'b' ,
null ,
'capacit\xE0'
) ,
' caratteristica, che in un condensatore a facce piane parallele \xE8:'
) ;
var _ref100 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Condensatori di capacit\xE0 maggiore immagazzinano pi\xF9 potenziale con meno carica.'
) ;
var _ref101 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La capacit\xE0 aumenta se viene messo qualcosa tra le armature:'
) ;
var _ref102 = Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'costante dielettrica relativa'
) ;
var _ref103 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se il campo elettrico creatosi tra le due armature supera la ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'rigidit\xE0 dielettrica'
) ,
' del condensatore, la carica immagazzinata viene persa e ha luogo un ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'breakdown'
) ,
'.'
) ;
var _ref104 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Amperometro' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Misura la corrente elettrica se messo in serie.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'(Funzionamento: ha una resistenza interna bassisima in modo da non influire significativamente sulla corrente.)'
)
) ;
var _ref105 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Voltmetro' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Misura la differenza di potenziale se messo in parallelo.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'(Funzionamento: ha una resistenza altissima in modo da non influire significativamente sulla tensione.)'
)
) ;
var _ref106 = Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Principi di Kirchhoff' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Legge dei nodi' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Per nodo si intende un qualsiasi punto del circuito.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Da un nodo entra ed esce la stessa corrente.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Legge delle maglie' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Per maglia si intende un qualsiasi percorso chiuso all\'interno del circuito.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'In una maglia chiusa, la somma delle differenze di potenziale \xE8 0.'
)
)
) ;
var _ref107 = Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Serie e Parallelo' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Circuito in serie' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Pi\xF9 parti di circuito sono ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'in serie'
) ,
' se sono consecutive e senza biforcazioni.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Parti di circuito in serie sono attraversate dalla stessa corrente.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Circuito in parallelo' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Pi\xF9 parti di circuito sono ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'in parallelo'
) ,
' tra loro se hanno lo stesso punto di partenza e lo stesso punto di arrivo.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Parti di circuito in parallelo hanno la stessa differenza di potenziale.'
)
)
) ;
var _ref108 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
2020-01-10 01:51:19 +00:00
'Nei circuiti in serie, tutte le resistenze possono essere sostituite con una equivalente dalla resistenza della somma di tutte le quelle sostituite:'
2019-12-09 18:34:52 +00:00
) ;
var _ref109 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
2020-01-10 01:51:19 +00:00
'Nei circuiti in parallelo, tutte le resistenze possono essere sostituite con una equivalente dalla resistenza di:'
2019-12-09 18:34:52 +00:00
) ;
var _ref110 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
2020-01-10 01:51:19 +00:00
'Nei circuiti in serie, tutti i condensatori possono essere sostituiti con uno equivalente dalla capacit\xE0 di:'
2019-12-09 18:34:52 +00:00
) ;
var _ref111 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
2020-01-10 01:51:19 +00:00
'Nei circuiti in parallelo, tutte i condensatori possono essere sostituite con uno equivalente dalla capacit\xE0 della somma di tutti quelli sostituiti:'
2019-12-09 18:34:52 +00:00
) ;
var _ref112 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'E\' una costante fisica fondamentale che rappresenta quanto un materiale si magnetizza facilmente.'
) ;
var _ref113 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Come un campo elettrico, ma per i magneti.'
) ;
var _ref114 = Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'T'
) ;
var _ref115 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'\xC8 "quanto" campo magnetico ' ,
Object ( preact _min [ "h" ] ) (
'b' ,
null ,
'attraversa'
) ,
' un percorso chiuso.'
) ;
var _ref116 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
2019-12-11 17:45:22 +00:00
'Per qualsiasi percorso chiuso, il flusso magnetico \xE8 uguale alla somma di tutti i "sottoflussi" magnetici calcolati sui suoi lati.'
2019-12-09 18:34:52 +00:00
) ;
var _ref117 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Legge di Gauss per i campi magnetici' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Il flusso magnetico attraverso qualsiasi superficie chiusa \xE8 sempre nullo.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Ovvero, non esistono monopoli magnetici.'
)
) ;
2019-12-11 17:45:22 +00:00
var _ref118 = Object ( preact _min [ "h" ] ) (
2019-12-16 17:32:27 +00:00
'p' ,
null ,
'L\'intensit\xE0 di corrente che attraversa un percorso chiuso \xE8 direttamente proporzionale al flusso magnetico dello stesso percorso.'
2019-12-09 18:34:52 +00:00
) ;
2019-12-11 17:45:22 +00:00
var _ref119 = Object ( preact _min [ "h" ] ) (
2019-12-16 17:32:27 +00:00
'span' ,
2019-12-09 18:34:52 +00:00
null ,
'Forza magnetica su carica puntiforme ' ,
Object ( preact _min [ "h" ] ) (
'small' ,
null ,
'(Forza di Lorentz)'
)
) ;
2019-12-11 17:45:22 +00:00
var _ref120 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'I campi magnetici applicano una forza sulle cariche vicine:'
) ;
2019-12-11 17:45:22 +00:00
var _ref121 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'Si ha una forza massima se la velocit\xE0 \xE8 perpendicolare al campo magnetico.'
) ;
2019-12-11 17:45:22 +00:00
var _ref122 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'In un campo magnetico uniforme, una velocit\xE0 perpendicolare al campo porta alla creazione di un moto circolare uniforme.'
) ;
2019-12-11 17:45:22 +00:00
var _ref123 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'I campi magnetici influenzano ovviamente anche le cariche presenti in un conduttore:'
) ;
2019-12-11 17:45:22 +00:00
var _ref124 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'a' ,
{ href : 'https://it.openprof.com/wb/forza_di_lorentz_su_un_filo_percorso_da_corrente?ch=360' } ,
'[1]'
) ;
2019-12-11 17:45:22 +00:00
var _ref125 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
panel _Panel ,
{ title : 'Campo magnetico in una spira' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Una spira in cui passa corrente produce un campo magnetico perpendicolare al piano creato dalla spira.'
)
) ;
2019-12-16 17:32:27 +00:00
var _ref126 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'Un solenoide sono tante spire avvolte in modo da formare una specie di cilindro.'
) ;
2019-12-16 17:32:27 +00:00
var _ref127 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'All\'interno del solenoide si crea un campo (quasi) uniforme:'
) ;
2019-12-16 17:32:27 +00:00
var _ref128 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'Caso particolare della ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://it.wikipedia.org/wiki/Legge_di_Amp%C3%A8re' } ,
'Legge di Amp\xE8re'
) ,
'.'
)
) ;
2019-12-16 17:32:27 +00:00
var _ref129 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'Il modulo del campo magnetico ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'B'
) ,
' prodotto da un filo in cui passa una corrente continua ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'I'
) ,
' alla distanza ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
's'
) ,
' \xE8:'
) ;
2019-12-16 17:32:27 +00:00
var _ref130 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'Il campo magnetico cos\xEC creato gira attorno al filo in senso antiorario.'
) ;
2019-12-16 17:32:27 +00:00
var _ref131 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'Due fili attraversati dalla ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'stessa corrente'
) ,
' si attraggono, due fili attraversati da ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'corr'
) ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'enti'
) ,
' ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'opp'
) ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'oste'
) ,
' si respingono.'
) ;
2019-12-16 17:32:27 +00:00
var _ref132 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'Un conduttore perpendicolare ad un campo magnetico pu\xF2 ottenere una differenza di potenziale se messo in movimento in un direzione perpendicolare alla direzione del conduttore e del campo.'
) ;
2019-12-16 17:32:27 +00:00
var _ref133 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'La differenza di potenziale si crea a causa della forza magnetica, che fa spostare tutti gli elettroni verso un capo del conduttore.'
) ;
2019-12-16 17:32:27 +00:00
var _ref134 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'Essa vale:'
) ;
2019-12-16 17:32:27 +00:00
var _ref135 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'Dove ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'v'
) ,
' \xE8 la velocit\xE0 del conduttore, ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'B'
) ,
' \xE8 l\'intensit\xE0 del campo magnetico ed ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
'L'
) ,
' \xE8 la lunghezza del conduttore.'
) ;
2019-12-16 17:32:27 +00:00
var _ref136 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'i' ,
null ,
'Legge di Faraday-Neumann-Lenz'
) ;
2019-12-16 17:32:27 +00:00
var _ref137 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'Dice che la forza elettromotrice media indotta in un percorso dipende dalla variazione nel tempo del flusso magnetico nello stesso percorso.'
) ;
2019-12-16 17:32:27 +00:00
var _ref138 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
2019-12-11 17:45:22 +00:00
'Il meno \xE8 dovuto alla ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://it.wikipedia.org/wiki/Legge_di_Lenz' } ,
'Legge di Lenz'
) ,
', che specifica qualitativamente il verso della forza elettromotrice indotta.'
2019-12-09 18:34:52 +00:00
) ;
2019-12-16 17:32:27 +00:00
var _ref139 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
'In un solenoide, la forza elettromotrice indotta \xE8 uguale a:'
) ;
2019-12-16 17:32:27 +00:00
var _ref140 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
panel _Panel ,
{ title : 'Legge di Amp\xE8re-Maxwell' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Correnti o campi elettrici variabili creano un campo magnetico.'
)
) ;
2019-12-16 17:32:27 +00:00
var _ref141 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
2019-12-11 17:45:22 +00:00
'Si dice quindi che sono ' ,
2019-12-09 18:34:52 +00:00
Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'i' ,
2019-12-09 18:34:52 +00:00
null ,
2019-12-11 17:45:22 +00:00
'onde elettromagnetiche'
2019-12-09 18:34:52 +00:00
) ,
2019-12-11 17:45:22 +00:00
'.'
2019-12-09 18:34:52 +00:00
) ;
2019-12-16 17:32:27 +00:00
var _ref142 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
2019-12-11 17:45:22 +00:00
'Esse sono legate dalla relazione:'
) ;
2019-12-16 17:32:27 +00:00
var _ref143 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'I solidi, se portati ad alta temperatura, emettono luce con uno ' ,
2019-12-09 18:34:52 +00:00
Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'a' ,
{ href : 'https://it.wikipedia.org/wiki/Spettro_continuo' } ,
'spettro continuo'
2019-12-09 18:34:52 +00:00
) ,
'.'
) ;
2019-12-16 17:32:27 +00:00
var _ref144 = Object ( preact _min [ "h" ] ) (
2019-12-09 18:34:52 +00:00
'p' ,
null ,
2019-12-11 17:45:22 +00:00
'I gas, invece, ad alta temperatura emettono luce solo con particolari lunghezze d\'onda.'
) ;
2019-12-16 17:32:27 +00:00
var _ref145 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'In un gas di idrogeno, le lunghezze d\'onda emesse sono ricavabili con:'
) ;
2019-12-16 17:32:27 +00:00
var _ref146 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'Una grandezza si dice quantizzata (o discreta) se pu\xF2 assumere solo determinati valori.'
) ;
2019-12-16 17:32:27 +00:00
var _ref147 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'Una grandezza si dice continua se pu\xF2 assumere qualsiasi valore e quindi se non \xE8 quantizzata.'
) ;
2019-12-16 17:32:27 +00:00
var _ref148 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'Energia, momento angolare e raggio sono quantizzati.'
) ;
2019-12-16 17:32:27 +00:00
var _ref149 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'L\'energia degli elettroni \xE8 quantizzata.'
) ;
2019-12-16 17:32:27 +00:00
var _ref150 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'Inoltre, per essi \xE8 valido che:'
) ;
2019-12-16 17:32:27 +00:00
var _ref151 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'Ancora, il raggio delle orbite \xE8 uguale a:'
) ;
2019-12-16 17:32:27 +00:00
var _ref152 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'Infine, in ogni stato, l\'energia \xE8 pari a:'
) ;
2019-12-16 17:32:27 +00:00
var _ref153 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'Due elettroni non possono occupare lo stesso stato.'
) ;
2019-12-16 17:32:27 +00:00
var _ref154 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
'p' ,
null ,
'Questo modello funziona solo per atomi con numero atomico basso. Atomi con molti elettroni hanno comportamenti diversi, descritti dal modello di'
) ;
2019-12-16 17:32:27 +00:00
var _ref155 = Object ( preact _min [ "h" ] ) (
2019-12-11 17:45:22 +00:00
split _Split ,
null ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Nei solidi' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Nei solidi, le lunghezze d\'onda sono talmente tanto vicine da poter essere considerate una banda.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Possono per\xF2 comunque avere dei gap dovuti agli intervalli di energia non ammessi.'
)
)
2019-12-09 18:34:52 +00:00
) ;
2019-12-16 17:32:27 +00:00
var _ref156 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
todo _Todo ,
null ,
'Refactor this'
)
) ;
var _ref157 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se invece la banda di emissione si sovrappone a un altra, allora il corpo \xE8 un conduttore.'
) ;
var _ref158 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Lacune' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Legami in cui ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'mancano elettroni'
) ,
'.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'Elettroni'
) ,
' di altri legami possono spostarsi per colmare le ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'lacune'
) ,
', creandone altre, e spostandole in direzione opposta a quella della corrente.'
)
) ;
var _ref159 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Accettori e donori' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se si inserisce in un cristallo semiconduttore si inserisce un atomo con numero atomico diverso, si otterr\xE0:'
) ,
Object ( preact _min [ "h" ] ) (
'ul' ,
null ,
Object ( preact _min [ "h" ] ) (
'li' ,
null ,
'Con numero atomico maggiore, un semiconduttore di ' ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'tipo N'
) ,
' con ' ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'elettroni in eccesso'
) ,
' liberi di scorrere.'
) ,
Object ( preact _min [ "h" ] ) (
'li' ,
null ,
'Con numero atomico minore, un semiconduttore di ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'tipo P'
) ,
' con ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'lacune in eccesso'
) ,
' libere di catturare elettroni da altri legami.'
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Maggiore impurezza porta a maggiore conduttivit\xE0.'
)
) ;
var _ref160 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Temperatura' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Aumentando la temperatura di un semiconduttore si aumenta la conduttivit\xE0, perch\xE8 eccita le particelle e favorisce il movimento di ' ,
Object ( preact _min [ "h" ] ) (
minus _Minus ,
null ,
'elettroni'
) ,
' e ' ,
Object ( preact _min [ "h" ] ) (
plus _Plus ,
null ,
'lacune'
) ,
'.'
)
) ;
var _ref161 = Object ( preact _min [ "h" ] ) (
'span' ,
null ,
'Ottica ' ,
Object ( preact _min [ "h" ] ) (
'small' ,
null ,
'(non l\'abbiamo fatta)'
)
) ;
var _ref162 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Assorbimento e riflessione' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'I corpi possono assorbire o riflettere le onde elettromagnetiche che li colpiscono.'
)
) ;
var _ref163 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Un corpo nero \xE8 un corpo che assorbe tutte le onde elettromagnetiche che riceve senza rifletterne nessuna.'
) ;
var _ref164 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Teoria di Planck per il corpo nero' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'L\'energia assorbita e emessa dai corpi neri \xE8 quantizzata.'
)
) ;
var _ref165 = Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Un onda magnetica con un quanto di energia \xE8 detta ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'fotone'
) ,
':'
) ;
var _ref166 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Effetto fotoelettrico' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'A volte, i fotoni che colpiscono un metallo possono estrarvi degli elettroni e creare una differenza di potenziale.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Perch\xE8 avvenga, la frequenza deve essere maggiore di una certa soglia.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Il numero di elettroni estratti dipende dall\'intensit\xE0 dell\'onda, mentre l\'energia cinetica degli elettroni dipende dalla frequenza.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Non c\'\xE8 nessun ritardo tra l\'assorbimento del fotone e l\'estrazione di elettroni.'
)
) ;
2019-12-09 18:34:52 +00:00
var fisica _Fisica = function ( _Component ) {
fisica _ _inherits ( Fisica , _Component ) ;
function Fisica ( ) {
fisica _ _classCallCheck ( this , Fisica ) ;
return fisica _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
Fisica . prototype . render = function render ( ) {
return Object ( preact _min [ "h" ] ) (
'div' ,
{ style : fisica _default . a . fisica } ,
fisica _ _ref ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Vettori' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Componenti cartesiane' } ,
fisica _ _ref2 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject )
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject2 )
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject3 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Somma' } ,
fisica _ _ref3 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject4 )
)
) ,
_ref4
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Differenza' } ,
_ref5 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject5 )
)
) ,
_ref6
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Prodotto scalare' } ,
_ref7 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject6 )
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Produce il modulo della proiezione di ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject7 )
) ,
' su ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject8 )
) ,
'.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Prodotto vettoriale' } ,
_ref8 ,
Object ( preact _min [ "h" ] ) (
'ul' ,
null ,
Object ( preact _min [ "h" ] ) (
'li' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject9 )
)
) ,
Object ( preact _min [ "h" ] ) (
'li' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject10 )
)
) ,
_ref9
) ,
_ref10
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Leggi di Newton' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : '1\u1D43: Inerzia' } ,
_ref11 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject11 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : '2\u1D43: Proporzionalit\xE0' } ,
_ref12 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject12 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : '3\u1D43: Azione e reazione' } ,
_ref13 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject13 )
)
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Forza di gravit\xE0' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Tra due corpi' } ,
_ref14 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject14 )
)
) ,
_ref15 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject15 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Verso la Terra' } ,
_ref16 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject16 )
)
) ,
_ref17 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject17 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Su pianeti diversi' } ,
_ref18 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject16 )
)
) ,
_ref19 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject18 )
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject19 )
)
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Forze di contatto' } ,
_ref20 ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Attrito statico' } ,
_ref21 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject20 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Attrito dinamico' } ,
_ref22 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject21 )
)
)
) ,
_ref23 ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Elastica' } ,
_ref24 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject22 )
)
) ,
_ref25
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Cinematica' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Spostamento' } ,
_ref26 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject23 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Velocit\xE0' } ,
_ref27 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject24 )
)
) ,
_ref28 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject25 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Accelerazione' } ,
_ref29 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject26 )
)
) ,
_ref30 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject27 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : _ref31 } ,
_ref32 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject28 )
)
) ,
_ref33 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject29 )
)
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Moto rettilineo uniforme' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Spostamento' } ,
_ref34 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject30 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Velocit\xE0' } ,
_ref35 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject31 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Accelerazione' } ,
_ref36 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject32 )
)
)
) ,
_ref37
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Moto rettilineo uniformemente accelerato' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Spostamento' } ,
_ref38 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject33 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Velocit\xE0' } ,
_ref39 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject34 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Accelerazione' } ,
_ref40 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject35 )
)
)
) ,
_ref41
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Moto armonico semplice' } ,
_ref42 ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Velocit\xE0 angolare' } ,
_ref43 ,
_ref44 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject36 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Spostamento' } ,
_ref45 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject37 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Velocit\xE0' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'E\' la sinusoide dello spostamento, sfasata di ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject38 )
) ,
':'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject39 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Accelerazione' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'E\' la sinusoide della velocit\xE0, sfasata di ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject40 )
) ,
':'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject41 )
)
)
) ,
_ref46
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Moti composti' } ,
_ref47 ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Moto circolare uniforme' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Il moto parabolico \xE8 dato sommando due moti armonici semplici: uno sull\'asse X, e l\'altro, sfasato di ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject38 )
) ,
', sull\'asse Y.'
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Moto circolare uniforme' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
null ,
_ref48 ,
_ref49 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject36 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Fase' } ,
_ref50 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Si indica con ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject42 )
) ,
', e generalmente si usa in radianti.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Velocit\xE0' } ,
_ref51 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject43 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Accelerazione' } ,
_ref52 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject44 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Forza centripeta' } ,
_ref53 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject45 )
)
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Lavoro ed energia' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Lavoro' } ,
_ref54 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject46 )
)
) ,
_ref55
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Energia cinetica' } ,
_ref56 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject47 )
)
) ,
_ref57 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject48 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Energia potenziale gravitazionale' } ,
_ref58 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject49 )
)
) ,
_ref59
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Energia potenziale elastica' } ,
_ref60 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject50 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Forze conservative' } ,
_ref61 ,
_ref62 ,
_ref63 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject51 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Potenza' } ,
_ref64 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject52 )
)
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Elettrostatica' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Carica elettrica' } ,
_ref65 ,
_ref66 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Esiste un\'unit\xE0 elementare: ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject53 )
) ,
'.'
) ,
_ref67
) ,
_ref68
) ,
_ref69 ,
_ref70 ,
_ref71 ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Forza elettrica' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Legge di Coulomb' } ,
_ref72 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject54 )
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject55 )
) ,
' \xE8 la ' ,
_ref73 ,
', e vale ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject56 )
) ,
'.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Permeabilit\xE0 dello spazio vuoto' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La costante ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject55 )
) ,
' \xE8 in realt\xE0 dipendente da un altra costante, ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject57 )
) ,
', la ' ,
_ref74 ,
'.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject58 )
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject59 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Campo elettrico' } ,
_ref75 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject60 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Flusso elettrico' } ,
_ref76 ,
_ref77 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject61 )
)
) ,
_ref78 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject62 )
)
) ,
_ref79
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Legge di Gauss per i campi elettrostatici' } ,
_ref80 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject63 )
)
) ,
_ref81
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Energia elettrica' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Energia potenziale elettrica' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Un corpo carico vicino ad altre cariche possiede un\'' ,
_ref82 ,
' ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject64 )
) ,
'.'
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Circuiti elettrici' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : _ref83 } ,
_ref84 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject65 )
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La sua unit\xE0 di misura \xE8 il Volt (' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject66 )
) ,
').'
) ,
_ref85
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : _ref86 } ,
_ref87 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject67 )
)
) ,
_ref88 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La sua unit\xE0 di misura \xE8 l\'Ampere (' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject68 )
) ,
').'
)
) ,
_ref89 ,
_ref90 ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Potenza elettrica' } ,
_ref91 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject69 )
)
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Elementi di un circuito' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Resistore' } ,
_ref92 ,
_ref93 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject70 )
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Dove ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject71 )
) ,
' \xE8 una costante detta ' ,
_ref94 ,
' con unit\xE0 di misura Ohm (' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject72 )
) ,
').'
) ,
_ref95 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject73 )
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject74 )
) ,
' \xE8 la ' ,
_ref96 ,
' del materiale, e varia in base alla temperatura:'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject75 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Condensatore' } ,
_ref97 ,
_ref98 ,
_ref99 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject76 )
)
) ,
_ref100 ,
_ref101 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject77 )
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Dove ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject78 )
) ,
' \xE8 la ' ,
_ref102 ,
' del materiale inserito, ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject68 )
) ,
' l\'area di una armatura e ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject79 )
) ,
' la distanza tra le due armature.'
) ,
_ref103 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La sua unit\xE0 di misura \xE8 il Farad (' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject80 )
) ,
')'
)
) ,
_ref104 ,
_ref105
) ,
_ref106 ,
_ref107 ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Resistenze equivalenti' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Circuiti in serie' } ,
_ref108 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject81 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Circuiti in parallelo' } ,
_ref109 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject82 )
)
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Condensatori equivalenti' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Circuiti in serie' } ,
_ref110 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject83 )
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Circuiti in parallelo' } ,
_ref111 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject84 )
)
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Magnetismo' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Permeabilit\xE0 magnetica dello spazio vuoto' } ,
_ref112 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject85 )
) ,
' (' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject86 )
) ,
')'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Campo magnetico' } ,
_ref113 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Il suo simbolo \xE8 ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject87 )
) ,
', e la sua unit\xE0 di misura \xE8 il Tesla (' ,
_ref114 ,
').'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Flusso magnetico' } ,
_ref115 ,
_ref116 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject88 )
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject89 )
2019-12-11 17:45:22 +00:00
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'La sua unit\xE0 di misura \xE8 il Weber (' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject90 )
2019-12-09 18:34:52 +00:00
) ,
').'
2019-12-11 17:45:22 +00:00
)
2019-12-09 18:34:52 +00:00
) ,
2019-12-11 17:45:22 +00:00
_ref117 ,
2019-12-16 17:32:27 +00:00
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Legge di Amp\xE8re' } ,
_ref118 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject91 )
)
)
)
2019-12-09 18:34:52 +00:00
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Forze magnetiche' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
2019-12-16 17:32:27 +00:00
{ title : _ref119 } ,
2019-12-09 18:34:52 +00:00
_ref120 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject92 )
2019-12-09 18:34:52 +00:00
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Dove ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject93 )
2019-12-09 18:34:52 +00:00
) ,
' \xE8 l\'intensit\xE0 del campo magnetico e ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject94 )
2019-12-09 18:34:52 +00:00
) ,
' la velocit\xE0 della carica considerata.'
) ,
2019-12-11 17:45:22 +00:00
_ref121 ,
_ref122
2019-12-09 18:34:52 +00:00
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Forza magnetica in un filo' } ,
2019-12-11 17:45:22 +00:00
_ref123 ,
2019-12-09 18:34:52 +00:00
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject95 )
2019-12-09 18:34:52 +00:00
) ,
' ' ,
2019-12-11 17:45:22 +00:00
_ref124
2019-12-09 18:34:52 +00:00
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Dove ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject96 )
2019-12-09 18:34:52 +00:00
) ,
' \xE8 la corrente elettrica, ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject97 )
2019-12-09 18:34:52 +00:00
) ,
2019-12-16 17:32:27 +00:00
' \xE8 un vettore che punta nella direzione di scorrimento della corrente e ha come modulo la lunghezza del conduttore.'
2019-12-09 18:34:52 +00:00
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Campi magnetici' } ,
2019-12-16 17:32:27 +00:00
_ref125 ,
2019-12-09 18:34:52 +00:00
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Campo magnetico di un solenoide' } ,
2019-12-16 17:32:27 +00:00
_ref126 ,
2019-12-11 17:45:22 +00:00
_ref127 ,
2019-12-09 18:34:52 +00:00
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject98 )
2019-12-09 18:34:52 +00:00
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Legge di Oersted' } ,
2019-12-16 17:32:27 +00:00
_ref128 ,
2019-12-11 17:45:22 +00:00
_ref129 ,
2019-12-09 18:34:52 +00:00
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject99 )
2019-12-09 18:34:52 +00:00
)
) ,
2019-12-16 17:32:27 +00:00
_ref130 ,
_ref131
2019-12-09 18:34:52 +00:00
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Induzione elettromagnetica' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Forza elettromotrice indotta' } ,
2019-12-16 17:32:27 +00:00
_ref132 ,
2019-12-11 17:45:22 +00:00
_ref133 ,
2019-12-09 18:34:52 +00:00
_ref134 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject100 )
2019-12-09 18:34:52 +00:00
)
) ,
2019-12-16 17:32:27 +00:00
_ref135
2019-12-09 18:34:52 +00:00
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Flusso magnetico in una spira' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'In un campo magnetico ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject87 )
) ,
' uniforme e perpendicolare al piano di una spira di area ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject68 )
) ,
', il flusso magnetico si pu\xF2 determinare con la ' ,
2019-12-16 17:32:27 +00:00
_ref136 ,
2019-12-09 18:34:52 +00:00
':'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject101 )
2019-12-09 18:34:52 +00:00
)
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
null ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
2019-12-11 17:45:22 +00:00
{ title : 'Legge di Faraday-Neumann-Lenz' } ,
2019-12-16 17:32:27 +00:00
_ref137 ,
2019-12-09 18:34:52 +00:00
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject102 )
2019-12-09 18:34:52 +00:00
)
2019-12-11 17:45:22 +00:00
) ,
2019-12-16 17:32:27 +00:00
_ref138
2019-12-09 18:34:52 +00:00
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
2019-12-11 17:45:22 +00:00
{ title : 'Faraday in un solenoide' } ,
2019-12-16 17:32:27 +00:00
_ref139 ,
2019-12-09 18:34:52 +00:00
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject103 )
2019-12-09 18:34:52 +00:00
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Dove ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject104 )
2019-12-09 18:34:52 +00:00
) ,
' \xE8 il numero delle spire del solenoide.'
)
) ,
2019-12-16 17:32:27 +00:00
_ref140
2019-12-09 18:34:52 +00:00
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Elettromagnetismo' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Onde elettromagnetiche' } ,
2019-12-11 17:45:22 +00:00
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Nel vuoto, il campo elettrico ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject105 )
2019-12-11 17:45:22 +00:00
) ,
' e il campo magnetico ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject87 )
) ,
' sono perpendicolari tra loro e la direzione di propagazione, e sono entrambe funzioni del tempo.'
) ,
2019-12-16 17:32:27 +00:00
_ref141 ,
2019-12-09 18:34:52 +00:00
_ref142 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject106 )
2019-12-09 18:34:52 +00:00
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Dove ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject107 )
2019-12-09 18:34:52 +00:00
) ,
' \xE8 la velocit\xE0 delle onde (luce) nel vuoto, e a sua volta \xE8 uguale a:'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject108 )
2019-12-09 18:34:52 +00:00
)
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Formula delle onde' } ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject109 )
2019-12-09 18:34:52 +00:00
)
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Dove ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject110 )
2019-12-09 18:34:52 +00:00
) ,
' \xE8 l\'ampiezza massima che pu\xF2 avere l\'onda, ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject111 )
2019-12-09 18:34:52 +00:00
) ,
' \xE8 il vettore d\'onda, ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject112 )
2019-12-09 18:34:52 +00:00
) ,
' la frequenza angolare e ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject42 )
) ,
' la fase.'
2019-12-11 17:45:22 +00:00
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Spettroscopia' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Emissione' } ,
2019-12-16 17:32:27 +00:00
_ref143 ,
2019-12-11 17:45:22 +00:00
_ref144 ,
_ref145 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject113 )
2019-12-11 17:45:22 +00:00
)
2019-12-10 09:45:20 +00:00
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
2019-12-11 17:45:22 +00:00
'Con ' ,
2019-12-10 09:45:20 +00:00
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject114 )
2019-12-11 17:45:22 +00:00
) ,
', detta costante di Rydberg, e ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject115 )
2019-12-10 09:45:20 +00:00
) ,
2019-12-11 17:45:22 +00:00
' un numero intero.'
)
) ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Grandezza quantizzata' } ,
2019-12-16 17:32:27 +00:00
_ref146 ,
2019-12-11 17:45:22 +00:00
_ref147 ,
_ref148 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Nota costante quantica \xE8 ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject116 )
2019-12-11 17:45:22 +00:00
) ,
', la costante di Planck, ovvero il valore minimo possibile per la carica (talvolta espressa come ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject117 )
2019-12-11 17:45:22 +00:00
) ,
'.'
)
)
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
null ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Modello di Bohr' } ,
2019-12-16 17:32:27 +00:00
_ref149 ,
2019-12-11 17:45:22 +00:00
_ref150 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject118 )
2019-12-11 17:45:22 +00:00
)
2019-12-10 09:45:20 +00:00
) ,
2019-12-16 17:32:27 +00:00
_ref151 ,
2019-12-10 09:45:20 +00:00
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject119 )
2019-12-10 09:45:20 +00:00
)
2019-12-11 17:45:22 +00:00
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Con ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject120 )
2019-12-11 17:45:22 +00:00
) ,
'.'
) ,
2019-12-16 17:32:27 +00:00
_ref152 ,
2019-12-11 17:45:22 +00:00
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
2019-12-16 17:32:27 +00:00
r ( _templateObject121 )
2019-12-11 17:45:22 +00:00
)
) ,
2019-12-16 17:32:27 +00:00
_ref153 ,
_ref154
2019-12-09 18:34:52 +00:00
)
2019-12-11 17:45:22 +00:00
) ,
2019-12-16 17:32:27 +00:00
_ref155 ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : 'Semiconduttori' } ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Semiconduttori' } ,
_ref156 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se la banda di emissione con energia pi\xF9 alta di un corpo \xE8 assente o \xE8 separata da un gap dell\'ordine di grandezza maggiore di ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject122 )
) ,
', allora il corpo \xE8 un isolante.'
) ,
_ref157 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Se il gap \xE8 invece dell\'ordine di grandezza di ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject123 )
) ,
', allora il corpo \xE8 un semiconduttore.'
)
) ,
_ref158 ,
_ref159 ,
_ref160
) ,
Object ( preact _min [ "h" ] ) (
split _Split ,
{ title : _ref161 } ,
_ref162 ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Corpo nero' } ,
_ref163 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
'Le onde assorbite vengono poi riemesse sotto forma di un onda di ' ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject124 )
) ,
' variabile in base alla temperatura.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject125 )
) ,
' \xE8 costante.'
)
) ,
_ref164 ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
{ title : 'Fotone' } ,
_ref165 ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
Object ( preact _min [ "h" ] ) (
latex _Latex ,
null ,
r ( _templateObject126 )
)
)
) ,
_ref166
)
2019-12-09 18:34:52 +00:00
) ;
} ;
return Fisica ;
} ( preact _min [ "Component" ] ) ;
// EXTERNAL MODULE: ./pages/vldigeometria.css
var vldigeometria = _ _webpack _require _ _ ( "jHTF" ) ;
var vldigeometria _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( vldigeometria ) ;
// EXTERNAL MODULE: ./components/markdown.css
var markdown = _ _webpack _require _ _ ( "MKE3" ) ;
var markdown _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( markdown ) ;
// EXTERNAL MODULE: ../node_modules/showdown/dist/showdown.js
var showdown = _ _webpack _require _ _ ( "6adR" ) ;
var showdown _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( showdown ) ;
// CONCATENATED MODULE: ./components/markdown.js
function markdown _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function markdown _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function markdown _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var markdown _Markdown = function ( _Component ) {
markdown _ _inherits ( Markdown , _Component ) ;
function Markdown ( ) {
markdown _ _classCallCheck ( this , Markdown ) ;
return markdown _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
Markdown . prototype . render = function render ( ) {
var converter = new showdown _default . a . Converter ( ) ;
converter . setFlavor ( "github" ) ;
var html = converter . makeHtml ( "" + this . props . children ) ;
// noinspection CheckTagEmptyBody
return Object ( preact _min [ "h" ] ) ( "div" , { style : markdown _default . a . markdown , dangerouslySetInnerHTML : { _ _html : html } } ) ;
} ;
return Markdown ;
} ( preact _min [ "Component" ] ) ;
// CONCATENATED MODULE: ./pages/vldigeometria.js
var vldigeometria _ _templateObject = vldigeometria _ _taggedTemplateLiteralLoose ( [ '\nTutte le videolezioni sono state pubblicate sotto licenza [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) dalla Prof.ssa Beatrice Ruini nell\'anno accademico 2018/2019 sul [portale Dolly 2018](https://dolly.fim.unimore.it/2018/course/view.php?id=14#section-0) (Moodle).\n\nPer comodit\xE0, ho estratto l\'url sorgente del video dall\'embed presente nella rispettiva pagina.\n\n1. [Definizione di Spazio Vettoriale](https://www.youtube.com/watch?v=7eHEzf4403c) (1:17:29)\n2. [Sottospazi vettoriali I](https://www.youtube.com/watch?v=FPqrULk5HBU) (37:15)\n3. [Sottospazi vettoriali II](https://www.youtube.com/watch?v=ubDWUw9hk0k) (43:26)\n4. [Sottospazi vettoriali III](https://www.youtube.com/watch?v=381n4NPb6Oc) (40:29)\n5. [Lineare dipendenza e indipendenza](https://www.youtube.com/watch?v=9YVQ5olYrh0) (56:12)\n6. [Basi di uno spazio vettoriale I](https://www.youtube.com/watch?v=mEF_lcTzEoE) (25:52)\n7. [Basi di uno spazio vettoriale II](https://www.youtube.com/watch?v=k1r9JfXY53k) (48:24)\n8. [Teorema di Grassmann](https://www.youtube.com/watch?v=3sqB-MMyCWM) (32:36)\n9. [Basi e Matrici](https://www.youtube.com/watch?v=Rd6AB_jE7YI) (27:06)\n10. [Definizione di Applicazioni Lineari](https://www.youtube.com/watch?v=rmd7ffZeVYk) (16:23)\n11. [Propriet\xE0 delle Applicazioni Lineari](https://www.youtube.com/watch?v=MH7ztQGkqmw) (31:58)\n12. [Definizione di determinante](https://www.youtube.com/watch?v=EwubcLwBdzk) (36:43)\n13. [Propriet\xE0 e metodo di triangolazione](https://www.youtube.com/watch?v=SFusGarV6HI) (22:36)\n14. [Teorema di Laplace](https://www.youtube.com/watch?v=BqZDWnKl2nQ) (29:03)\n15. [4 applicazioni del Teorema di Laplace](https://www.youtube.com/watch?v=2tr3y725GY0) (47:53)\n16. [Spazi vettoriali euclidei reali - Parte 1](https://www.youtube.com/watch?v=W7Z1hm-jwMM) (28:46)\n17. [Spazi vettoriali euclidei reali - Parte 2](https://www.youtube.com/watch?v=zjmKE9TMGm8) (27:17)\n18. [Autovalori e autovettori](https://www.youtube.com/watch?v=XlrlcnvcTtQ) (33:00)\n19. [Polinomio caratteristico](https://www.youtube.com/watch?v=61icRbgWTdI) (31:31)\n20. [Teorema diagonalizzabilit\xE0](https://www.youtube.com/watch?v=wm5V6en9OFo) (18:49)\n21. [Spazi affini](https://player.vimeo.com/video/291457587) (20:46)\n22. [Sottospazi affini](https://player.vimeo.com/video/291458991) (21:32)\n23. [Parallelismo e Riferimenti Affini](https://player.vimeo.com/video/291510181) (16:57)\n24. [Rappresentazione di Sottospazi Affini](https://player.vimeo.com/video/291510296) (31:17)\n25. [Spazi Euclidei](https://player.vimeo.com/video/291510612) (35:57)\n26. [Teoria dei ranghi](https://player.vimeo.com/video/291510964) (9:44)\n27. [Teoria dei ranghi 2](https://player.vimeo.com/video/291510862) (14:44)\n\nNell\'anno accademico 2018/2019 non sono stati trattati gli argomenti nei video 21, 22 e 23.\n ' ] , [ '\nTutte le videolezioni sono state pubblicate sotto licenza [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) dalla Prof.ssa Beatrice Ruini nell\'anno accademico 2018/2019 sul [portale Dolly 2018](https://dolly.fim.unimore.it/2018/course/view.php?id=14#section-0) (Moodle).\n\nPer comodit\xE0, ho estratto l\'url sorgente del video dall\' embed presente nella rispettiva pagina . \ n \ n1 . [ Definizione di Spazio Vettoriale ] ( https : //www.youtube.com/watch?v=7eHEzf4403c) (1:17:29)\n2. [Sottospazi vettoriali I](https://www.youtube.com/watch?v=FPqrULk5HBU) (37:15)\n3. [Sottospazi vettoriali II](https://www.youtube.com/watch?v=ubDWUw9hk0k) (43:26)\n4. [Sottospazi vettoriali III](https://www.youtube.com/watch?v=381n4NPb6Oc) (40:29)\n5. [Lineare dipendenza e indipendenza](https://www.youtube.com/watch?v=9YVQ5olYrh0) (56:12)\n6. [Basi di uno spazio vettoriale I](https://www.youtube.com/watch?v=mEF_lcTzEoE) (25:52)\n7. [Basi di uno spazio vettoriale II](https://www.youtube.com/watch?v=k1r9JfXY53k) (48:24)\n8. [Teorema di Grassmann](https://www.youtube.com/watch?v=3sqB-MMyCWM) (32:36)\n9. [Basi e Matrici](https://www.yo
function vldigeometria _ _taggedTemplateLiteralLoose ( strings , raw ) { strings . raw = raw ; return strings ; }
function vldigeometria _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function vldigeometria _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function vldigeometria _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var vldigeometria _r = String . raw ;
var vldigeometria _ _ref = Object ( preact _min [ "h" ] ) (
'h1' ,
null ,
'Videolezioni di Geometria'
) ;
var vldigeometria _VlDiGeometria = function ( _Component ) {
vldigeometria _ _inherits ( VlDiGeometria , _Component ) ;
function VlDiGeometria ( ) {
vldigeometria _ _classCallCheck ( this , VlDiGeometria ) ;
return vldigeometria _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
VlDiGeometria . prototype . render = function render ( ) {
//Imported from unimore-info-wiki
return Object ( preact _min [ "h" ] ) (
'div' ,
{ style : vldigeometria _default . a . vldigeometria } ,
vldigeometria _ _ref ,
Object ( preact _min [ "h" ] ) (
panel _Panel ,
null ,
Object ( preact _min [ "h" ] ) (
markdown _Markdown ,
null ,
vldigeometria _r ( vldigeometria _ _templateObject )
)
)
) ;
} ;
return VlDiGeometria ;
} ( preact _min [ "Component" ] ) ;
// EXTERNAL MODULE: ./pages/mingwinstall.css
var mingwinstall = _ _webpack _require _ _ ( "5m9J" ) ;
var mingwinstall _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( mingwinstall ) ;
// CONCATENATED MODULE: ./pages/mingwinstall.js
function mingwinstall _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function mingwinstall _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function mingwinstall _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var mingwinstall _ _ref = Object ( preact _min [ "h" ] ) (
'h1' ,
null ,
'Come installare MinGW'
) ;
var mingwinstall _ _ref2 = Object ( preact _min [ "h" ] ) (
panel _Panel ,
null ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Scaricate ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/' } ,
'l\'installer ufficiale'
) ,
', ed eseguitelo.'
) ,
Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://i.imgur.com/mDZSqjV.png' , alt : '' } ) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Dovrebbe comparire questa schermata. Cliccate su ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'Install'
) ,
', poi scegliete una cartella di installazione (ricordatevela!) e poi ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'Continue'
) ,
'. Lasciate stare le altre opzioni, dovrebbero essere tutte spuntate, tranne ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'For all users'
) ,
', che dovrebbe essere disattivato.'
) ,
Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://i.imgur.com/brdw8Xy.png' , alt : '' } ) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Aspettate che finisca il download. Pochi secondi dopo, dovrebbe finire e dovrebbe apparire un tasto' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'Continue'
) ,
'. Premetelo.'
) ,
Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://i.imgur.com/aPTwrxz.png' , alt : '' } ) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Dovrebbe apparirvi questa finestra. L\'installer di MinGW \xE8 una specie di gestore pacchetti (tipo ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'apt'
) ,
' su Ubuntu); potete scegliere quali pacchetti installare, e quindi quali funzionalit\xE0.'
) ,
Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://i.imgur.com/5QLSkFN.png' , alt : '' } ) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Nel nostro caso, dovrebbero servirci ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'mingw32-base-bin'
) ,
' (per il C e alcune librerie C++) e' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'mingw32-gcc-g++-bin'
) ,
' (per il C++). Cliccate, quindi, sui due quadratini corrispondenti, e premete' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'Mark for Installation'
) ,
'. Dovrebbe comparire una freccia gialla sul quadratino.'
) ,
Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://i.imgur.com/zP74nks.png' , alt : '' } ) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Ora, \xE8 il momento di installare i pacchetti. Aprite il men\xF9 ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'Installation'
) ,
', poi premete' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'Apply Changes'
) ,
', e di nuovo ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'Apply'
) ,
'.'
) ,
Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://i.imgur.com/jp4uz5B.png' , alt : '' } ) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Lasciate che scarichi, ci vorr\xE0 un po\'. Guardatevi un video nel frattempo, fatevi una partitina a qualcosa, tornate dopo circa 10 minuti.'
) ,
Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://i.imgur.com/Lq9IepY.png' , alt : '' } ) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Una volta installato, dobbiamo aggiungere ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'g++'
) ,
' ai programmi eseguibili da Prompt dei Comandi: premete il tasto ' ,
Object ( preact _min [ "h" ] ) (
'kbd' ,
null ,
'Windows'
) ,
', e scrivete ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'PATH'
) ,
'. Windows dovrebbe trovarvi automaticamente quell\'opzione.'
) ,
Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://i.imgur.com/dy3b5Ub.png' , alt : '' } ) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Dentro la finestra di ' ,
Object ( preact _min [ "h" ] ) (
'i' ,
null ,
'Propriet\xE0 del Sistema'
) ,
', premete ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'Variabili d\'ambiente'
) ,
'.'
) ,
Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://i.imgur.com/FjYpT1n.png' , alt : '' } ) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Trovate la variabile d\'ambiente globale ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'Path'
) ,
', e fateci doppio click per modificarla.'
) ,
Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://i.imgur.com/klZQ9So.png' , alt : '' } ) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Ora dovreste vedere l\'elenco di tutte le cartelle contenenti programmi eseguibili da terminale: dobbiamo aggiungere quella di MinGW! Premete ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'Sfoglia'
) ,
'.'
) ,
Object ( preact _min [ "h" ] ) ( 'img' , { src : 'https://i.imgur.com/F6lBCqS.png' , alt : '' } ) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Trovate la cartella in cui avete installato MinGW (vi avevo detto di ricordarvela!); entrateci, poi selezionate la sottocartella ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'bin'
) ,
' e premete ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'OK'
) ,
' su tutte le finestre che avete aperto fino ad ora, chiudendole.'
) ,
Object ( preact _min [ "h" ] ) (
'p' ,
null ,
' Complimenti! Avete installato MinGW e potete compilare programmi C e C++ da Windows! Avete a disposizione' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'gcc'
) ,
' e ' ,
Object ( preact _min [ "h" ] ) (
'code' ,
null ,
'g++'
) ,
' sul Prompt dei Comandi, e potete finalmente creare dei file .exe! '
)
) ;
var mingwinstall _MingwInstall = function ( _Component ) {
mingwinstall _ _inherits ( MingwInstall , _Component ) ;
function MingwInstall ( ) {
mingwinstall _ _classCallCheck ( this , MingwInstall ) ;
return mingwinstall _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
MingwInstall . prototype . render = function render ( ) {
//Imported from unimore-info-wiki
return Object ( preact _min [ "h" ] ) (
'div' ,
{ style : mingwinstall _default . a . mingwinstall } ,
mingwinstall _ _ref ,
mingwinstall _ _ref2
) ;
} ;
return MingwInstall ;
} ( preact _min [ "Component" ] ) ;
// EXTERNAL MODULE: ./components/copyright.css
var copyright = _ _webpack _require _ _ ( "qMTX" ) ;
var copyright _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( copyright ) ;
// CONCATENATED MODULE: ./components/copyright.js
function copyright _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function copyright _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function copyright _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
var copyright _ _ref = Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://creativecommons.org/licenses/by-sa/4.0/' } ,
'CC BY-SA 4.0'
) ;
var copyright _ _ref2 = Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://github.com/Steffo99/appuntiweb' } ,
'Codice sorgente'
) ;
var copyright _Copyright = function ( _Component ) {
copyright _ _inherits ( Copyright , _Component ) ;
function Copyright ( ) {
copyright _ _classCallCheck ( this , Copyright ) ;
return copyright _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
Copyright . prototype . render = function render ( ) {
return Object ( preact _min [ "h" ] ) (
'div' ,
{ 'class' : copyright _default . a . copyright } ,
'\xA9 2019 - Stefano Pigozzi - ' ,
copyright _ _ref ,
' - ' ,
copyright _ _ref2
) ;
} ;
return Copyright ;
} ( preact _min [ "Component" ] ) ;
// CONCATENATED MODULE: ./index.js
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "default" , function ( ) { return App ; } ) ;
function index _ _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
function index _ _possibleConstructorReturn ( self , call ) { if ( ! self ) { throw new ReferenceError ( "this hasn't been initialised - super() hasn't been called" ) ; } return call && ( typeof call === "object" || typeof call === "function" ) ? call : self ; }
function index _ _inherits ( subClass , superClass ) { if ( typeof superClass !== "function" && superClass !== null ) { throw new TypeError ( "Super expression must either be null or a function, not " + typeof superClass ) ; } subClass . prototype = Object . create ( superClass && superClass . prototype , { constructor : { value : subClass , enumerable : false , writable : true , configurable : true } } ) ; if ( superClass ) Object . setPrototypeOf ? Object . setPrototypeOf ( subClass , superClass ) : subClass . _ _proto _ _ = superClass ; }
// noinspection JSUnusedGlobalSymbols
var index _ _ref = Object ( preact _min [ "h" ] ) (
'div' ,
{ id : 'app' } ,
Object ( preact _min [ "h" ] ) (
'h1' ,
null ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : '/' } ,
'Appuntiweb'
) ,
' ' ,
Object ( preact _min [ "h" ] ) (
'small' ,
null ,
'di ' ,
Object ( preact _min [ "h" ] ) (
'a' ,
{ href : 'https://steffo.eu/' } ,
'Steffo'
)
)
) ,
Object ( preact _min [ "h" ] ) (
preact _router _es ,
null ,
Object ( preact _min [ "h" ] ) ( home _Home , { path : '/' } ) ,
Object ( preact _min [ "h" ] ) ( fisica _Fisica , { path : '/fisica' } ) ,
Object ( preact _min [ "h" ] ) ( vldigeometria _VlDiGeometria , { path : '/vldigeometria' } ) ,
Object ( preact _min [ "h" ] ) ( mingwinstall _MingwInstall , { path : '/mingwinstall' } )
) ,
Object ( preact _min [ "h" ] ) ( copyright _Copyright , null )
) ;
var App = function ( _Component ) {
index _ _inherits ( App , _Component ) ;
function App ( ) {
index _ _classCallCheck ( this , App ) ;
return index _ _possibleConstructorReturn ( this , _Component . apply ( this , arguments ) ) ;
}
App . prototype . render = function render ( ) {
return index _ _ref ;
} ;
return App ;
} ( preact _min [ "Component" ] ) ;
/***/ } ) ,
/***/ "KM04" :
/***/ ( function ( module , exports , _ _webpack _require _ _ ) {
! function ( ) {
"use strict" ;
function e ( e , t ) {
var n ,
o ,
r ,
i ,
l = W ; for ( i = arguments . length ; i -- > 2 ; ) {
P . push ( arguments [ i ] ) ;
} t && null != t . children && ( P . length || P . push ( t . children ) , delete t . children ) ; while ( P . length ) {
if ( ( o = P . pop ( ) ) && void 0 !== o . pop ) for ( i = o . length ; i -- ; ) {
P . push ( o [ i ] ) ;
} else "boolean" == typeof o && ( o = null ) , ( r = "function" != typeof e ) && ( null == o ? o = "" : "number" == typeof o ? o += "" : "string" != typeof o && ( r = ! 1 ) ) , r && n ? l [ l . length - 1 ] += o : l === W ? l = [ o ] : l . push ( o ) , n = r ;
} var a = new T ( ) ; return a . nodeName = e , a . children = l , a . attributes = null == t ? void 0 : t , a . key = null == t ? void 0 : t . key , void 0 !== M . vnode && M . vnode ( a ) , a ;
} function t ( e , t ) {
for ( var n in t ) {
e [ n ] = t [ n ] ;
} return e ;
} function n ( e , t ) {
e && ( "function" == typeof e ? e ( t ) : e . current = t ) ;
} function o ( n , o ) {
return e ( n . nodeName , t ( t ( { } , n . attributes ) , o ) , arguments . length > 2 ? [ ] . slice . call ( arguments , 2 ) : n . children ) ;
} function r ( e ) {
! e . _ _d && ( e . _ _d = ! 0 ) && 1 == V . push ( e ) && ( M . debounceRendering || D ) ( i ) ;
} function i ( ) {
var e ; while ( e = V . pop ( ) ) {
e . _ _d && x ( e ) ;
}
} function l ( e , t , n ) {
return "string" == typeof t || "number" == typeof t ? void 0 !== e . splitText : "string" == typeof t . nodeName ? ! e . _componentConstructor && a ( e , t . nodeName ) : n || e . _componentConstructor === t . nodeName ;
} function a ( e , t ) {
return e . _ _n === t || e . nodeName . toLowerCase ( ) === t . toLowerCase ( ) ;
} function u ( e ) {
var n = t ( { } , e . attributes ) ; n . children = e . children ; var o = e . nodeName . defaultProps ; if ( void 0 !== o ) for ( var r in o ) {
void 0 === n [ r ] && ( n [ r ] = o [ r ] ) ;
} return n ;
} function c ( e , t ) {
var n = t ? document . createElementNS ( "http://www.w3.org/2000/svg" , e ) : document . createElement ( e ) ; return n . _ _n = e , n ;
} function p ( e ) {
var t = e . parentNode ; t && t . removeChild ( e ) ;
} function s ( e , t , o , r , i ) {
if ( "className" === t && ( t = "class" ) , "key" === t ) ; else if ( "ref" === t ) n ( o , null ) , n ( r , e ) ; else if ( "class" !== t || i ) {
if ( "style" === t ) {
if ( r && "string" != typeof r && "string" != typeof o || ( e . style . cssText = r || "" ) , r && "object" == typeof r ) {
if ( "string" != typeof o ) for ( var l in o ) {
l in r || ( e . style [ l ] = "" ) ;
} for ( var l in r ) {
e . style [ l ] = "number" == typeof r [ l ] && ! 1 === E . test ( l ) ? r [ l ] + "px" : r [ l ] ;
}
}
} else if ( "dangerouslySetInnerHTML" === t ) r && ( e . innerHTML = r . _ _html || "" ) ; else if ( "o" == t [ 0 ] && "n" == t [ 1 ] ) {
var a = t !== ( t = t . replace ( /Capture$/ , "" ) ) ; t = t . toLowerCase ( ) . substring ( 2 ) , r ? o || e . addEventListener ( t , _ , a ) : e . removeEventListener ( t , _ , a ) , ( e . _ _l || ( e . _ _l = { } ) ) [ t ] = r ;
} else if ( "list" !== t && "type" !== t && ! i && t in e ) {
try {
e [ t ] = null == r ? "" : r ;
} catch ( e ) { } null != r && ! 1 !== r || "spellcheck" == t || e . removeAttribute ( t ) ;
} else {
var u = i && t !== ( t = t . replace ( /^xlink:?/ , "" ) ) ; null == r || ! 1 === r ? u ? e . removeAttributeNS ( "http://www.w3.org/1999/xlink" , t . toLowerCase ( ) ) : e . removeAttribute ( t ) : "function" != typeof r && ( u ? e . setAttributeNS ( "http://www.w3.org/1999/xlink" , t . toLowerCase ( ) , r ) : e . setAttribute ( t , r ) ) ;
}
} else e . className = r || "" ;
} function _ ( e ) {
return this . _ _l [ e . type ] ( M . event && M . event ( e ) || e ) ;
} function f ( ) {
var e ; while ( e = A . shift ( ) ) {
M . afterMount && M . afterMount ( e ) , e . componentDidMount && e . componentDidMount ( ) ;
}
} function d ( e , t , n , o , r , i ) {
H ++ || ( R = null != r && void 0 !== r . ownerSVGElement , B = null != e && ! ( "__preactattr_" in e ) ) ; var l = h ( e , t , n , o , i ) ; return r && l . parentNode !== r && r . appendChild ( l ) , -- H || ( B = ! 1 , i || f ( ) ) , l ;
} function h ( e , t , n , o , r ) {
var i = e ,
l = R ; if ( null != t && "boolean" != typeof t || ( t = "" ) , "string" == typeof t || "number" == typeof t ) return e && void 0 !== e . splitText && e . parentNode && ( ! e . _component || r ) ? e . nodeValue != t && ( e . nodeValue = t ) : ( i = document . createTextNode ( t ) , e && ( e . parentNode && e . parentNode . replaceChild ( i , e ) , v ( e , ! 0 ) ) ) , i . _ _preactattr _ = ! 0 , i ; var u = t . nodeName ; if ( "function" == typeof u ) return N ( e , t , n , o ) ; if ( R = "svg" === u || "foreignObject" !== u && R , u += "" , ( ! e || ! a ( e , u ) ) && ( i = c ( u , R ) , e ) ) {
while ( e . firstChild ) {
i . appendChild ( e . firstChild ) ;
} e . parentNode && e . parentNode . replaceChild ( i , e ) , v ( e , ! 0 ) ;
} var p = i . firstChild ,
s = i . _ _preactattr _ ,
_ = t . children ; if ( null == s ) {
s = i . _ _preactattr _ = { } ; for ( var f = i . attributes , d = f . length ; d -- ; ) {
s [ f [ d ] . name ] = f [ d ] . value ;
}
} return ! B && _ && 1 === _ . length && "string" == typeof _ [ 0 ] && null != p && void 0 !== p . splitText && null == p . nextSibling ? p . nodeValue != _ [ 0 ] && ( p . nodeValue = _ [ 0 ] ) : ( _ && _ . length || null != p ) && m ( i , _ , n , o , B || null != s . dangerouslySetInnerHTML ) , y ( i , t . attributes , s ) , R = l , i ;
} function m ( e , t , n , o , r ) {
var i ,
a ,
u ,
c ,
s ,
_ = e . childNodes ,
f = [ ] ,
d = { } ,
m = 0 ,
b = 0 ,
y = _ . length ,
g = 0 ,
w = t ? t . length : 0 ; if ( 0 !== y ) for ( var C = 0 ; C < y ; C ++ ) {
var x = _ [ C ] ,
N = x . _ _preactattr _ ,
k = w && N ? x . _component ? x . _component . _ _k : N . key : null ; null != k ? ( m ++ , d [ k ] = x ) : ( N || ( void 0 !== x . splitText ? ! r || x . nodeValue . trim ( ) : r ) ) && ( f [ g ++ ] = x ) ;
} if ( 0 !== w ) for ( var C = 0 ; C < w ; C ++ ) {
c = t [ C ] , s = null ; var k = c . key ; if ( null != k ) m && void 0 !== d [ k ] && ( s = d [ k ] , d [ k ] = void 0 , m -- ) ; else if ( b < g ) for ( i = b ; i < g ; i ++ ) {
if ( void 0 !== f [ i ] && l ( a = f [ i ] , c , r ) ) {
s = a , f [ i ] = void 0 , i === g - 1 && g -- , i === b && b ++ ; break ;
}
} s = h ( s , c , n , o ) , u = _ [ C ] , s && s !== e && s !== u && ( null == u ? e . appendChild ( s ) : s === u . nextSibling ? p ( u ) : e . insertBefore ( s , u ) ) ;
} if ( m ) for ( var C in d ) {
void 0 !== d [ C ] && v ( d [ C ] , ! 1 ) ;
} while ( b <= g ) {
void 0 !== ( s = f [ g -- ] ) && v ( s , ! 1 ) ;
}
} function v ( e , t ) {
var o = e . _component ; o ? k ( o ) : ( null != e . _ _preactattr _ && n ( e . _ _preactattr _ . ref , null ) , ! 1 !== t && null != e . _ _preactattr _ || p ( e ) , b ( e ) ) ;
} function b ( e ) {
e = e . lastChild ; while ( e ) {
var t = e . previousSibling ; v ( e , ! 0 ) , e = t ;
}
} function y ( e , t , n ) {
var o ; for ( o in n ) {
t && null != t [ o ] || null == n [ o ] || s ( e , o , n [ o ] , n [ o ] = void 0 , R ) ;
} for ( o in t ) {
"children" === o || "innerHTML" === o || o in n && t [ o ] === ( "value" === o || "checked" === o ? e [ o ] : n [ o ] ) || s ( e , o , n [ o ] , n [ o ] = t [ o ] , R ) ;
}
} function g ( e , t , n ) {
var o ,
r = F . length ; e . prototype && e . prototype . render ? ( o = new e ( t , n ) , U . call ( o , t , n ) ) : ( o = new U ( t , n ) , o . constructor = e , o . render = w ) ; while ( r -- ) {
if ( F [ r ] . constructor === e ) return o . _ _b = F [ r ] . _ _b , F . splice ( r , 1 ) , o ;
} return o ;
} function w ( e , t , n ) {
return this . constructor ( e , n ) ;
} function C ( e , t , o , i , l ) {
e . _ _x || ( e . _ _x = ! 0 , e . _ _r = t . ref , e . _ _k = t . key , delete t . ref , delete t . key , void 0 === e . constructor . getDerivedStateFromProps && ( ! e . base || l ? e . componentWillMount && e . componentWillMount ( ) : e . componentWillReceiveProps && e . componentWillReceiveProps ( t , i ) ) , i && i !== e . context && ( e . _ _c || ( e . _ _c = e . context ) , e . context = i ) , e . _ _p || ( e . _ _p = e . props ) , e . props = t , e . _ _x = ! 1 , 0 !== o && ( 1 !== o && ! 1 === M . syncComponentUpdates && e . base ? r ( e ) : x ( e , 1 , l ) ) , n ( e . _ _r , e ) ) ;
} function x ( e , n , o , r ) {
if ( ! e . _ _x ) {
var i ,
l ,
a ,
c = e . props ,
p = e . state ,
s = e . context ,
_ = e . _ _p || c ,
h = e . _ _s || p ,
m = e . _ _c || s ,
b = e . base ,
y = e . _ _b ,
w = b || y ,
N = e . _component ,
U = ! 1 ,
S = m ; if ( e . constructor . getDerivedStateFromProps && ( p = t ( t ( { } , p ) , e . constructor . getDerivedStateFromProps ( c , p ) ) , e . state = p ) , b && ( e . props = _ , e . state = h , e . context = m , 2 !== n && e . shouldComponentUpdate && ! 1 === e . shouldComponentUpdate ( c , p , s ) ? U = ! 0 : e . componentWillUpdate && e . componentWillUpdate ( c , p , s ) , e . props = c , e . state = p , e . context = s ) , e . _ _p = e . _ _s = e . _ _c = e . _ _b = null , e . _ _d = ! 1 , ! U ) {
i = e . render ( c , p , s ) , e . getChildContext && ( s = t ( t ( { } , s ) , e . getChildContext ( ) ) ) , b && e . getSnapshotBeforeUpdate && ( S = e . getSnapshotBeforeUpdate ( _ , h ) ) ; var L ,
T ,
P = i && i . nodeName ; if ( "function" == typeof P ) {
var W = u ( i ) ; l = N , l && l . constructor === P && W . key == l . _ _k ? C ( l , W , 1 , s , ! 1 ) : ( L = l , e . _component = l = g ( P , W , s ) , l . _ _b = l . _ _b || y , l . _ _u = e , C ( l , W , 0 , s , ! 1 ) , x ( l , 1 , o , ! 0 ) ) , T = l . base ;
} else a = w , L = N , L && ( a = e . _component = null ) , ( w || 1 === n ) && ( a && ( a . _component = null ) , T = d ( a , i , s , o || ! b , w && w . parentNode , ! 0 ) ) ; if ( w && T !== w && l !== N ) {
var D = w . parentNode ; D && T !== D && ( D . replaceChild ( T , w ) , L || ( w . _component = null , v ( w , ! 1 ) ) ) ;
} if ( L && k ( L ) , e . base = T , T && ! r ) {
var E = e ,
V = e ; while ( V = V . _ _u ) {
( E = V ) . base = T ;
} T . _component = E , T . _componentConstructor = E . constructor ;
}
} ! b || o ? A . push ( e ) : U || ( e . componentDidUpdate && e . componentDidUpdate ( _ , h , S ) , M . afterUpdate && M . afterUpdate ( e ) ) ; while ( e . _ _h . length ) {
e . _ _h . pop ( ) . call ( e ) ;
} H || r || f ( ) ;
}
} function N ( e , t , n , o ) {
var r = e && e . _component ,
i = r ,
l = e ,
a = r && e . _componentConstructor === t . nodeName ,
c = a ,
p = u ( t ) ; while ( r && ! c && ( r = r . _ _u ) ) {
c = r . constructor === t . nodeName ;
} return r && c && ( ! o || r . _component ) ? ( C ( r , p , 3 , n , o ) , e = r . base ) : ( i && ! a && ( k ( i ) , e = l = null ) , r = g ( t . nodeName , p , n ) , e && ! r . _ _b && ( r . _ _b = e , l = null ) , C ( r , p , 1 , n , o ) , e = r . base , l && e !== l && ( l . _component = null , v ( l , ! 1 ) ) ) , e ;
} function k ( e ) {
M . beforeUnmount && M . beforeUnmount ( e ) ; var t = e . base ; e . _ _x = ! 0 , e . componentWillUnmount && e . componentWillUnmount ( ) , e . base = null ; var o = e . _component ; o ? k ( o ) : t && ( null != t . _ _preactattr _ && n ( t . _ _preactattr _ . ref , null ) , e . _ _b = t , p ( t ) , F . push ( e ) , b ( t ) ) , n ( e . _ _r , null ) ;
} function U ( e , t ) {
this . _ _d = ! 0 , this . context = t , this . props = e , this . state = this . state || { } , this . _ _h = [ ] ;
} function S ( e , t , n ) {
return d ( n , e , { } , ! 1 , t , ! 1 ) ;
} function L ( ) {
return { } ;
} var T = function T ( ) { } ,
M = { } ,
P = [ ] ,
W = [ ] ,
D = "function" == typeof Promise ? Promise . resolve ( ) . then . bind ( Promise . resolve ( ) ) : setTimeout ,
E = /acit|ex(?:s|g|n|p|$)|rph|ows|mnc|ntw|ine[ch]|zoo|^ord/i ,
V = [ ] ,
A = [ ] ,
H = 0 ,
R = ! 1 ,
B = ! 1 ,
F = [ ] ; t ( U . prototype , { setState : function setState ( e , n ) {
this . _ _s || ( this . _ _s = this . state ) , this . state = t ( t ( { } , this . state ) , "function" == typeof e ? e ( this . state , this . props ) : e ) , n && this . _ _h . push ( n ) , r ( this ) ;
} , forceUpdate : function forceUpdate ( e ) {
e && this . _ _h . push ( e ) , x ( this , 2 ) ;
} , render : function render ( ) { } } ) ; var j = { h : e , createElement : e , cloneElement : o , createRef : L , Component : U , render : S , rerender : i , options : M } ; true ? module . exports = j : self . preact = j ;
} ( ) ;
//# sourceMappingURL=preact.min.js.map
/***/ } ) ,
/***/ "MKE3" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
2019-12-11 17:45:22 +00:00
module . exports = { "markdown" : "markdown__2fpjQ" } ;
2019-12-09 18:34:52 +00:00
/***/ } ) ,
/***/ "MeW5" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
2019-12-11 17:45:22 +00:00
module . exports = { "minus" : "minus__2d_8r" } ;
2019-12-09 18:34:52 +00:00
/***/ } ) ,
/***/ "P9k+" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
2019-12-11 17:45:22 +00:00
module . exports = { "panel" : "panel__22fOQ" } ;
2019-12-09 18:34:52 +00:00
/***/ } ) ,
/***/ "ZcXo" :
/***/ ( function ( module , exports ) {
module . exports = { "name" : "Appunti Web" , "short_name" : "Appunti Web" , "start_url" : "/appuntiweb/" , "display" : "standalone" , "orientation" : "portrait" , "background_color" : "#0d193b" , "theme_color" : "#a0ccff" , "icons" : [ { "src" : "/assets/icon.png" , "type" : "image/png" , "sizes" : "800x800" } ] }
/***/ } ) ,
/***/ "ddTt" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
2019-12-11 17:45:22 +00:00
module . exports = { "plus" : "plus__1JPyf" } ;
2019-12-09 18:34:52 +00:00
/***/ } ) ,
/***/ "jHTF" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
/***/ } ) ,
/***/ "qMTX" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
2019-12-11 17:45:22 +00:00
module . exports = { "copyright" : "copyright__TBGn1" } ;
2019-12-09 18:34:52 +00:00
/***/ } ) ,
/***/ "tO1d" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
2019-12-11 17:45:22 +00:00
module . exports = { "todo" : "todo__5Soco" } ;
2019-12-09 18:34:52 +00:00
/***/ } ) ,
/***/ "xHuH" :
/***/ ( function ( module , exports ) {
// removed by extract-text-webpack-plugin
/***/ } )
/******/ } ) ;
//# sourceMappingURL=ssr-bundle.js.map