about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-31 01:07:32 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-31 01:07:32 -0700
commit2f16a74783d830caf2cc01bd67996317195c94c9 (patch)
treeaa8c4cc251d86e4e6221796d58e10326d60af4a5 /tools
parent972ca2c9345e51dde2ed5c2caac12b8a03191b6f (diff)
downloadmu-2f16a74783d830caf2cc01bd67996317195c94c9.tar.gz
6455 - abortive second attempt at parsing headings
This 'OO' approach seems more scalable, but I need to first wrestle with
a parsing issue: this text has a heading:

  abc *def
  # ghi*

Ugh, so I can't do this translation in a single pass.

Then again, maybe I should just keep going and not try to be compatible
with GitHub-Flavored Markdown. Require that new headings are also new paragraphs.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions
>
69f2f4a1 ^
2af418fd ^
69f2f4a1 ^
2af418fd ^

69f2f4a1 ^
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