Author: hboutemy Date: Sun Jan 24 19:40:41 2016 New Revision: 1726555 URL: http://svn.apache.org/viewvc?rev=1726555&view=rev Log: mistake: renamed instead of copy
Added: maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/markdown/markdown-macro.md Added: maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/markdown/markdown-macro.md URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/markdown/markdown-macro.md?rev=1726555&view=auto ============================================================================== --- maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/markdown/markdown-macro.md (added) +++ maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/markdown/markdown-macro.md Sun Jan 24 19:40:41 2016 @@ -0,0 +1,35 @@ +<!--- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +Macros in Markdown +---------------- + +<!-- START SNIPPET: macros --> +### TOC Macro + +<!-- MACRO{toc} --> + +### Echo Macro + +<!-- MACRO{echo|param1=value1|param2=value2} --> + +### Snippet Macro + +<!-- MACRO{snippet|id=macros|file=src/site/markdown/markdown-macro.md} --> +<!-- END SNIPPET: macros -->