Name: Anonymous 2013-07-28 20:59
chicken with awful. I'll probably just use sqlite for the data storage for now. Where should we host the revision control?
'
>checkem
(<p> "hello") -> "<p>hello</p>"
<p>hello</p>
(<p> "hello") ;; one more character. bad bad bad
(p "hello") ;; better
(<img> src: "file'.png") -> "<img src='file'.png'>"
monospaced text syntax highlightingmonospaced text syntax highlighting syntax highlighting[#][b]bolded text[/b]
[i]italicized text[/i]
[u]underlined text[/u]
[s]strikethrough text[/s]
[url]http://example.org[/url];
[url=http://example.com]Example[/url]
[img]http://example.xxx/images.gif[/img];
[quote]quoted text[/quote]
[code]monospaced text[#][b]bold[/b]
[u]underline[/u]
[o]overline[/o]
[i]italic[/i]
[s]strikethrough[/s]
[m]couriour ASCII text \[ /m]
[#]ignores all bbcode tags inside it[/#]
[rem]hides text inside the tag[/rem]
[code] syntax highlighting[#]**bold**
_underline_
‾overline‾ or [overline]overline[/overline]
/italic/
+striketrough+
~couriour ASCII text|verbatim~
# comment
#+BEGIN_COMMENT
EVEN more comments which will not show
duh
#+END_COMMENT
Text then some #more commentary
:rem: hides text :rem: (we actually need to make this, along with :style color:/export function, which we can reimplement from the ogr-mode library)
=code=
:spoiler: same as the :rem tag :spoiler:
^{superscript}
_{subsscript}
#+ASCII: my [aa] code in one line
#+BEGIN_ASCII
ascii block
for multiple lines
#+END_ASCII
#+BEGIN_QUOTE
Quote some thing
maybe another line
#+BEGIN_QUOTE
Then nest it
and append the missing line
#+END_QUOTE
#+END_QUOTE[/#][#][[https://address.com][Selectable link]]
[[./internal/image.jpg]]
[[http://external.xxx/image.gif]];
:style color:
:width
:scale
*List
--unordered
+++in no particular manner
1. But these
2. are nevertheless
#+CAPTION: Table caption if any
#+ATTR_HTML: html <table attr="" in :tag format
| good | ascii | tables|
|______+_______+_______|
| yes | they | rule |
| master race for life |
|______+_______+_______|
[/#]