1
0
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
CoDEmanX e22fa64bcf Fix and unify asterisks, tested with GitBook.
Italic asterisks should be done by escaping the asterisk and wrapping it with html i-tag. It seems to be the only safe technique (3 asterisks to display 1 italic asterisk in a list works, unless followed by more markup for italic text; 1 escaped asterisk wrapped by i-tag works regardless of the rest of the line).
2014-08-29 18:19:45 +02:00
Jan Steemann 61d6ebd9e6 Merge branch 'devel' of https://github.com/CoDEmanX/ArangoDB into CoDEmanX-devel
Conflicts:
	Documentation/Books/Users/Aql/Advanced.mdpp
	Documentation/Books/Users/Aql/Functions.mdpp
	Documentation/Books/Users/Aql/GraphOperations.mdpp
	Documentation/Books/Users/AqlExamples/Grouping.mdpp
2014-08-28 22:06:27 +02:00
Jan Steemann 1c7c8fdd24 issue #1007: fixed broken markup 2014-08-28 21:46:53 +02:00
CoDEmanX d8363b3c43 Fix escaping of asterisks in AQL documentation.
Asterisks need to be escaped with backslashes, but if surrounded by square brackets, the brackets need to be escaped as well. Does not apply to parentheses it seems, but maybe other characters with special markdown meaning.
2014-08-28 21:33:34 +02:00
Thomas Schmidts 148f400991 Changed some (sub)chapters and fixed spelling errors 2014-06-27 11:02:10 +02:00
Thomas Schmidts fb9b8986d2 the new documentation 2014-06-02 13:44:09 +02:00