| Summary: | Missing line breaks in README.html | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Nikoleta Hlavickova <nziakova> |
| Component: | Quickstarts | Assignee: | sgilda |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | bsutter, jkudrnac, pmuir |
| Target Milestone: | CR1 | ||
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-15 16:55:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Nikoleta Hlavickova
2013-11-08 13:22:51 UTC
These tags are actually metadata used to build the jdf web site. You can see the rendered helloworld quickstart here: http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/helloworld/ I need to see if there is a way to get it to render in the html files without breaking the web site. Discovered you can get a line break in markdown syntax by adding 2 spaces at the end of the line. Fixed in master with this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/ba59cc519fe7c7a4770e4d7274da051d6f75bbb0 Issued this pull for 6.2.x: https://github.com/jboss-developer/jboss-eap-quickstarts/pull/725 6.2.x quickstarts are fixed with this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/b5618369e27cb4cf30c3a261555f9ec9b9608a77 Verified using EAP 6.2.0.CR1 bits. |