File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22HTML Templating Mechanisms
33==========================
44
5- :Version: $Revision: 1.1 $
5+ :Version: $Revision: 1.3 $
66
77Current Situation and Issues
88============================
@@ -28,8 +28,8 @@ parser to parse the above "correctly", so a wholly new parser would be
2828required. That is a large undertaking, and doesn't address another couple of
2929issues that have arisen:
3030
31- 1. the template syntax is neither HTML-editor friendly, not a well-formed
32- syntax for other tools to work with , and
31+ 1. the template syntax is not well-formed, and therefore is a pain to parse
32+ and doesn't play well with other tools , and
33332. user requirements generally have to be anticipated and accounted for in
3434 templating functions (like ``plain()`` and ``checklist()`` above), and
3535 we are therefore artificially restrictive.
@@ -38,8 +38,8 @@ Arguments for switching templating systems:
3838
3939*Pros*
4040
41- - we can be editor-friendly
4241 - more flexibility in templating control and content
42+ - we can be well-formed
4343
4444*Cons*
4545
You can’t perform that action at this time.
0 commit comments