Tom MacWright
b465902fa2
Add support for example captions
...
Fixes #110
2016-02-14 18:41:36 -05:00
Tom MacWright
224ade578d
Merge pull request #352 from documentationjs/no-ast
...
Remove ast-types dependency
2016-02-14 18:02:59 -05:00
Tom MacWright
46b9b6543c
Remove ast-types dependency
2016-02-14 17:59:37 -05:00
Tom MacWright
5103cc745b
Merge pull request #350 from documentationjs/to-six
...
Babel 6 upgrade, round 2
2016-02-14 17:49:37 -05:00
Tom MacWright
70fbdedf0c
Babel 6 upgrade, round 2
2016-02-14 13:15:54 -05:00
Tom MacWright
77d9cd4181
Version for 4.0.0-beta
v4.0.0-beta
2016-01-24 16:22:56 -05:00
Tom MacWright
54d4316f11
Fill out changelog for 4.0.0-beta
2016-01-24 14:51:57 -05:00
Tom MacWright
50a6e55642
Consolidate test fixtures for faster test runs
2016-01-24 11:53:27 -05:00
Tom MacWright
ed7853920c
Merge pull request #337 from documentationjs/wooorm-rename-mdast-remark
...
Rename mdast to remark
2016-01-24 11:35:18 -05:00
Tom MacWright
2198432d6d
Update bin test, fixtures
2016-01-24 11:32:26 -05:00
Tom MacWright
a15e1c5fe2
Update for new highlight.js
2016-01-24 11:26:05 -05:00
Tom MacWright
ee7031103a
Update theme as well
2016-01-24 10:47:23 -05:00
Tom MacWright
ccf8aefb45
Update theme-utils
2016-01-24 10:46:44 -05:00
Titus Wormer
35e17be4e4
Rename mdast to remark
...
Note that the AST now carries the name “mdast”, meaning
utilities (such as mdast-util-inject) keep their name.
This name-change includes the `mdast` formatter, which also changed
to `remark`.
Additionally:
* Update relating packages.
* Fix a bug where `text` nodes without value were
[generated](6b905aefb1/lib/output/markdown_ast.js (L144) ).
2016-01-24 10:35:51 -05:00
Tom MacWright
20436103e9
Merge pull request #330 from lavrton/empty-example-fail-fix
...
Fix throwing error when "example" tag is empty
2016-01-24 10:23:00 -05:00
Anton Lavrenov
9356ac5d26
empty example test
2016-01-19 10:38:42 +08:00
Anton Lavrenov
e1f6912e8a
fix lint errors
2016-01-15 11:41:19 +08:00
Anton Lavrenov
cddc09d996
fix empty example error. add lint rule.
2016-01-15 11:31:59 +08:00
Tom MacWright
39b0ae4e74
Merge pull request #326 from researchgate/gitignore
...
Ignore node_modules folder in git
2016-01-07 17:44:41 -05:00
Tom MacWright
3519e1885b
Merge pull request #327 from researchgate/boolean-literal-type
...
Add support for flow boolean literal type
2016-01-06 10:03:57 -05:00
Daniel Tschinder
0853c57dda
Add support for flow boolean literal type
2016-01-06 15:43:22 +01:00
Tom MacWright
94140dc310
Merge pull request #325 from researchgate/master
...
Add support for Flow literal string/number types
2016-01-05 08:30:01 -05:00
Daniel Tschinder
e70acf697b
Ignore node_modules folder in git
2016-01-05 12:25:34 +01:00
Daniel Tschinder
03df725ce5
Add tests for StringLiteral and NumberLiteral types
2016-01-05 12:24:18 +01:00
Markus Hsi-Yang Fritz
f14fff41b9
Add support for Flow literal string/number types
2016-01-05 12:24:08 +01:00
Tom MacWright
34b647fa4a
Ban and fix trailing spaces.
2016-01-03 17:02:25 -05:00
Tom MacWright is on vacation till January 1st
dd076d7212
Merge pull request #324 from carbonrobot/master
...
Support revealing module pattern fixes #323
2016-01-03 17:00:33 -05:00
Charlie Brown
52ba97b7f1
Correct js lint errors
2015-12-30 13:30:54 -06:00
Charlie Brown
7f7784ced3
Support revealing module pattern
2015-12-30 12:48:48 -06:00
Tom MacWright
6b905aefb1
Update theme-default
2015-12-14 10:39:56 -05:00
Tom MacWright
d1c4101db3
Test only in node v5 for speed
2015-12-14 10:22:39 -05:00
Tom MacWright
4f9f92eddb
Merge branch 'master' of https://github.com/documentationjs/documentation
2015-12-14 10:21:12 -05:00
Anand Thakker
42e9899e4b
Add missing vinyl dependency
2015-12-14 10:11:18 -05:00
Anand Thakker
bdd1f539fc
Exit nonzero from readme cmd if section is absent
2015-12-13 22:18:33 -05:00
Anand Thakker
3ea2944ebc
Add readme command and tests
2015-12-13 15:33:35 -05:00
Anand Thakker
ed14745747
Allow (privately) the use of 'mdast' as a format
2015-12-13 14:40:41 -05:00
Anand Thakker
34eda223b2
Fix command help
2015-12-13 13:45:17 -05:00
Tom MacWright
8a6cac82d1
Add --access flag. Fixes #262
2015-12-12 17:09:43 -05:00
Tom MacWright
370a7c59b0
Remove unused misc dir
2015-12-11 17:04:42 -05:00
Tom MacWright
93696fab1f
Merge pull request #310 from ikokostya/fix-see-also
...
Fix "See also" link
2015-12-11 13:44:52 -05:00
ikokostya
a24eac0d5d
Fix "See also" link
2015-12-11 21:05:06 +03:00
Tom MacWright
96475f1b61
Merge pull request #308 from gamtiq/patch-1
...
Add the missed comma in GETTING_STARTED.md
2015-12-11 11:43:20 -05:00
Denis
1508412ae8
Add the missed comma in GETTING_STARTED.md
...
Fix #307
2015-12-11 19:35:46 +03:00
Tom MacWright
f7f76391bc
Merge branch 'master' of https://github.com/documentationjs/documentation
2015-12-10 18:33:48 -05:00
Tom MacWright
83766f14da
Add code of conduct
2015-12-10 18:33:40 -05:00
Tom MacWright
e99f64ca5c
Update GETTING_STARTED.md
2015-12-10 18:30:46 -05:00
Tom MacWright
68aa236ef9
Move see also to https://github.com/documentationjs/documentation/wiki/See-also
2015-12-10 18:25:54 -05:00
Tom MacWright
f98bfa98ca
No need for a _ here
2015-12-10 18:19:56 -05:00
Tom MacWright
95d8d8a1ca
Update for default output update
2015-12-10 18:02:59 -05:00
Tom MacWright
5ef597b2ee
Combine default parameters into types. Fixes #290
2015-12-10 17:45:59 -05:00