diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY <FName@web> | 2013-08-06 09:49:06 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-06 09:49:06 -0400 |
commit | 18a350a59d0e995b99abfd47a92454ec73072722 (patch) | |
tree | 4e6716e04ab316e170ded6423bd0073cc01ca43f | |
parent | 8a77d1fc56ca0b901e187d0929c49e84d4ad86a0 (diff) | |
download | ikiwiki-18a350a59d0e995b99abfd47a92454ec73072722.tar ikiwiki-18a350a59d0e995b99abfd47a92454ec73072722.tar.gz |
-rw-r--r-- | doc/forum/How_to_remove_the_linebreak_in_license.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/How_to_remove_the_linebreak_in_license.mdwn b/doc/forum/How_to_remove_the_linebreak_in_license.mdwn new file mode 100644 index 000000000..4e43cb9c3 --- /dev/null +++ b/doc/forum/How_to_remove_the_linebreak_in_license.mdwn @@ -0,0 +1,11 @@ +I entered + + <small>this is my license</small> + +into `license.mdwn`, and it shows up as + + License: + this is my license + + +I'd like to remove the line break, ideally also the redundant `License:`. How to do that? |