My solver has odd worst-case-scenarios

Pages: 12
Or better yet, something like this:
1
2
3
4
5
6
7
8
9
10
11
html {
	head {}
	body {
		bold {
			World
		}
		italics	{
			another
		}
	}
}
just write in latex.
just write in latex.

can latex produce HTML code?
I think JSON has good potential, @Script Coder your suggestion doesn't make clear where attributes would be specified, but it enforces my JSON suggestion.
@Script Coder your suggestion doesn't make clear where attributes would be specified

Ah, did not think that far, could be like this though:
1
2
3
4
5
6
7
8
9
10
11
html {
	head {}
	body(name:value, name:value){
		bold {
			World
		}
		italics	{
			another
		}
	}
}
Topic archived. No new replies allowed.
Pages: 12