#46 solve po4a warning: unindented content to an item
Merged 4 years ago by pbokoc. Opened 4 years ago by jibecfed.
fedora-docs/ jibecfed/install-guide f26  into  f26

@@ -45,6 +45,7 @@ 

  * A small percentage of the driver's available space is used to store file system-related data and can be considered as overhead.

  

  * A file system splits the remaining space into small, consistently-sized segments. For Linux, these segments are known as _blocks_.

+ 

  footnote:[Blocks really *are* consistently sized, unlike our illustrations. Keep in mind, also, that an average disk drive contains thousands of blocks. The picture is simplified for the purposes of this discussion.]

  

  Note that there is no single, universal file system. As xref:Disk_Partitions.adoc#figu-partitions-different-file-system[Disk Drive with a Different File System], shows, a disk drive may have one of many different file systems written on it. Different file systems tend to be incompatible; that is, an operating system that supports one file system (or a handful of related file system types) may not support another. However, {PRODUCT} supports a wide variety of file systems (including many commonly used by other operating systems such as Microsoft Windows), making data interchange between different file systems easy.

@@ -163,7 +163,7 @@ 

  image::fedora_media_writer/main_screen.png[Image of Fedora Media Writer Main Screen]

  

  . If you choose one of the beginning default Fedora editions, such as Fedora workstation or server. [application]*Fedora Media Writer* will give you information and details about it

- before you proceed with the download and USB creation. For Fedora Workstation, you can choose a different architecture, such as 32bit if you select "other architectures". Otherwise select "Create Live USB" to proceed.

+   before you proceed with the download and USB creation. For Fedora Workstation, you can choose a different architecture, such as 32bit if you select "other architectures". Otherwise select "Create Live USB" to proceed.

  +

  [[figu-fedora_media_writer_distro_information_windows]]

  .Fedora Media Writer Distro Information
@@ -211,7 +211,7 @@ 

  image::fedora_media_writer/main_screen.png[Image of Fedora Media Writer Main Screen]

  

  . If you choose one of the beginning default Fedora editions, such as Fedora workstation or server. [application]*Fedora Media Writer* will give you information and details about it

- before you proceed with the download and USB creation. For Fedora Workstation, you can choose a different architecture, such as 32bit if you select "other architectures". Otherwise select "Create Live USB" to proceed.

+   before you proceed with the download and USB creation. For Fedora Workstation, you can choose a different architecture, such as 32bit if you select "other architectures". Otherwise select "Create Live USB" to proceed.

  +

  [[figu-fedora_media_writer_distro_information_fedora]]

  .Fedora Media Writer Distro Information
@@ -251,7 +251,7 @@ 

  image::fedora_media_writer/main_screen.png[Image of Fedora Media Writer Main Screen]

  

  . If you choose one of the beginning default Fedora editions, such as Fedora workstation or server. [application]*Fedora Media Writer* will give you information and details about it

- before you proceed with the download and USB creation. For Fedora Workstation, you can choose a different architecture, such as 32bit if you select "other architectures". Otherwise select "Create Live USB" to proceed.

+   before you proceed with the download and USB creation. For Fedora Workstation, you can choose a different architecture, such as 32bit if you select "other architectures". Otherwise select "Create Live USB" to proceed.

  +

  [[figu-fedora_media_writer_distro_information_mac]]

  .Fedora Media Writer Distro Information

in the internationalization system of our docs, the tool po4a we use to convert asciidoc files into pot displays three lines of warning for each missing indentation.

most of the time it is cosmetic issues in adoc (like here), but sometimes it's po4a bugs that I want to see
this PR has no impact on your rendering, it is fully cosmetic

Pull-Request has been merged by pbokoc

4 years ago