| 123456789101112131415161718192021222324 |
- <div id="editor">
- <pre><code class="language-plaintext">Plain text</code></pre>
- <p>Getting used to an entirely different culture can be challenging. While it’s also nice to learn about cultures online or from books, nothing comes close to experiencing cultural diversity in person.</p>
- <p>You learn to appreciate each and every single one of the differences while you become more culturally fluid.</p>
- <pre><code class="language-javascript">function foo() {
- console.log( 'indented using 1 tab' );
- }
- function bar() {
- console.log( 'indented using spaces' );
- }</code></pre>
- <p>Getting used to an entirely different culture can be challenging. While it’s also nice to learn about cultures online or from books, nothing comes close to experiencing cultural diversity in person. You learn to appreciate each and every single one of the differences while you become more culturally fluid.</p>
- <pre><code class="language-css">body { color: red }</code></pre>
- <p>You learn to appreciate each and every single one of the differences while you become more culturally fluid.</p>
- <pre><code class="language-css">p { font-size: 10px; }</code></pre>
- <p>Some ASCII art:</p>
- <pre><code> ________________
- / \
- | How about moo? | ^__^
- \________________/ (oo)\_______
- \ (__)\ )\/\
- ||----w |
- || ||</code></pre>
- </div>
|