#+BEGIN_EXAMPLE
this is an EXAMPLE block
#+END_EXAMPLE
#+begin_example
this is an example block
#+end_example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<keymap name="EmacsCH" parent="$default" version="1" disable-mnemonics="false"> | |
<action id="EditorEscape"> | |
<keyboard-shortcut first-keystroke="ESCAPE" second-keystroke="ESCAPE"/> | |
<keyboard-shortcut first-keystroke="meta G"/> | |
</action> | |
<action id="EditorCutLineBackward"> | |
<keyboard-shortcut first-keystroke="alt MINUS" second-keystroke="meta K"/> | |
</action> | |
<action id="EditorCutLineEnd"> | |
<keyboard-shortcut first-keystroke="meta K"/> |
I hereby claim:
- I am chemmi on github.
- I am chemmi (https://keybase.io/chemmi) on keybase.
- I have a public key ASCU4neiE0UZMqKCkrzd2sdNA432soLYjYIs3v-oSqDJoQo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Chrome | |
javascript:(function() { | |
var relativeTimeElements = window.document.querySelectorAll("relative-time"); | |
relativeTimeElements.forEach(function(timeElement){ | |
timeElement.shadowRoot.innerHTML = timeElement.shadowRoot.innerHTML +" -- "+ timeElement.title; | |
}) | |
}()) | |
# Firefox | |
javascript:(function() { |