You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.8 KiB
48 lines
1.8 KiB
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="{{ page.meta_description | or:page.description }}">
|
|
<meta name="keywords" content="{{ page.meta_keywords | or:site.default_meta_keywords }}">
|
|
<meta property="og:og:site_name" content="TinyMCE.com">
|
|
<meta property="og:title" content="TinyMCE | {{ page.meta_title | or:page.title }}">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:description" content="{{ page.meta_description | or:page.description }}">
|
|
<meta property="og:image" content="https://www.tinymce.com/images/fb-share@2x.png">
|
|
|
|
<title>TinyMCE | {{ page.meta_title | or:page.title }}</title>
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" rel="stylesheet"/>
|
|
<link href="{{ site.shared_baseurl }}/css/common.min.css" rel="stylesheet">
|
|
<link href="{{ site.shared_baseurl }}/css/docs.min.css" rel="stylesheet">
|
|
<link href="//fast.fonts.net/cssapi/5d4ae438-4aca-4c75-8249-d9486d12b12e.css" rel="stylesheet">
|
|
|
|
{% include_remote {{ site.origin }}/_docs/head.html css="head > *" %}
|
|
|
|
{% assign tinymce_script_tag_included = false %}
|
|
|
|
<style type="text/css">
|
|
.codepen {
|
|
margin-top: 2em;
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
.codepen_tab_selected, .codepen_tab_deselected {
|
|
padding-left: 2em;
|
|
padding-right: 2em;
|
|
}
|
|
|
|
.codepen_tab_selected {
|
|
border-bottom: 2px solid #2276d2;
|
|
}
|
|
|
|
.codepen_tab_deselected:hover {
|
|
border-bottom: 2px solid #abcdef;
|
|
}
|
|
|
|
.codepen_tabs {
|
|
margin-bottom: 1em;
|
|
}
|
|
</style>
|
|
|
|
</head>
|