Closed krlmlr closed 7 years ago
Thanks for raising this issue. Seems like a problem at parsing time, we'll look into it
@ludov04 i checked, not a problem at parsing time, as you can see from the json that the parser produced. The angle brackets are mistaken for html during rendering.
Maybe we have to explicitly escape this when parsing the DESCRIPTION
file? What do you think?
Can the description ever contains html ? If not I can escape it at render time easily
@ludov04 the description file should never contain HTML no.
Then I would escape it when rendering the page
fixed now!
Thanks!
are missing, see https://www.rdocumentation.org/packages/plogr/versions/0.1-1?, just before "in your C++ modules". Correct text:
A simple header-only logging library for C++. Add 'LinkingTo: plogr' to 'DESCRIPTION', and '#include <plogr.h>' in your C++ modules to use it.