Thia is kinda working. Can I select and cut/paste? seems no…
Many of the things in this file are pasted from the Hackmd features document.
Notes can be edited using the HackMD-it browser extension directly from GitHub.
commit
using GitHub. The updated version can then be pulled into HackMD using the "versions" dialogue under the ellipses.Another edit made using the "edit on HackMD" button launched from GitHub.
Flow charts can be specified like this:
More information about sequence diagrams syntax here. More information about flow charts syntax here. More information about graphviz syntax here More information about mermaid syntax here More information about abc syntax here
Yes
This is a message
Watch out
Oh No!
Footnote 1 link[1]. Footnote 2 link[2]. Inline footnote[3] definition. Duplicated footnote reference[2:1].
Notes can be embedded as follows:
<iframe width="100%" height="500" src="https://hackmd.io/features" frameborder="0"></iframe>
You can provide advanced note information to set the browser behavior (visit above link for details):
Learn More →
require 'net/http'
require 'uri'
# /api/v1/:format/new
# /api/v1/:format/gists/:user
# /api/v1/:format/:gist_id
res = Net::HTTP.post_form(URI.parse('http://gist.github.com/api/v1/xml/new'),
{ 'files[file1.ab]' => 'CONTNETS',
'files[file2.ab]' => 'contents' })
puts res.body
<?xml version="1.0" encoding="UTF-8"?>
<gists type="array">
<gist>
<public type="boolean">true</public>
<description nil="true"></description>
<repo>4278</repo>
<created-at type="datetime">2008-08-06T13:30:32-07:00</created-at>
</gist>
</gists>
Caution: this might be blocked by your browser if not using an https
URL.
You can render LaTeX mathematical expressions using MathJax, as on math.stackexchange.com, except the space after the start $
and the space before the end $
are not allowed in the inline math:
The Gamma function satisfying
More information about LaTeX mathematical expressions here.