projects
/
ikiwiki
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added a comment
[ikiwiki]
/
doc
/
forum
/
How_to_remove_the_linebreak_in_license.mdwn
1
I entered
2
3
<small>this is my license</small>
4
5
into `license.mdwn`, and it shows up as
6
7
License:
8
this is my license
9
10
11
I'd like to remove the line break, ideally also the redundant `License:`. How to do that?