Age | Commit message (Collapse) | Author |
|
Now if you have:
> some quote
\# heading
or
> some quote
```
pre
```
or
> some quote
* List
* Items
It won't add attribution. This requires hoisting the quote logic to
the top; below the pre-print-line which must remain at the top!
But this should make it so we get proper attributions now!
|
|
The idea here is that you can do:
> A quote
Attribution
or
> A quote
=> link//to attribution
And we'll wrap it in the figure properly
|
|
The usage is fairly simple just do ./gmi2html.sh FILE
I would recommend using tidy on the final product to format things but a
.gmi file is basically tree-less so its no big deal.
|