Probably it's not fixed.

Docs are a bit hard to generate due to the dependent tools required, but if
you're looking to fix docs, you'll need to be able to generate them to test
your fixes.

In this case, I'd guess it looks fine in the .md file, but when translated
to html does not look as desired. Might need to add 4 spaces before each $
line.


On Fri, Jul 26, 2013 at 4:56 AM, Sharif Ahmed <sharifdu...@gmail.com> wrote:

> In the The Command-line Interface, one of the Add Feature section
> looks like this:
>
> Accelerometer, compass, and geolocation: $ cordova plugin add
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git
> $ cordova plugin add
>
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.git
> $ cordova plugin add
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
>
> I want to re-format it like this:
> Accelerometer, compass, and geolocation:
> $ cordova plugin add
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git
> $ cordova plugin add
>
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.git
> $ cordova plugin add
> https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
>
> Is this fixed already?
>
> I have checked guide/cli/index.md and it seems fixed, but I don't see
> the result in the docs.
>
> Please let me know.
>

Reply via email to