-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBUGS
More file actions
47 lines (31 loc) · 1.33 KB
/
BUGS
File metadata and controls
47 lines (31 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Current unresolved bugs/tasks in the zerodoc parser
Abstract
- Default Zerodoc schema makes abstract mandatory
- TODO: attributes
- TODO: Templates/schemas support
- TODO: manpage support with 'linkback'
- TODO: markdown/confluence output support
- TODO: asciidoc output
- TODO: ReST output
DEFAULT ZERODOC SCHEMA MAKES ABSTRACT MANDATORY
No document without abstract/toc can be defined. Could we define
the default format as not having title? How can we distinguish
between a first paragraph and the title if we allow for multiline
titles and one-line paragraphs?
TODO: attributes
Implement a way to represent text attributes in the parsed tree
Thought on extending the dictionary
TODO: Templates/schemas support
Add support for schemas with a format that both define top-level
syntax rules like document : header body, etc and some lexical
limitations like line lengths and such (for git commit comments)
TODO: manpage support with 'linkback'
Not only manpage format output, but a way to include a certain
part of a document to be a manual page, and _reference_ inside
that part the rest (To include zerodoc text format description
in the manual page, but *after* explaining the zerodoc command
line program in the regular manpage way)
TODO: markdown/confluence output support
TODO: asciidoc output
TODO: ReST output
For the pretty Sphinx