aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/How_to_remove_the_linebreak_in_license.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawmKyeW2G4jjSdnL1m6kPPtAiGFUBsnYCfY <FName@web>2013-08-06 09:49:06 -0400
committeradmin <admin@branchable.com>2013-08-06 09:49:06 -0400
commit18a350a59d0e995b99abfd47a92454ec73072722 (patch)
tree4e6716e04ab316e170ded6423bd0073cc01ca43f /doc/forum/How_to_remove_the_linebreak_in_license.mdwn
parent8a77d1fc56ca0b901e187d0929c49e84d4ad86a0 (diff)
downloadikiwiki-18a350a59d0e995b99abfd47a92454ec73072722.tar
ikiwiki-18a350a59d0e995b99abfd47a92454ec73072722.tar.gz
Diffstat (limited to 'doc/forum/How_to_remove_the_linebreak_in_license.mdwn')
-rw-r--r--doc/forum/How_to_remove_the_linebreak_in_license.mdwn11
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?