ryanodor / jack-london_son-of-the-wolf

Standard eBook for Jack London's, The Son of the Wolf
Other
0 stars 0 forks source link

Lint error - long description must be escaped HTML #2

Closed robinwhittleton closed 5 years ago

robinwhittleton commented 5 years ago

The description needs to be HTML that’s escaped (e.g. < becomes &lt;, > becomes &gt;). In this case it’s probably just a case of prepending &lt;p&gt; and appending &lt;/p&gt;. Have a look at some of the other SE books on Github to see more examples.